#F1E492

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

Shades of Khaki #F1E492

Tints of Khaki #F1E492

Color information

#F1E492 (or 0xF1E492) is unknown color: approx Khaki. HEX triplet: F1, E4 and 92. RGB value is (241,228,146). Sum of RGB (Red+Green+Blue) = 241+228+146=615 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.19% from 615); Green value is 228 (89.45% from 255 or 37.07% from 615); Blue value is 146 (57.42% from 255 or 23.74% from 615); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E492 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E492 is #0E1B6D. Grayscale: #DEDEDE. Windows color (decimal): -924526 or 9626865. OLE color: 9626865.

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

Color convert

RGB241228146-
CMYK00.050.390.05
HSL51.79º77.24%75.88%-
HSV(B)51.79º39.42%94.51%-
XYZ69.2176.2638.27-
YUV222.5484.81141.17-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.19%
GREEN value IS 228 (89.45% from 255) = 37.07%
BLUE value IS 146 (57.42% from 255) = 23.74%
R=39.19%
G=37.07%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122814600.050.390.0551.7977.2475.88
HexF1E49205275344d4c
Octal3613442220547564115114
Binary111100011110010010010010010110011110111010010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E492; }

 p { color: rgb(241,228,146); }

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

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

 a { background-color: rgb(241,228,146); }

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

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

 span { border-color: rgb(241,228,146); }

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