#F8E684

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

Shades of Khaki #F8E684

Tints of Khaki #F8E684

Color information

#F8E684 (or 0xF8E684) is unknown color: approx Khaki. HEX triplet: F8, E6 and 84. RGB value is (248,230,132). Sum of RGB (Red+Green+Blue) = 248+230+132=610 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.66% from 610); Green value is 230 (90.23% from 255 or 37.70% from 610); Blue value is 132 (51.95% from 255 or 21.64% from 610); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E684 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8E684 is #07197B. Grayscale: #E0E0E0. Windows color (decimal): -465276 or 8709880. OLE color: 8709880.

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

Color convert

RGB248230132-
CMYK00.070.470.03
HSL50.69º89.23%74.51%-
HSV(B)50.69º46.77%97.25%-
XYZ71.1778.2233.18-
YUV224.2175.96144.97-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.66%
GREEN value IS 230 (90.23% from 255) = 37.70%
BLUE value IS 132 (51.95% from 255) = 21.64%
R=40.66%
G=37.70%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823013200.070.470.0350.6989.2374.51
HexF8E684072F333594b
Octal3703462040757363131113
Binary11111000111001101000010001111011111111001110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E684; }

 p { color: rgb(248,230,132); }

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

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

 a { background-color: rgb(248,230,132); }

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

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

 span { border-color: rgb(248,230,132); }

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