Shades of Splash #F3D999
Tints of Splash #F3D999
RGB
CMYK
RGB Variations
Color information
#F3D999 (or 0xF3D999) is known color: Splash. HEX triplet: F3, D9 and 99. RGB value is (243,217,153). Sum of RGB (Red+Green+Blue) = 243+217+153=613 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.64% from 613); Green value is 217 (85.16% from 255 or 35.40% from 613); Blue value is 153 (60.16% from 255 or 24.96% from 613); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D999 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D999 is #0C2666. Grayscale: #D9D9D9. Windows color (decimal): -796263 or 10082803. OLE color: 10082803.
HSL color Cylindrical-coordinate representation of color #F3D999: hue angle of 42.67º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F3D999 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 217 | 153 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.05 |
| HSL | 42.67º | 0.79% | 0.78% | - |
| HSV(B) | 42.67º | 0.37% | 0.95% | - |
| XYZ | 67.52 | 70.98 | 40.28 | - |
| YUV | 217.48 | 91.61 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 217 | 153 | 0 | 0.11 | 0.37 | 0.05 | 42.67 | 0.79 | 0.78 |
| Hex | F3 | D9 | 99 | 0 | B | 25 | 5 | 2B | 4F | 4E |
| Octal | 363 | 331 | 231 | 0 | 13 | 45 | 5 | 53 | 117 | 116 |
| Binary | 11110011 | 11011001 | 10011001 | 0 | 1011 | 100101 | 101 | 101011 | 1001111 | 1001110 |
Color Harmonies of #F3D999
Complementary color
Monochromatic Colors of #F3D999
Black with #F3D999
Text Example
Text Example
White with #F3D999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D999; }
p { color: rgb(243,217,153); }
H1.HeaderClassName
{
color: #F3D999;
}
.AnyTagClassName
{
color: #F3D999;
}
</style>
background-color css
<style>
a { background-color: #F3D999; }
a { background-color: rgb(243,217,153); }
div.DivClassName
{
background-color: #F3D999;
}
.BgClassName
{
background-color: #F3D999;
}
</style>
border-color css
<style>
span { border-color: #F3D999; }
span { border-color: rgb(243,217,153); }
td.TdClassName
{
border-color: #F3D999;
}
.TagClassName
{
border-color: #F3D999;
}
</style>