#F7F084

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

Shades of Khaki #F7F084

Tints of Khaki #F7F084

Color information

#F7F084 (or 0xF7F084) is unknown color: approx Khaki. HEX triplet: F7, F0 and 84. RGB value is (247,240,132). Sum of RGB (Red+Green+Blue) = 247+240+132=619 (81% of max value = 765). Red value is 247 (96.88% from 255 or 39.90% from 619); Green value is 240 (94.14% from 255 or 38.77% from 619); Blue value is 132 (51.95% from 255 or 21.32% from 619); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F084 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F084 is #080F7B. Grayscale: #E6E6E6. Windows color (decimal): -528252 or 8712439. OLE color: 8712439.

HSL color Cylindrical-coordinate representation of color #F7F084: hue angle of 56.35º 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 #F7F084 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB247240132-
CMYK00.030.470.03
HSL56.35º87.79%74.31%-
HSV(B)56.35º46.56%96.86%-
XYZ73.6883.7634.11-
YUV229.7872.82140.28-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.90%
GREEN value IS 240 (94.14% from 255) = 38.77%
BLUE value IS 132 (51.95% from 255) = 21.32%
R=39.90%
G=38.77%
B=21.32%

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
Decimal24724013200.030.470.0356.3587.7974.31
HexF7F084032F338584a
Octal3673602040357370130112
Binary1111011111110000100001000111011111111100010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F084; }

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

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

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

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

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

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

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

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