#F8E48A

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

Shades of Khaki #F8E48A

Tints of Khaki #F8E48A

Color information

#F8E48A (or 0xF8E48A) is unknown color: approx Khaki. HEX triplet: F8, E4 and 8A. RGB value is (248,228,138). Sum of RGB (Red+Green+Blue) = 248+228+138=614 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.39% from 614); Green value is 228 (89.45% from 255 or 37.13% from 614); Blue value is 138 (54.30% from 255 or 22.48% from 614); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E48A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8E48A is #071B75. Grayscale: #E0E0E0. Windows color (decimal): -465782 or 9102584. OLE color: 9102584.

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

Color convert

RGB248228138-
CMYK00.080.440.03
HSL49.09º88.71%75.69%-
HSV(B)49.09º44.35%97.25%-
XYZ71.0477.2835.22-
YUV223.7279.63145.32-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.39%
GREEN value IS 228 (89.45% from 255) = 37.13%
BLUE value IS 138 (54.30% from 255) = 22.48%
R=40.39%
G=37.13%
B=22.48%

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
Decimal24822813800.080.440.0349.0988.7175.69
HexF8E48A082C331594c
Octal37034421201054361131114
Binary111110001110010010001010010001011001111000110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E48A; }

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

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

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

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

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

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

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

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