Color Hex Logo

#f0914d Color Hex

#F0914D
(240,145,77)
0 Favorites   0 Comments

Color spaces of #f0914d

RGB 24014577
HSL0.070.840.62
HSV25°68°94°
CMYK 0.000.400.68   0.06
XYZ47.400139.311912.1109
Yxy39.31190.47960.3978
Hunter Lab62.699225.221032.4371
CIE-Lab68.976630.228050.3275

#f0914d color RGB value is (240,145,77).

#f0914d hex color red value is 240, green value is 145 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #f0914d hue: 0.07 , saturation: 0.84 and the lightness value of f0914d is 0.62.

The process color (four color CMYK) of #f0914d color hex is 0.00, 0.40, 0.68, 0.06. Web safe color of #f0914d is #ff9966. Color #f0914d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010001 01001101
Octal 360 221 115
Decimal 240 145 77
Hex F0 91 4D

RGB Percentages of Color #f0914d

%51.95
%31.39
%16.67

CMYK Percentages of Color #f0914d

%0
%40
%68
%6

Triadic Colors of #f0914d

#f0914d #4df091 #914df0

Analogous Colors of #f0914d

#f0914d #f0e34d #f04d5b

Monochromatic Colors of #f0914d

#f0914d

Complementary Color

#f0914d #4dacf0

#f0914d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0914d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0914d Color CSS Codes

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

#f0914d Text Font Color

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

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


#f0914d Background Color

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

This div background color is #f0914d


#f0914d Border Color

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

This div border color is #f0914d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0914d


Comments

No comments written yet.

Please login to write comment.