Color Hex Logo

#f0854a Color Hex

#F0854A
(240,133,74)
0 Favorites   0 Comments

Color spaces of #f0854a

RGB 24013374
HSL0.060.850.62
HSV21°69°94°
CMYK 0.000.450.69   0.06
XYZ45.558735.794710.9864
Yxy35.79470.49340.3876
Hunter Lab59.828731.225130.9926
CIE-Lab66.362836.292148.8950

#f0854a color RGB value is (240,133,74).

#f0854a hex color red value is 240, green value is 133 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #f0854a hue: 0.06 , saturation: 0.85 and the lightness value of f0854a is 0.62.

The process color (four color CMYK) of #f0854a color hex is 0.00, 0.45, 0.69, 0.06. Web safe color of #f0854a is #ff9933. Color #f0854a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10000101 01001010
Octal 360 205 112
Decimal 240 133 74
Hex F0 85 4A

RGB Percentages of Color #f0854a

%53.69
%29.75
%16.55

CMYK Percentages of Color #f0854a

%0
%45
%69
%6

Triadic Colors of #f0854a

#f0854a #4af085 #854af0

Analogous Colors of #f0854a

#f0854a #f0d84a #f04a62

Monochromatic Colors of #f0854a

#f0854a

Complementary Color

#f0854a #4ab5f0

#f0854a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0854a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0854a Color CSS Codes

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

#f0854a Text Font Color

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

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


#f0854a Background Color

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

This div background color is #f0854a


#f0854a Border Color

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

This div border color is #f0854a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0854a


Comments

No comments written yet.

Please login to write comment.