Shades of Splash #F3D59A
Tints of Splash #F3D59A
RGB
CMYK
RGB Variations
Color information
#F3D59A (or 0xF3D59A) is known color: Splash. HEX triplet: F3, D5 and 9A. RGB value is (243,213,154). Sum of RGB (Red+Green+Blue) = 243+213+154=610 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.84% from 610); Green value is 213 (83.59% from 255 or 34.92% from 610); Blue value is 154 (60.55% from 255 or 25.25% from 610); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D59A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D59A is #0C2A65. Grayscale: #D7D7D7. Windows color (decimal): -797286 or 10147315. OLE color: 10147315.
HSL color Cylindrical-coordinate representation of color #F3D59A: hue angle of 39.78º 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 #F3D59A is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 213 | 154 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.05 |
| HSL | 39.78º | 0.79% | 0.78% | - |
| HSV(B) | 39.78º | 0.37% | 0.95% | - |
| XYZ | 66.59 | 68.98 | 40.38 | - |
| YUV | 215.24 | 93.44 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 213 | 154 | 0 | 0.12 | 0.37 | 0.05 | 39.78 | 0.79 | 0.78 |
| Hex | F3 | D5 | 9A | 0 | C | 25 | 5 | 28 | 4F | 4E |
| Octal | 363 | 325 | 232 | 0 | 14 | 45 | 5 | 50 | 117 | 116 |
| Binary | 11110011 | 11010101 | 10011010 | 0 | 1100 | 100101 | 101 | 101000 | 1001111 | 1001110 |
Color Harmonies of #F3D59A
Complementary color
Monochromatic Colors of #F3D59A
Black with #F3D59A
Text Example
Text Example
White with #F3D59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D59A; }
p { color: rgb(243,213,154); }
H1.HeaderClassName
{
color: #F3D59A;
}
.AnyTagClassName
{
color: #F3D59A;
}
</style>
background-color css
<style>
a { background-color: #F3D59A; }
a { background-color: rgb(243,213,154); }
div.DivClassName
{
background-color: #F3D59A;
}
.BgClassName
{
background-color: #F3D59A;
}
</style>
border-color css
<style>
span { border-color: #F3D59A; }
span { border-color: rgb(243,213,154); }
td.TdClassName
{
border-color: #F3D59A;
}
.TagClassName
{
border-color: #F3D59A;
}
</style>