#F1E08B

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

Shades of Khaki #F1E08B

Tints of Khaki #F1E08B

Color information

#F1E08B (or 0xF1E08B) is unknown color: approx Khaki. HEX triplet: F1, E0 and 8B. RGB value is (241,224,139). Sum of RGB (Red+Green+Blue) = 241+224+139=604 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.90% from 604); Green value is 224 (87.89% from 255 or 37.09% from 604); Blue value is 139 (54.69% from 255 or 23.01% from 604); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E08B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E08B is #0E1F74. Grayscale: #DBDBDB. Windows color (decimal): -925557 or 9167089. OLE color: 9167089.

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

Color convert

RGB241224139-
CMYK00.070.420.05
HSL50º78.46%74.51%-
HSV(B)50º42.32%94.51%-
XYZ67.5973.8835.12-
YUV219.3982.63143.41-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.90%
GREEN value IS 224 (87.89% from 255) = 37.09%
BLUE value IS 139 (54.69% from 255) = 23.01%
R=39.90%
G=37.09%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122413900.070.420.055078.4674.51
HexF1E08B072A5324e4b
Octal3613402130752562116113
Binary111100011110000010001011011110101010111001010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E08B; }

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

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

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

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

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

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

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

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