#F1E48C

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

Shades of Khaki #F1E48C

Tints of Khaki #F1E48C

Color information

#F1E48C (or 0xF1E48C) is unknown color: approx Khaki. HEX triplet: F1, E4 and 8C. RGB value is (241,228,140). Sum of RGB (Red+Green+Blue) = 241+228+140=609 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.57% from 609); Green value is 228 (89.45% from 255 or 37.44% from 609); Blue value is 140 (55.08% from 255 or 22.99% from 609); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E48C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E48C is #0E1B73. Grayscale: #DEDEDE. Windows color (decimal): -924532 or 9233649. OLE color: 9233649.

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

Color convert

RGB241228140-
CMYK00.050.420.05
HSL52.28º78.29%74.71%-
HSV(B)52.28º41.91%94.51%-
XYZ68.7576.0835.87-
YUV221.8681.81141.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.57%
GREEN value IS 228 (89.45% from 255) = 37.44%
BLUE value IS 140 (55.08% from 255) = 22.99%
R=39.57%
G=37.44%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122814000.050.420.0552.2878.2974.71
HexF1E48C052A5344e4b
Octal3613442140552564116113
Binary111100011110010010001100010110101010111010010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E48C; }

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

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

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

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

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

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

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

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