Shades of Splash #F3D793
Tints of Splash #F3D793
RGB
CMYK
RGB Variations
Color information
#F3D793 (or 0xF3D793) is known color: Splash. HEX triplet: F3, D7 and 93. RGB value is (243,215,147). Sum of RGB (Red+Green+Blue) = 243+215+147=605 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.17% from 605); Green value is 215 (84.38% from 255 or 35.54% from 605); Blue value is 147 (57.81% from 255 or 24.30% from 605); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D793 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D793 is #0C286C. Grayscale: #D7D7D7. Windows color (decimal): -796781 or 9689075. OLE color: 9689075.
HSL color Cylindrical-coordinate representation of color #F3D793: hue angle of 42.5º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F3D793 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 215 | 147 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.05 |
| HSL | 42.5º | 0.8% | 0.76% | - |
| HSV(B) | 42.5º | 0.4% | 0.95% | - |
| XYZ | 66.53 | 69.76 | 37.56 | - |
| YUV | 215.62 | 89.28 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 215 | 147 | 0 | 0.12 | 0.40 | 0.05 | 42.5 | 0.8 | 0.76 |
| Hex | F3 | D7 | 93 | 0 | C | 28 | 5 | 2A | 50 | 4C |
| Octal | 363 | 327 | 223 | 0 | 14 | 50 | 5 | 52 | 120 | 114 |
| Binary | 11110011 | 11010111 | 10010011 | 0 | 1100 | 101000 | 101 | 101010 | 1010000 | 1001100 |
Color Harmonies of #F3D793
Complementary color
Monochromatic Colors of #F3D793
Black with #F3D793
Text Example
Text Example
White with #F3D793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D793; }
p { color: rgb(243,215,147); }
H1.HeaderClassName
{
color: #F3D793;
}
.AnyTagClassName
{
color: #F3D793;
}
</style>
background-color css
<style>
a { background-color: #F3D793; }
a { background-color: rgb(243,215,147); }
div.DivClassName
{
background-color: #F3D793;
}
.BgClassName
{
background-color: #F3D793;
}
</style>
border-color css
<style>
span { border-color: #F3D793; }
span { border-color: rgb(243,215,147); }
td.TdClassName
{
border-color: #F3D793;
}
.TagClassName
{
border-color: #F3D793;
}
</style>