#F1E485

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

Shades of Khaki #F1E485

Tints of Khaki #F1E485

Color information

#F1E485 (or 0xF1E485) is unknown color: approx Khaki. HEX triplet: F1, E4 and 85. RGB value is (241,228,133). Sum of RGB (Red+Green+Blue) = 241+228+133=602 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.03% from 602); Green value is 228 (89.45% from 255 or 37.87% from 602); Blue value is 133 (52.34% from 255 or 22.09% from 602); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E485 is #0E1B7A. Grayscale: #DDDDDD. Windows color (decimal): -924539 or 8774897. OLE color: 8774897.

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

Color convert

RGB241228133-
CMYK00.050.450.05
HSL52.78º79.41%73.33%-
HSV(B)52.78º44.81%94.51%-
XYZ68.2575.8833.24-
YUV221.0678.31142.22-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.03%
GREEN value IS 228 (89.45% from 255) = 37.87%
BLUE value IS 133 (52.34% from 255) = 22.09%
R=40.03%
G=37.87%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122813300.050.450.0552.7879.4173.33
HexF1E485052D5354f49
Octal3613442050555565117111
Binary111100011110010010000101010110110110111010110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E485; }

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

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

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

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

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

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

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

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