Shades of Splash #F4D68F
Tints of Splash #F4D68F
RGB
CMYK
RGB Variations
Color information
#F4D68F (or 0xF4D68F) is known color: Splash. HEX triplet: F4, D6 and 8F. RGB value is (244,214,143). Sum of RGB (Red+Green+Blue) = 244+214+143=601 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.60% from 601); Green value is 214 (83.98% from 255 or 35.61% from 601); Blue value is 143 (56.25% from 255 or 23.79% from 601); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D68F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4D68F is #0B2970. Grayscale: #D7D7D7. Windows color (decimal): -731505 or 9426676. OLE color: 9426676.
HSL color Cylindrical-coordinate representation of color #F4D68F: hue angle of 42.18º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F4D68F is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 214 | 143 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.04 |
| HSL | 42.18º | 0.82% | 0.76% | - |
| HSV(B) | 42.18º | 0.41% | 0.96% | - |
| XYZ | 66.31 | 69.31 | 35.87 | - |
| YUV | 214.88 | 87.44 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 214 | 143 | 0 | 0.12 | 0.41 | 0.04 | 42.18 | 0.82 | 0.76 |
| Hex | F4 | D6 | 8F | 0 | C | 29 | 4 | 2A | 52 | 4C |
| Octal | 364 | 326 | 217 | 0 | 14 | 51 | 4 | 52 | 122 | 114 |
| Binary | 11110100 | 11010110 | 10001111 | 0 | 1100 | 101001 | 100 | 101010 | 1010010 | 1001100 |
Color Harmonies of #F4D68F
Complementary color
Monochromatic Colors of #F4D68F
Black with #F4D68F
Text Example
Text Example
White with #F4D68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D68F; }
p { color: rgb(244,214,143); }
H1.HeaderClassName
{
color: #F4D68F;
}
.AnyTagClassName
{
color: #F4D68F;
}
</style>
background-color css
<style>
a { background-color: #F4D68F; }
a { background-color: rgb(244,214,143); }
div.DivClassName
{
background-color: #F4D68F;
}
.BgClassName
{
background-color: #F4D68F;
}
</style>
border-color css
<style>
span { border-color: #F4D68F; }
span { border-color: rgb(244,214,143); }
td.TdClassName
{
border-color: #F4D68F;
}
.TagClassName
{
border-color: #F4D68F;
}
</style>