#F1E58E

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

Shades of Khaki #F1E58E

Tints of Khaki #F1E58E

Color information

#F1E58E (or 0xF1E58E) is unknown color: approx Khaki. HEX triplet: F1, E5 and 8E. RGB value is (241,229,142). Sum of RGB (Red+Green+Blue) = 241+229+142=612 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.38% from 612); Green value is 229 (89.84% from 255 or 37.42% from 612); Blue value is 142 (55.86% from 255 or 23.20% from 612); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E58E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E58E is #0E1A71. Grayscale: #DFDFDF. Windows color (decimal): -924274 or 9364977. OLE color: 9364977.

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

Color convert

RGB241229142-
CMYK00.050.410.05
HSL52.73º77.95%75.1%-
HSV(B)52.73º41.08%94.51%-
XYZ69.1876.6936.75-
YUV222.6782.48141.07-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.38%
GREEN value IS 229 (89.84% from 255) = 37.42%
BLUE value IS 142 (55.86% from 255) = 23.20%
R=39.38%
G=37.42%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122914200.050.410.0552.7377.9575.1
HexF1E58E05295354e4b
Octal3613452160551565116113
Binary111100011110010110001110010110100110111010110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E58E; }

 p { color: rgb(241,229,142); }

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

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

 a { background-color: rgb(241,229,142); }

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

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

 span { border-color: rgb(241,229,142); }

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