Color Hex Logo

#f03708 Color Hex

#F03708
(240,55,8)
0 Favorites   0 Comments

Color spaces of #f03708

RGB 240558
HSL0.030.940.49
HSV12°97°94°
CMYK 0.000.770.97   0.06
XYZ37.345221.27522.3679
Yxy21.27520.61230.3488
Hunter Lab46.125063.803929.2438
CIE-Lab53.249467.725763.5702

#f03708 color RGB value is (240,55,8).

#f03708 hex color red value is 240, green value is 55 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #f03708 hue: 0.03 , saturation: 0.94 and the lightness value of f03708 is 0.49.

The process color (four color CMYK) of #f03708 color hex is 0.00, 0.77, 0.97, 0.06. Web safe color of #f03708 is #ff3300. Color #f03708 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00110111 00001000
Octal 360 67 10
Decimal 240 55 8
Hex F0 37 8

RGB Percentages of Color #f03708

%79.21
%18.15
%2.64

CMYK Percentages of Color #f03708

%0
%77
%97
%6

Triadic Colors of #f03708

#f03708 #08f037 #3708f0

Analogous Colors of #f03708

#f03708 #f0ab08 #f0084d

Monochromatic Colors of #f03708

#f03708

Complementary Color

#f03708 #08c1f0

#f03708 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f03708 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f03708 Color CSS Codes

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

#f03708 Text Font Color

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

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


#f03708 Background Color

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

This div background color is #f03708


#f03708 Border Color

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

This div border color is #f03708


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f03708


Comments

No comments written yet.

Please login to write comment.