#F9E982

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

Shades of Khaki #F9E982

Tints of Khaki #F9E982

Color information

#F9E982 (or 0xF9E982) is unknown color: approx Khaki. HEX triplet: F9, E9 and 82. RGB value is (249,233,130). Sum of RGB (Red+Green+Blue) = 249+233+130=612 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.69% from 612); Green value is 233 (91.41% from 255 or 38.07% from 612); Blue value is 130 (51.17% from 255 or 21.24% from 612); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E982 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9E982 is #06167D. Grayscale: #E2E2E2. Windows color (decimal): -398974 or 8579577. OLE color: 8579577.

HSL color Cylindrical-coordinate representation of color #F9E982: hue angle of 51.93º 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 #F9E982 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB249233130-
CMYK00.060.480.02
HSL51.93º90.84%74.31%-
HSV(B)51.93º47.79%97.65%-
XYZ72.2480.0332.76-
YUV226.0473.8144.38-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.69%
GREEN value IS 233 (91.41% from 255) = 38.07%
BLUE value IS 130 (51.17% from 255) = 21.24%
R=40.69%
G=38.07%
B=21.24%

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
Decimal24923313000.060.480.0251.9390.8474.31
HexF9E98206302345b4a
Octal3713512020660264133112
Binary11111001111010011000001001101100001011010010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9E982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9E982; }

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

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

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

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

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

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

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

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