Shades of Splash #F3D291
Tints of Splash #F3D291
RGB
CMYK
RGB Variations
Color information
#F3D291 (or 0xF3D291) is known color: Splash. HEX triplet: F3, D2 and 91. RGB value is (243,210,145). Sum of RGB (Red+Green+Blue) = 243+210+145=598 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.64% from 598); Green value is 210 (82.42% from 255 or 35.12% from 598); Blue value is 145 (57.03% from 255 or 24.25% from 598); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D291 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D291 is #0C2D6E. Grayscale: #D4D4D4. Windows color (decimal): -798063 or 9556723. OLE color: 9556723.
HSL color Cylindrical-coordinate representation of color #F3D291: hue angle of 39.8º 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 #F3D291 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 210 | 145 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.05 |
| HSL | 39.8º | 0.8% | 0.76% | - |
| HSV(B) | 39.8º | 0.4% | 0.95% | - |
| XYZ | 65.12 | 67.19 | 36.33 | - |
| YUV | 212.46 | 89.93 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 210 | 145 | 0 | 0.14 | 0.40 | 0.05 | 39.8 | 0.8 | 0.76 |
| Hex | F3 | D2 | 91 | 0 | E | 28 | 5 | 28 | 50 | 4C |
| Octal | 363 | 322 | 221 | 0 | 16 | 50 | 5 | 50 | 120 | 114 |
| Binary | 11110011 | 11010010 | 10010001 | 0 | 1110 | 101000 | 101 | 101000 | 1010000 | 1001100 |
Color Harmonies of #F3D291
Complementary color
Monochromatic Colors of #F3D291
Black with #F3D291
Text Example
Text Example
White with #F3D291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D291; }
p { color: rgb(243,210,145); }
H1.HeaderClassName
{
color: #F3D291;
}
.AnyTagClassName
{
color: #F3D291;
}
</style>
background-color css
<style>
a { background-color: #F3D291; }
a { background-color: rgb(243,210,145); }
div.DivClassName
{
background-color: #F3D291;
}
.BgClassName
{
background-color: #F3D291;
}
</style>
border-color css
<style>
span { border-color: #F3D291; }
span { border-color: rgb(243,210,145); }
td.TdClassName
{
border-color: #F3D291;
}
.TagClassName
{
border-color: #F3D291;
}
</style>