#F0D199

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

Shades of Splash #F0D199

Tints of Splash #F0D199

Color information

#F0D199 (or 0xF0D199) is unknown color: approx Splash. HEX triplet: F0, D1 and 99. RGB value is (240,209,153). Sum of RGB (Red+Green+Blue) = 240+209+153=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 209 (82.03% from 255 or 34.72% from 602); Blue value is 153 (60.16% from 255 or 25.42% from 602); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D199 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D199 is #0F2E66. Grayscale: #D4D4D4. Windows color (decimal): -994919 or 10080752. OLE color: 10080752.

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

Color convert

RGB240209153-
CMYK00.130.360.06
HSL38.62º74.36%77.06%-
HSV(B)38.62º36.25%94.12%-
XYZ64.4966.4339.56-
YUV211.8894.77148.05-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.87%
GREEN value IS 209 (82.03% from 255) = 34.72%
BLUE value IS 153 (60.16% from 255) = 25.42%
R=39.87%
G=34.72%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020915300.130.360.0638.6274.3677.06
HexF0D1990D246274a4d
Octal36032123101544647112115
Binary1111000011010001100110010110110010011010011110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D199; }

 p { color: rgb(240,209,153); }

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

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

 a { background-color: rgb(240,209,153); }

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

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

 span { border-color: rgb(240,209,153); }

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