#F8DC99

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

Shades of Splash #F8DC99

Tints of Splash #F8DC99

Color information

#F8DC99 (or 0xF8DC99) is unknown color: approx Splash. HEX triplet: F8, DC and 99. RGB value is (248,220,153). Sum of RGB (Red+Green+Blue) = 248+220+153=621 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.94% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 153 (60.16% from 255 or 24.64% from 621); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DC99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DC99 is #072366. Grayscale: #DDDDDD. Windows color (decimal): -467815 or 10083576. OLE color: 10083576.

HSL color Cylindrical-coordinate representation of color #F8DC99: hue angle of 42.32º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F8DC99 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.03.

Color convert

RGB248220153-
CMYK00.110.380.03
HSL42.32º87.16%78.63%-
HSV(B)42.32º38.31%97.25%-
XYZ70.0573.4440.62-
YUV220.7389.78147.45-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.94%
GREEN value IS 220 (86.33% from 255) = 35.43%
BLUE value IS 153 (60.16% from 255) = 24.64%
R=39.94%
G=35.43%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822015300.110.380.0342.3287.1678.63
HexF8DC990B2632a574f
Octal37033423101346352127117
Binary111110001101110010011001010111001101110101010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DC99; }

 p { color: rgb(248,220,153); }

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

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

 a { background-color: rgb(248,220,153); }

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

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

 span { border-color: rgb(248,220,153); }

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