#F1E48A

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

Shades of Khaki #F1E48A

Tints of Khaki #F1E48A

Color information

#F1E48A (or 0xF1E48A) is unknown color: approx Khaki. HEX triplet: F1, E4 and 8A. RGB value is (241,228,138). Sum of RGB (Red+Green+Blue) = 241+228+138=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 228 (89.45% from 255 or 37.56% from 607); Blue value is 138 (54.30% from 255 or 22.73% from 607); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E48A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E48A is #0E1B75. Grayscale: #DEDEDE. Windows color (decimal): -924534 or 9102577. OLE color: 9102577.

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

Color convert

RGB241228138-
CMYK00.050.430.05
HSL52.43º78.63%74.31%-
HSV(B)52.43º42.74%94.51%-
XYZ68.6176.0235.1-
YUV221.6380.81141.82-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.70%
GREEN value IS 228 (89.45% from 255) = 37.56%
BLUE value IS 138 (54.30% from 255) = 22.73%
R=39.70%
G=37.56%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122813800.050.430.0552.4378.6374.31
HexF1E48A052B5344f4a
Octal3613442120553564117112
Binary111100011110010010001010010110101110111010010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E48A; }

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

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

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

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

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

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

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

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