Color Hex Logo

#f0853c Color Hex

#F0853C
(240,133,60)
0 Favorites   0 Comments

Color spaces of #f0853c

RGB 24013360
HSL0.070.860.59
HSV24°75°94°
CMYK 0.000.450.75   0.06
XYZ45.138335.62668.7725
Yxy35.62660.50410.3979
Hunter Lab59.688030.534333.0676
CIE-Lab66.233635.641455.4012

#f0853c color RGB value is (240,133,60).

#f0853c hex color red value is 240, green value is 133 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #f0853c hue: 0.07 , saturation: 0.86 and the lightness value of f0853c is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10000101 00111100
Octal 360 205 74
Decimal 240 133 60
Hex F0 85 3C

RGB Percentages of Color #f0853c

%55.43
%30.72
%13.86

CMYK Percentages of Color #f0853c

%0
%45
%75
%6

Triadic Colors of #f0853c

#f0853c #3cf085 #853cf0

Analogous Colors of #f0853c

#f0853c #f0df3c #f03c4d

Monochromatic Colors of #f0853c

#f0853c

Complementary Color

#f0853c #3ca7f0

#f0853c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0853c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0853c Color CSS Codes

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

#f0853c Text Font Color

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

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


#f0853c Background Color

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

This div background color is #f0853c


#f0853c Border Color

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

This div border color is #f0853c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0853c

#f0853c Color Palettes


Comments

No comments written yet.

Please login to write comment.