#F1E08D

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

Shades of Khaki #F1E08D

Tints of Khaki #F1E08D

Color information

#F1E08D (or 0xF1E08D) is unknown color: approx Khaki. HEX triplet: F1, E0 and 8D. RGB value is (241,224,141). Sum of RGB (Red+Green+Blue) = 241+224+141=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 224 (87.89% from 255 or 36.96% from 606); Blue value is 141 (55.47% from 255 or 23.27% from 606); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E08D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E08D is #0E1F72. Grayscale: #DBDBDB. Windows color (decimal): -925555 or 9298161. OLE color: 9298161.

HSL color Cylindrical-coordinate representation of color #F1E08D: hue angle of 49.8º 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 #F1E08D is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB241224141-
CMYK00.070.410.05
HSL49.8º78.12%74.9%-
HSV(B)49.8º41.49%94.51%-
XYZ67.7473.9435.9-
YUV219.6283.63143.25-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.77%
GREEN value IS 224 (87.89% from 255) = 36.96%
BLUE value IS 141 (55.47% from 255) = 23.27%
R=39.77%
G=36.96%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122414100.070.410.0549.878.1274.9
HexF1E08D07295324e4b
Octal3613402150751562116113
Binary111100011110000010001101011110100110111001010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E08D; }

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

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

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

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

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

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

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

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