#F7F083

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

Shades of Khaki #F7F083

Tints of Khaki #F7F083

Color information

#F7F083 (or 0xF7F083) is unknown color: approx Khaki. HEX triplet: F7, F0 and 83. RGB value is (247,240,131). Sum of RGB (Red+Green+Blue) = 247+240+131=618 (81% of max value = 765). Red value is 247 (96.88% from 255 or 39.97% from 618); Green value is 240 (94.14% from 255 or 38.83% from 618); Blue value is 131 (51.56% from 255 or 21.20% from 618); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F083 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F083 is #080F7C. Grayscale: #E6E6E6. Windows color (decimal): -528253 or 8646903. OLE color: 8646903.

HSL color Cylindrical-coordinate representation of color #F7F083: hue angle of 56.38º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F7F083 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB247240131-
CMYK00.030.470.03
HSL56.38º87.88%74.12%-
HSV(B)56.38º46.96%96.86%-
XYZ73.6183.7333.75-
YUV229.6772.32140.36-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.97%
GREEN value IS 240 (94.14% from 255) = 38.83%
BLUE value IS 131 (51.56% from 255) = 21.20%
R=39.97%
G=38.83%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24724013100.030.470.0356.3887.8874.12
HexF7F083032F338584a
Octal3673602030357370130112
Binary1111011111110000100000110111011111111100010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F083; }

 p { color: rgb(247,240,131); }

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

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

 a { background-color: rgb(247,240,131); }

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

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

 span { border-color: rgb(247,240,131); }

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