#F0D99C

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

Shades of Splash #F0D99C

Tints of Splash #F0D99C

Color information

#F0D99C (or 0xF0D99C) is unknown color: approx Splash. HEX triplet: F0, D9 and 9C. RGB value is (240,217,156). Sum of RGB (Red+Green+Blue) = 240+217+156=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 217 (85.16% from 255 or 35.40% from 613); Blue value is 156 (61.33% from 255 or 25.45% from 613); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D99C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D99C is #0F2663. Grayscale: #D9D9D9. Windows color (decimal): -992868 or 10279408. OLE color: 10279408.

HSL color Cylindrical-coordinate representation of color #F0D99C: hue angle of 43.57º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0D99C is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB240217156-
CMYK00.100.350.06
HSL43.57º73.68%77.65%-
HSV(B)43.57º35%94.12%-
XYZ66.7570.5541.55-
YUV216.9293.62144.46-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.15%
GREEN value IS 217 (85.16% from 255) = 35.40%
BLUE value IS 156 (61.33% from 255) = 25.45%
R=39.15%
G=35.40%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021715600.100.350.0643.5773.6877.65
HexF0D99C0A2362c4a4e
Octal36033123401243654112116
Binary1111000011011001100111000101010001111010110010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D99C; }

 p { color: rgb(240,217,156); }

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

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

 a { background-color: rgb(240,217,156); }

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

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

 span { border-color: rgb(240,217,156); }

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