#F0E192

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

Shades of Khaki #F0E192

Tints of Khaki #F0E192

Color information

#F0E192 (or 0xF0E192) is unknown color: approx Khaki. HEX triplet: F0, E1 and 92. RGB value is (240,225,146). Sum of RGB (Red+Green+Blue) = 240+225+146=611 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.28% from 611); Green value is 225 (88.28% from 255 or 36.82% from 611); Blue value is 146 (57.42% from 255 or 23.90% from 611); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E192 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E192 is #0F1E6D. Grayscale: #DCDCDC. Windows color (decimal): -990830 or 9626096. OLE color: 9626096.

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

Color convert

RGB240225146-
CMYK00.060.390.06
HSL50.43º75.81%75.69%-
HSV(B)50.43º39.17%94.12%-
XYZ68.0574.4537.98-
YUV220.4885.97141.92-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.28%
GREEN value IS 225 (88.28% from 255) = 36.82%
BLUE value IS 146 (57.42% from 255) = 23.90%
R=39.28%
G=36.82%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022514600.060.390.0650.4375.8175.69
HexF0E19206276324c4c
Octal3603412220647662114114
Binary111100001110000110010010011010011111011001010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E192; }

 p { color: rgb(240,225,146); }

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

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

 a { background-color: rgb(240,225,146); }

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

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

 span { border-color: rgb(240,225,146); }

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