color codes Logo

#f08e2f color codes

#F08E2F
(240,142,47)
0 Favorites   0 Comments

Color spaces of #f08e2f

RGB 24014247
HSL0.080.870.56
HSV30°80°94°
CMYK 0.000.410.80   0.06
XYZ46.121338.07657.6080
Yxy38.07650.50240.4148
Hunter Lab61.706225.431235.8842
CIE-Lab68.077030.507562.5844

#f08e2f color RGB value is (240,142,47).

#f08e2f hex color red value is 240, green value is 142 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #f08e2f hue: 0.08 , saturation: 0.87 and the lightness value of f08e2f is 0.56.

The process color (four color CMYK) of #f08e2f color code is 0.00, 0.41, 0.80, 0.06. Web safe color of #f08e2f is #ff9933. Color #f08e2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10001110 00101111
Octal 360 216 57
Decimal 240 142 47
Hex F0 8E 2F

RGB Percentages of Color #f08e2f

%55.94
%33.10
%10.96

CMYK Percentages of Color #f08e2f

%0
%41
%80
%6

Triadic Colors of #f08e2f

#f08e2f #2ff08e #8e2ff0

Analogous Colors of #f08e2f

#f08e2f #f0ef2f #f02f31

Monochromatic Colors of #f08e2f

#f08e2f

Complementary Color

#f08e2f #2f91f0

#f08e2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f08e2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f08e2f Color CSS Codes

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

#f08e2f Text Font Color

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

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


#f08e2f Background Color

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

This div background color is #f08e2f


#f08e2f Border Color

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

This div border color is #f08e2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f08e2f


Comments

No comments written yet.

Please login to write comment.