Shades of Splash #F4D293
Tints of Splash #F4D293
RGB
CMYK
RGB Variations
Color information
#F4D293 (or 0xF4D293) is known color: Splash. HEX triplet: F4, D2 and 93. RGB value is (244,210,147). Sum of RGB (Red+Green+Blue) = 244+210+147=601 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.60% from 601); Green value is 210 (82.42% from 255 or 34.94% from 601); Blue value is 147 (57.81% from 255 or 24.46% from 601); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D293 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4D293 is #0B2D6C. Grayscale: #D5D5D5. Windows color (decimal): -732525 or 9687796. OLE color: 9687796.
HSL color Cylindrical-coordinate representation of color #F4D293: hue angle of 38.97º degrees, saturation: 0.82, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F4D293 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 210 | 147 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.04 |
| HSL | 38.97º | 0.82% | 0.77% | - |
| HSV(B) | 38.97º | 0.4% | 0.96% | - |
| XYZ | 65.62 | 67.43 | 37.16 | - |
| YUV | 212.98 | 90.76 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 210 | 147 | 0 | 0.14 | 0.40 | 0.04 | 38.97 | 0.82 | 0.77 |
| Hex | F4 | D2 | 93 | 0 | E | 28 | 4 | 27 | 52 | 4D |
| Octal | 364 | 322 | 223 | 0 | 16 | 50 | 4 | 47 | 122 | 115 |
| Binary | 11110100 | 11010010 | 10010011 | 0 | 1110 | 101000 | 100 | 100111 | 1010010 | 1001101 |
Color Harmonies of #F4D293
Complementary color
Monochromatic Colors of #F4D293
Black with #F4D293
Text Example
Text Example
White with #F4D293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D293; }
p { color: rgb(244,210,147); }
H1.HeaderClassName
{
color: #F4D293;
}
.AnyTagClassName
{
color: #F4D293;
}
</style>
background-color css
<style>
a { background-color: #F4D293; }
a { background-color: rgb(244,210,147); }
div.DivClassName
{
background-color: #F4D293;
}
.BgClassName
{
background-color: #F4D293;
}
</style>
border-color css
<style>
span { border-color: #F4D293; }
span { border-color: rgb(244,210,147); }
td.TdClassName
{
border-color: #F4D293;
}
.TagClassName
{
border-color: #F4D293;
}
</style>