Shades of Splash #F6D498
Tints of Splash #F6D498
RGB
CMYK
RGB Variations
Color information
#F6D498 (or 0xF6D498) is known color: Splash. HEX triplet: F6, D4 and 98. RGB value is (246,212,152). Sum of RGB (Red+Green+Blue) = 246+212+152=610 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.33% from 610); Green value is 212 (83.20% from 255 or 34.75% from 610); Blue value is 152 (59.77% from 255 or 24.92% from 610); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D498 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D498 is #092B67. Grayscale: #D7D7D7. Windows color (decimal): -600936 or 10015990. OLE color: 10015990.
HSL color Cylindrical-coordinate representation of color #F6D498: hue angle of 38.3º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F6D498 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 212 | 152 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.04 |
| HSL | 38.3º | 0.84% | 0.78% | - |
| HSV(B) | 38.3º | 0.38% | 0.96% | - |
| XYZ | 67.22 | 68.95 | 39.47 | - |
| YUV | 215.33 | 92.26 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 212 | 152 | 0 | 0.14 | 0.38 | 0.04 | 38.3 | 0.84 | 0.78 |
| Hex | F6 | D4 | 98 | 0 | E | 26 | 4 | 26 | 54 | 4E |
| Octal | 366 | 324 | 230 | 0 | 16 | 46 | 4 | 46 | 124 | 116 |
| Binary | 11110110 | 11010100 | 10011000 | 0 | 1110 | 100110 | 100 | 100110 | 1010100 | 1001110 |
Color Harmonies of #F6D498
Complementary color
Monochromatic Colors of #F6D498
Black with #F6D498
Text Example
Text Example
White with #F6D498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D498; }
p { color: rgb(246,212,152); }
H1.HeaderClassName
{
color: #F6D498;
}
.AnyTagClassName
{
color: #F6D498;
}
</style>
background-color css
<style>
a { background-color: #F6D498; }
a { background-color: rgb(246,212,152); }
div.DivClassName
{
background-color: #F6D498;
}
.BgClassName
{
background-color: #F6D498;
}
</style>
border-color css
<style>
span { border-color: #F6D498; }
span { border-color: rgb(246,212,152); }
td.TdClassName
{
border-color: #F6D498;
}
.TagClassName
{
border-color: #F6D498;
}
</style>