Color Hex Logo

#f04003 Color Hex

#F04003
(240,64,3)
0 Favorites   0 Comments

Color spaces of #f04003

RGB 240643
HSL0.040.980.48
HSV15°99°94°
CMYK 0.000.730.99   0.06
XYZ37.785022.19862.3794
Yxy22.19860.60590.3560
Hunter Lab47.115460.699229.9865
CIE-Lab54.237164.900365.1829

#f04003 color RGB value is (240,64,3).

#f04003 hex color red value is 240, green value is 64 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #f04003 hue: 0.04 , saturation: 0.98 and the lightness value of f04003 is 0.48.

The process color (four color CMYK) of #f04003 color hex is 0.00, 0.73, 0.99, 0.06. Web safe color of #f04003 is #ff3300. Color #f04003 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000000 00000011
Octal 360 100 3
Decimal 240 64 3
Hex F0 40 3

RGB Percentages of Color #f04003

%78.18
%20.85
%0.98

CMYK Percentages of Color #f04003

%0
%73
%99
%6

Triadic Colors of #f04003

#f04003 #03f040 #4003f0

Analogous Colors of #f04003

#f04003 #f0b703 #f0033d

Monochromatic Colors of #f04003

#f04003

Complementary Color

#f04003 #03b3f0

#f04003 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04003 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04003 Color CSS Codes

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

#f04003 Text Font Color

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

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


#f04003 Background Color

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

This div background color is #f04003


#f04003 Border Color

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

This div border color is #f04003


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,64,3, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04003


Comments

No comments written yet.

Please login to write comment.