Shades of Splash #F0D692
Tints of Splash #F0D692
RGB
CMYK
RGB Variations
Color information
#F0D692 (or 0xF0D692) is known color: Splash. HEX triplet: F0, D6 and 92. RGB value is (240,214,146). Sum of RGB (Red+Green+Blue) = 240+214+146=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 214 (83.98% from 255 or 35.67% from 600); Blue value is 146 (57.42% from 255 or 24.33% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D692 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D692 is #0F296D. Grayscale: #D6D6D6. Windows color (decimal): -993646 or 9623280. OLE color: 9623280.
HSL color Cylindrical-coordinate representation of color #F0D692: hue angle of 43.4º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F0D692 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 214 | 146 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.06 |
| HSL | 43.4º | 0.76% | 0.76% | - |
| HSV(B) | 43.4º | 0.39% | 0.94% | - |
| XYZ | 65.17 | 68.69 | 37.02 | - |
| YUV | 214.02 | 89.61 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 214 | 146 | 0 | 0.11 | 0.39 | 0.06 | 43.4 | 0.76 | 0.76 |
| Hex | F0 | D6 | 92 | 0 | B | 27 | 6 | 2B | 4C | 4C |
| Octal | 360 | 326 | 222 | 0 | 13 | 47 | 6 | 53 | 114 | 114 |
| Binary | 11110000 | 11010110 | 10010010 | 0 | 1011 | 100111 | 110 | 101011 | 1001100 | 1001100 |
Color Harmonies of #F0D692
Complementary color
Monochromatic Colors of #F0D692
Black with #F0D692
Text Example
Text Example
White with #F0D692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D692; }
p { color: rgb(240,214,146); }
H1.HeaderClassName
{
color: #F0D692;
}
.AnyTagClassName
{
color: #F0D692;
}
</style>
background-color css
<style>
a { background-color: #F0D692; }
a { background-color: rgb(240,214,146); }
div.DivClassName
{
background-color: #F0D692;
}
.BgClassName
{
background-color: #F0D692;
}
</style>
border-color css
<style>
span { border-color: #F0D692; }
span { border-color: rgb(240,214,146); }
td.TdClassName
{
border-color: #F0D692;
}
.TagClassName
{
border-color: #F0D692;
}
</style>