#F8E48B

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

Shades of Khaki #F8E48B

Tints of Khaki #F8E48B

Color information

#F8E48B (or 0xF8E48B) is unknown color: approx Khaki. HEX triplet: F8, E4 and 8B. RGB value is (248,228,139). Sum of RGB (Red+Green+Blue) = 248+228+139=615 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.33% from 615); Green value is 228 (89.45% from 255 or 37.07% from 615); Blue value is 139 (54.69% from 255 or 22.60% from 615); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E48B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8E48B is #071B74. Grayscale: #E0E0E0. Windows color (decimal): -465781 or 9168120. OLE color: 9168120.

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

Color convert

RGB248228139-
CMYK00.080.440.03
HSL48.99º88.62%75.88%-
HSV(B)48.99º43.95%97.25%-
XYZ71.1277.3135.6-
YUV223.8380.13145.24-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.33%
GREEN value IS 228 (89.45% from 255) = 37.07%
BLUE value IS 139 (54.69% from 255) = 22.60%
R=40.33%
G=37.07%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822813900.080.440.0348.9988.6275.88
HexF8E48B082C331594c
Octal37034421301054361131114
Binary111110001110010010001011010001011001111000110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E48B; }

 p { color: rgb(248,228,139); }

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

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

 a { background-color: rgb(248,228,139); }

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

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

 span { border-color: rgb(248,228,139); }

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