#F9EA82

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

Shades of Khaki #F9EA82

Tints of Khaki #F9EA82

Color information

#F9EA82 (or 0xF9EA82) is unknown color: approx Khaki. HEX triplet: F9, EA and 82. RGB value is (249,234,130). Sum of RGB (Red+Green+Blue) = 249+234+130=613 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.62% from 613); Green value is 234 (91.80% from 255 or 38.17% from 613); Blue value is 130 (51.17% from 255 or 21.21% from 613); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EA82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9EA82 is #06157D. Grayscale: #E3E3E3. Windows color (decimal): -398718 or 8579833. OLE color: 8579833.

HSL color Cylindrical-coordinate representation of color #F9EA82: hue angle of 52.44º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F9EA82 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB249234130-
CMYK00.060.480.02
HSL52.44º90.84%74.31%-
HSV(B)52.44º47.79%97.65%-
XYZ72.5280.632.85-
YUV226.6373.47143.96-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.62%
GREEN value IS 234 (91.80% from 255) = 38.17%
BLUE value IS 130 (51.17% from 255) = 21.21%
R=40.62%
G=38.17%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923413000.060.480.0252.4490.8474.31
HexF9EA8206302345b4a
Octal3713522020660264133112
Binary11111001111010101000001001101100001011010010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EA82; }

 p { color: rgb(249,234,130); }

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

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

 a { background-color: rgb(249,234,130); }

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

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

 span { border-color: rgb(249,234,130); }

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