Color Hex Logo

#ff400c Color Hex

#FF400C
(255,64,12)
0 Favorites   0 Comments

Color spaces of #ff400c

RGB 2556412
HSL0.041.000.52
HSV13°95°100°
CMYK 0.000.750.95   0.00
XYZ43.139824.95332.8906
Yxy24.95330.60770.3515
Hunter Lab49.953366.734931.5364
CIE-Lab57.029969.468466.2505

#ff400c color RGB value is (255,64,12).

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

The process color (four color CMYK) of #ff400c color hex is 0.00, 0.75, 0.95, 0.00. Web safe color of #ff400c is #ff3300. Color #ff400c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000000 00001100
Octal 377 100 14
Decimal 255 64 12
Hex FF 40 C

RGB Percentages of Color #ff400c

%77.04
%19.34
%3.63

CMYK Percentages of Color #ff400c

%0
%75
%95
%0

Triadic Colors of #ff400c

#ff400c #0cff40 #400cff

Analogous Colors of #ff400c

#ff400c #ffba0c #ff0c52

Monochromatic Colors of #ff400c

#ff400c

Complementary Color

#ff400c #0ccbff

#ff400c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff400c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff400c Color CSS Codes

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

#ff400c Text Font Color

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

This sample text font color is #ff400c
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.


#ff400c Background Color

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

This div background color is #ff400c


#ff400c Border Color

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

This div border color is #ff400c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,64,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 #ff400c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff400c

Related Colors


Comments

No comments written yet.

Please login to write comment.