#F8D996

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

Shades of Splash #F8D996

Tints of Splash #F8D996

Color information

#F8D996 (or 0xF8D996) is unknown color: approx Splash. HEX triplet: F8, D9 and 96. RGB value is (248,217,150). Sum of RGB (Red+Green+Blue) = 248+217+150=615 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.33% from 615); Green value is 217 (85.16% from 255 or 35.28% from 615); Blue value is 150 (58.98% from 255 or 24.39% from 615); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D996 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D996 is #072669. Grayscale: #DADADA. Windows color (decimal): -468586 or 9886200. OLE color: 9886200.

HSL color Cylindrical-coordinate representation of color #F8D996: hue angle of 41.02º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F8D996 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB248217150-
CMYK00.120.400.03
HSL41.02º87.5%78.04%-
HSV(B)41.02º39.52%97.25%-
XYZ69.0371.7839.07-
YUV218.6389.27148.95-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.33%
GREEN value IS 217 (85.16% from 255) = 35.28%
BLUE value IS 150 (58.98% from 255) = 24.39%
R=40.33%
G=35.28%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821715000.120.400.0341.0287.578.04
HexF8D9960C28329584e
Octal37033122601450351130116
Binary111110001101100110010110011001010001110100110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D996; }

 p { color: rgb(248,217,150); }

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

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

 a { background-color: rgb(248,217,150); }

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

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

 span { border-color: rgb(248,217,150); }

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