#F1E08A

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

Shades of Khaki #F1E08A

Tints of Khaki #F1E08A

Color information

#F1E08A (or 0xF1E08A) is unknown color: approx Khaki. HEX triplet: F1, E0 and 8A. RGB value is (241,224,138). Sum of RGB (Red+Green+Blue) = 241+224+138=603 (79% of max value = 765). Red value is 241 (94.53% from 255 or 39.97% from 603); Green value is 224 (87.89% from 255 or 37.15% from 603); Blue value is 138 (54.30% from 255 or 22.89% from 603); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E08A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E08A is #0E1F75. Grayscale: #DBDBDB. Windows color (decimal): -925558 or 9101553. OLE color: 9101553.

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

Color convert

RGB241224138-
CMYK00.070.430.05
HSL50.1º78.63%74.31%-
HSV(B)50.1º42.74%94.51%-
XYZ67.5273.8534.74-
YUV219.2882.13143.49-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.97%
GREEN value IS 224 (87.89% from 255) = 37.15%
BLUE value IS 138 (54.30% from 255) = 22.89%
R=39.97%
G=37.15%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122413800.070.430.0550.178.6374.31
HexF1E08A072B5324f4a
Octal3613402120753562117112
Binary111100011110000010001010011110101110111001010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E08A; }

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

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

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

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

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

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

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

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