Shades of Splash #F0D69A
Tints of Splash #F0D69A
RGB
CMYK
RGB Variations
Color information
#F0D69A (or 0xF0D69A) is known color: Splash. HEX triplet: F0, D6 and 9A. RGB value is (240,214,154). Sum of RGB (Red+Green+Blue) = 240+214+154=608 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.47% from 608); Green value is 214 (83.98% from 255 or 35.20% from 608); Blue value is 154 (60.55% from 255 or 25.33% from 608); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D69A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D69A is #0F2965. Grayscale: #D7D7D7. Windows color (decimal): -993638 or 10147568. OLE color: 10147568.
HSL color Cylindrical-coordinate representation of color #F0D69A: hue angle of 41.86º 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 #F0D69A is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 214 | 154 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.06 |
| HSL | 41.86º | 0.74% | 0.77% | - |
| HSV(B) | 41.86º | 0.36% | 0.94% | - |
| XYZ | 65.81 | 68.95 | 40.41 | - |
| YUV | 214.93 | 93.61 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 214 | 154 | 0 | 0.11 | 0.36 | 0.06 | 41.86 | 0.74 | 0.77 |
| Hex | F0 | D6 | 9A | 0 | B | 24 | 6 | 2A | 4A | 4D |
| Octal | 360 | 326 | 232 | 0 | 13 | 44 | 6 | 52 | 112 | 115 |
| Binary | 11110000 | 11010110 | 10011010 | 0 | 1011 | 100100 | 110 | 101010 | 1001010 | 1001101 |
Color Harmonies of #F0D69A
Complementary color
Monochromatic Colors of #F0D69A
Black with #F0D69A
Text Example
Text Example
White with #F0D69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D69A; }
p { color: rgb(240,214,154); }
H1.HeaderClassName
{
color: #F0D69A;
}
.AnyTagClassName
{
color: #F0D69A;
}
</style>
background-color css
<style>
a { background-color: #F0D69A; }
a { background-color: rgb(240,214,154); }
div.DivClassName
{
background-color: #F0D69A;
}
.BgClassName
{
background-color: #F0D69A;
}
</style>
border-color css
<style>
span { border-color: #F0D69A; }
span { border-color: rgb(240,214,154); }
td.TdClassName
{
border-color: #F0D69A;
}
.TagClassName
{
border-color: #F0D69A;
}
</style>