Color Hex Logo

#f0984e Color Hex

#F0984E
(240,152,78)
0 Favorites   0 Comments

Color spaces of #f0984e

RGB 24015278
HSL0.080.840.62
HSV27°68°94°
CMYK 0.000.370.68   0.06
XYZ48.538641.531812.6659
Yxy41.53180.47250.4043
Hunter Lab64.445221.663033.4589
CIE-Lab70.546926.608951.5876

#f0984e color RGB value is (240,152,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10011000 01001110
Octal 360 230 116
Decimal 240 152 78
Hex F0 98 4E

RGB Percentages of Color #f0984e

%51.06
%32.34
%16.60

CMYK Percentages of Color #f0984e

%0
%37
%68
%6

Triadic Colors of #f0984e

#f0984e #4ef098 #984ef0

Analogous Colors of #f0984e

#f0984e #f0e94e #f04e55

Monochromatic Colors of #f0984e

#f0984e

Complementary Color

#f0984e #4ea6f0

#f0984e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0984e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0984e Color CSS Codes

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

#f0984e Text Font Color

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

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


#f0984e Background Color

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

This div background color is #f0984e


#f0984e Border Color

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

This div border color is #f0984e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0984e


Comments

No comments written yet.

Please login to write comment.