Shades of Splash #F3DC9A
Tints of Splash #F3DC9A
RGB
CMYK
RGB Variations
Color information
#F3DC9A (or 0xF3DC9A) is known color: Splash. HEX triplet: F3, DC and 9A. RGB value is (243,220,154). Sum of RGB (Red+Green+Blue) = 243+220+154=617 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.38% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 154 (60.55% from 255 or 24.96% from 617); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DC9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DC9A is #0C2365. Grayscale: #DBDBDB. Windows color (decimal): -795494 or 10149107. OLE color: 10149107.
HSL color Cylindrical-coordinate representation of color #F3DC9A: hue angle of 44.49º 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 #F3DC9A is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 220 | 154 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.05 |
| HSL | 44.49º | 0.79% | 0.78% | - |
| HSV(B) | 44.49º | 0.37% | 0.95% | - |
| XYZ | 68.39 | 72.57 | 40.98 | - |
| YUV | 219.35 | 91.12 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 220 | 154 | 0 | 0.09 | 0.37 | 0.05 | 44.49 | 0.79 | 0.78 |
| Hex | F3 | DC | 9A | 0 | 9 | 25 | 5 | 2C | 4F | 4E |
| Octal | 363 | 334 | 232 | 0 | 11 | 45 | 5 | 54 | 117 | 116 |
| Binary | 11110011 | 11011100 | 10011010 | 0 | 1001 | 100101 | 101 | 101100 | 1001111 | 1001110 |
Color Harmonies of #F3DC9A
Complementary color
Monochromatic Colors of #F3DC9A
Black with #F3DC9A
Text Example
Text Example
White with #F3DC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DC9A; }
p { color: rgb(243,220,154); }
H1.HeaderClassName
{
color: #F3DC9A;
}
.AnyTagClassName
{
color: #F3DC9A;
}
</style>
background-color css
<style>
a { background-color: #F3DC9A; }
a { background-color: rgb(243,220,154); }
div.DivClassName
{
background-color: #F3DC9A;
}
.BgClassName
{
background-color: #F3DC9A;
}
</style>
border-color css
<style>
span { border-color: #F3DC9A; }
span { border-color: rgb(243,220,154); }
td.TdClassName
{
border-color: #F3DC9A;
}
.TagClassName
{
border-color: #F3DC9A;
}
</style>