Color Hex Logo

#ff780c Color Hex

#FF780C
(255,120,12)
1 Favorites   0 Comments

Color spaces of #ff780c

RGB 25512012
HSL0.071.000.52
HSV27°95°100°
CMYK 0.000.530.95   0.00
XYZ48.022834.71954.5183
Yxy34.71950.55030.3979
Hunter Lab58.923342.362936.6999
CIE-Lab65.529746.814271.3266

#ff780c color RGB value is (255,120,12).

#ff780c hex color red value is 255, green value is 120 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #ff780c hue: 0.07 , saturation: 1.00 and the lightness value of ff780c is 0.52.

The process color (four color CMYK) of #ff780c color hex is 0.00, 0.53, 0.95, 0.00. Web safe color of #ff780c is #ff6600. Color #ff780c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01111000 00001100
Octal 377 170 14
Decimal 255 120 12
Hex FF 78 C

RGB Percentages of Color #ff780c

%65.89
%31.01
%3.10

CMYK Percentages of Color #ff780c

%0
%53
%95
%0

Triadic Colors of #ff780c

#ff780c #0cff78 #780cff

Analogous Colors of #ff780c

#ff780c #fff20c #ff0c1a

Monochromatic Colors of #ff780c

#ff780c

Complementary Color

#ff780c #0c93ff

#ff780c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff780c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff780c Color CSS Codes

.mybgcolor {background-color:#ff780c; } 
.myforecolor {color:#ff780c; }
.mybordercolor {border:3px solid #ff780c; }

#ff780c Text Font Color

<p style="color:#ff780c">Text here</p>

This sample text font color is #ff780c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ff780c Background Color

<div style="background-color:#ff780c">
Div content here</div>

This div background color is #ff780c


#ff780c Border Color

<div style="border:3px solid #ff780c">
Div here</div>

This div border color is #ff780c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,120,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ff780c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ff780c;
  -webkit-box-shadow: 1px 1px 3px 2px #ff780c;
  box-shadow:         1px 1px 3px 2px #ff780c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,120,12, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ff780c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ff780c;
  -webkit-box-shadow: 1px 1px 3px 2px #ff780c;
  box-shadow:         1px 1px 3px 2px #ff780c;">
Div content here</div>

This div box has shadow with color #ff780c

Related Colors

#ff780c Color Palettes


Comments

No comments written yet.

Please login to write comment.