Shades of Splash #F0D29A
Tints of Splash #F0D29A
RGB
CMYK
RGB Variations
Color information
#F0D29A (or 0xF0D29A) is known color: Splash. HEX triplet: F0, D2 and 9A. RGB value is (240,210,154). Sum of RGB (Red+Green+Blue) = 240+210+154=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 210 (82.42% from 255 or 34.77% from 604); Blue value is 154 (60.55% from 255 or 25.50% from 604); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D29A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D29A is #0F2D65. Grayscale: #D4D4D4. Windows color (decimal): -994662 or 10146544. OLE color: 10146544.
HSL color Cylindrical-coordinate representation of color #F0D29A: hue angle of 39.07º 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 #F0D29A is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 210 | 154 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.06 |
| HSL | 39.07º | 0.74% | 0.77% | - |
| HSV(B) | 39.07º | 0.36% | 0.94% | - |
| XYZ | 64.81 | 66.95 | 40.08 | - |
| YUV | 212.59 | 94.94 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 210 | 154 | 0 | 0.12 | 0.36 | 0.06 | 39.07 | 0.74 | 0.77 |
| Hex | F0 | D2 | 9A | 0 | C | 24 | 6 | 27 | 4A | 4D |
| Octal | 360 | 322 | 232 | 0 | 14 | 44 | 6 | 47 | 112 | 115 |
| Binary | 11110000 | 11010010 | 10011010 | 0 | 1100 | 100100 | 110 | 100111 | 1001010 | 1001101 |
Color Harmonies of #F0D29A
Complementary color
Monochromatic Colors of #F0D29A
Black with #F0D29A
Text Example
Text Example
White with #F0D29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D29A; }
p { color: rgb(240,210,154); }
H1.HeaderClassName
{
color: #F0D29A;
}
.AnyTagClassName
{
color: #F0D29A;
}
</style>
background-color css
<style>
a { background-color: #F0D29A; }
a { background-color: rgb(240,210,154); }
div.DivClassName
{
background-color: #F0D29A;
}
.BgClassName
{
background-color: #F0D29A;
}
</style>
border-color css
<style>
span { border-color: #F0D29A; }
span { border-color: rgb(240,210,154); }
td.TdClassName
{
border-color: #F0D29A;
}
.TagClassName
{
border-color: #F0D29A;
}
</style>