Shades of Splash #F3D99A
Tints of Splash #F3D99A
RGB
CMYK
RGB Variations
Color information
#F3D99A (or 0xF3D99A) is known color: Splash. HEX triplet: F3, D9 and 9A. RGB value is (243,217,154). Sum of RGB (Red+Green+Blue) = 243+217+154=614 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.58% from 614); Green value is 217 (85.16% from 255 or 35.34% from 614); Blue value is 154 (60.55% from 255 or 25.08% from 614); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D99A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D99A is #0C2665. Grayscale: #D9D9D9. Windows color (decimal): -796262 or 10148339. OLE color: 10148339.
HSL color Cylindrical-coordinate representation of color #F3D99A: hue angle of 42.47º 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 #F3D99A is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 217 | 154 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.05 |
| HSL | 42.47º | 0.79% | 0.78% | - |
| HSV(B) | 42.47º | 0.37% | 0.95% | - |
| XYZ | 67.61 | 71.01 | 40.72 | - |
| YUV | 217.59 | 92.11 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 217 | 154 | 0 | 0.11 | 0.37 | 0.05 | 42.47 | 0.79 | 0.78 |
| Hex | F3 | D9 | 9A | 0 | B | 25 | 5 | 2A | 4F | 4E |
| Octal | 363 | 331 | 232 | 0 | 13 | 45 | 5 | 52 | 117 | 116 |
| Binary | 11110011 | 11011001 | 10011010 | 0 | 1011 | 100101 | 101 | 101010 | 1001111 | 1001110 |
Color Harmonies of #F3D99A
Complementary color
Monochromatic Colors of #F3D99A
Black with #F3D99A
Text Example
Text Example
White with #F3D99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D99A; }
p { color: rgb(243,217,154); }
H1.HeaderClassName
{
color: #F3D99A;
}
.AnyTagClassName
{
color: #F3D99A;
}
</style>
background-color css
<style>
a { background-color: #F3D99A; }
a { background-color: rgb(243,217,154); }
div.DivClassName
{
background-color: #F3D99A;
}
.BgClassName
{
background-color: #F3D99A;
}
</style>
border-color css
<style>
span { border-color: #F3D99A; }
span { border-color: rgb(243,217,154); }
td.TdClassName
{
border-color: #F3D99A;
}
.TagClassName
{
border-color: #F3D99A;
}
</style>