Shades of Splash #F3D099
Tints of Splash #F3D099
RGB
CMYK
RGB Variations
Color information
#F3D099 (or 0xF3D099) is known color: Splash. HEX triplet: F3, D0 and 99. RGB value is (243,208,153). Sum of RGB (Red+Green+Blue) = 243+208+153=604 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.23% from 604); Green value is 208 (81.64% from 255 or 34.44% from 604); Blue value is 153 (60.16% from 255 or 25.33% from 604); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D099 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D099 is #0C2F66. Grayscale: #D4D4D4. Windows color (decimal): -798567 or 10080499. OLE color: 10080499.
HSL color Cylindrical-coordinate representation of color #F3D099: hue angle of 36.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 #F3D099 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 208 | 153 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.05 |
| HSL | 36.67º | 0.79% | 0.78% | - |
| HSV(B) | 36.67º | 0.37% | 0.95% | - |
| XYZ | 65.27 | 66.47 | 39.53 | - |
| YUV | 212.2 | 94.6 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 208 | 153 | 0 | 0.14 | 0.37 | 0.05 | 36.67 | 0.79 | 0.78 |
| Hex | F3 | D0 | 99 | 0 | E | 25 | 5 | 25 | 4F | 4E |
| Octal | 363 | 320 | 231 | 0 | 16 | 45 | 5 | 45 | 117 | 116 |
| Binary | 11110011 | 11010000 | 10011001 | 0 | 1110 | 100101 | 101 | 100101 | 1001111 | 1001110 |
Color Harmonies of #F3D099
Complementary color
Monochromatic Colors of #F3D099
Black with #F3D099
Text Example
Text Example
White with #F3D099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D099; }
p { color: rgb(243,208,153); }
H1.HeaderClassName
{
color: #F3D099;
}
.AnyTagClassName
{
color: #F3D099;
}
</style>
background-color css
<style>
a { background-color: #F3D099; }
a { background-color: rgb(243,208,153); }
div.DivClassName
{
background-color: #F3D099;
}
.BgClassName
{
background-color: #F3D099;
}
</style>
border-color css
<style>
span { border-color: #F3D099; }
span { border-color: rgb(243,208,153); }
td.TdClassName
{
border-color: #F3D099;
}
.TagClassName
{
border-color: #F3D099;
}
</style>