#F8ED83

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

Shades of Khaki #F8ED83

Tints of Khaki #F8ED83

Color information

#F8ED83 (or 0xF8ED83) is unknown color: approx Khaki. HEX triplet: F8, ED and 83. RGB value is (248,237,131). Sum of RGB (Red+Green+Blue) = 248+237+131=616 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.26% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 131 (51.56% from 255 or 21.27% from 616); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ED83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8ED83 is #07127C. Grayscale: #E4E4E4. Windows color (decimal): -463485 or 8646136. OLE color: 8646136.

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

Color convert

RGB248237131-
CMYK00.040.470.03
HSL54.36º89.31%74.31%-
HSV(B)54.36º47.18%97.25%-
XYZ73.0982.1633.48-
YUV228.273.14142.12-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.26%
GREEN value IS 237 (92.97% from 255) = 38.47%
BLUE value IS 131 (51.56% from 255) = 21.27%
R=40.26%
G=38.47%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823713100.040.470.0354.3689.3174.31
HexF8ED83042F336594a
Octal3703552030457366131112
Binary11111000111011011000001101001011111111011010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ED83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ED83; }

 p { color: rgb(248,237,131); }

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

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

 a { background-color: rgb(248,237,131); }

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

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

 span { border-color: rgb(248,237,131); }

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