#F0E08B

Color #F0E08B Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Khaki #F0E08B

Tints of Khaki #F0E08B

Color information

#F0E08B (or 0xF0E08B) is unknown color: approx Khaki. HEX triplet: F0, E0 and 8B. RGB value is (240,224,139). Sum of RGB (Red+Green+Blue) = 240+224+139=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 224 (87.89% from 255 or 37.15% from 603); Blue value is 139 (54.69% from 255 or 23.05% from 603); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E08B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E08B is #0F1F74. Grayscale: #DBDBDB. Windows color (decimal): -991093 or 9167088. OLE color: 9167088.

HSL color Cylindrical-coordinate representation of color #F0E08B: hue angle of 50.5º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F0E08B is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB240224139-
CMYK00.070.420.06
HSL50.5º77.1%74.31%-
HSV(B)50.5º42.08%94.12%-
XYZ67.2573.735.11-
YUV219.0982.8142.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 39.80%
GREEN value IS 224 (87.89% from 255) = 37.15%
BLUE value IS 139 (54.69% from 255) = 23.05%
R=39.80%
G=37.15%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022413900.070.420.0650.577.174.31
HexF0E08B072A6324d4a
Octal3603402130752662115112
Binary111100001110000010001011011110101011011001010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E08B; }

 p { color: rgb(240,224,139); }

 H1.HeaderClassName
 {
   color: #F0E08B;
 }
 .AnyTagClassName
 {
   color: #F0E08B;
 }
</style>
background-color css

<style>
 a { background-color: #F0E08B; }

 a { background-color: rgb(240,224,139); }

 div.DivClassName
 {
   background-color: #F0E08B;
 }
 .BgClassName
 {
   background-color: #F0E08B;
 }
</style>
border-color css

<style>
 span { border-color: #F0E08B; }

 span { border-color: rgb(240,224,139); }

 td.TdClassName
 {
   border-color: #F0E08B;
 }
 .TagClassName
 {
   border-color: #F0E08B;
 }
</style>