#F1E484

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

Shades of Khaki #F1E484

Tints of Khaki #F1E484

Color information

#F1E484 (or 0xF1E484) is unknown color: approx Khaki. HEX triplet: F1, E4 and 84. RGB value is (241,228,132). Sum of RGB (Red+Green+Blue) = 241+228+132=601 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.10% from 601); Green value is 228 (89.45% from 255 or 37.94% from 601); Blue value is 132 (51.95% from 255 or 21.96% from 601); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E484 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E484 is #0E1B7B. Grayscale: #DDDDDD. Windows color (decimal): -924540 or 8709361. OLE color: 8709361.

HSL color Cylindrical-coordinate representation of color #F1E484: hue angle of 52.84º degrees, saturation: 0.8, 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 #F1E484 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB241228132-
CMYK00.050.450.05
HSL52.84º79.56%73.14%-
HSV(B)52.84º45.23%94.51%-
XYZ68.1875.8532.88-
YUV220.9477.81142.31-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.10%
GREEN value IS 228 (89.45% from 255) = 37.94%
BLUE value IS 132 (51.95% from 255) = 21.96%
R=40.10%
G=37.94%
B=21.96%

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
Decimal24122813200.050.450.0552.8479.5673.14
HexF1E484052D5355049
Octal3613442040555565120111
Binary111100011110010010000100010110110110111010110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E484; }

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

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

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

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

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

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

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

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