Shades of Splash #F0D492
Tints of Splash #F0D492
RGB
CMYK
RGB Variations
Color information
#F0D492 (or 0xF0D492) is known color: Splash. HEX triplet: F0, D4 and 92. RGB value is (240,212,146). Sum of RGB (Red+Green+Blue) = 240+212+146=598 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.13% from 598); Green value is 212 (83.20% from 255 or 35.45% from 598); Blue value is 146 (57.42% from 255 or 24.41% from 598); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D492 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D492 is #0F2B6D. Grayscale: #D5D5D5. Windows color (decimal): -994158 or 9622768. OLE color: 9622768.
HSL color Cylindrical-coordinate representation of color #F0D492: hue angle of 42.13º 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 #F0D492 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 212 | 146 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.06 |
| HSL | 42.13º | 0.76% | 0.76% | - |
| HSV(B) | 42.13º | 0.39% | 0.94% | - |
| XYZ | 64.67 | 67.69 | 36.85 | - |
| YUV | 212.85 | 90.28 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 212 | 146 | 0 | 0.12 | 0.39 | 0.06 | 42.13 | 0.76 | 0.76 |
| Hex | F0 | D4 | 92 | 0 | C | 27 | 6 | 2A | 4C | 4C |
| Octal | 360 | 324 | 222 | 0 | 14 | 47 | 6 | 52 | 114 | 114 |
| Binary | 11110000 | 11010100 | 10010010 | 0 | 1100 | 100111 | 110 | 101010 | 1001100 | 1001100 |
Color Harmonies of #F0D492
Complementary color
Monochromatic Colors of #F0D492
Black with #F0D492
Text Example
Text Example
White with #F0D492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D492; }
p { color: rgb(240,212,146); }
H1.HeaderClassName
{
color: #F0D492;
}
.AnyTagClassName
{
color: #F0D492;
}
</style>
background-color css
<style>
a { background-color: #F0D492; }
a { background-color: rgb(240,212,146); }
div.DivClassName
{
background-color: #F0D492;
}
.BgClassName
{
background-color: #F0D492;
}
</style>
border-color css
<style>
span { border-color: #F0D492; }
span { border-color: rgb(240,212,146); }
td.TdClassName
{
border-color: #F0D492;
}
.TagClassName
{
border-color: #F0D492;
}
</style>