Shades of Splash #F2D58F
Tints of Splash #F2D58F
RGB
CMYK
RGB Variations
Color information
#F2D58F (or 0xF2D58F) is known color: Splash. HEX triplet: F2, D5 and 8F. RGB value is (242,213,143). Sum of RGB (Red+Green+Blue) = 242+213+143=598 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.47% from 598); Green value is 213 (83.59% from 255 or 35.62% from 598); Blue value is 143 (56.25% from 255 or 23.91% from 598); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D58F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D58F is #0D2A70. Grayscale: #D5D5D5. Windows color (decimal): -862833 or 9426418. OLE color: 9426418.
HSL color Cylindrical-coordinate representation of color #F2D58F: hue angle of 42.42º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F2D58F is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 213 | 143 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.05 |
| HSL | 42.42º | 0.79% | 0.75% | - |
| HSV(B) | 42.42º | 0.41% | 0.95% | - |
| XYZ | 65.37 | 68.45 | 35.75 | - |
| YUV | 213.69 | 88.11 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 213 | 143 | 0 | 0.12 | 0.41 | 0.05 | 42.42 | 0.79 | 0.75 |
| Hex | F2 | D5 | 8F | 0 | C | 29 | 5 | 2A | 4F | 4B |
| Octal | 362 | 325 | 217 | 0 | 14 | 51 | 5 | 52 | 117 | 113 |
| Binary | 11110010 | 11010101 | 10001111 | 0 | 1100 | 101001 | 101 | 101010 | 1001111 | 1001011 |
Color Harmonies of #F2D58F
Complementary color
Monochromatic Colors of #F2D58F
Black with #F2D58F
Text Example
Text Example
White with #F2D58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D58F; }
p { color: rgb(242,213,143); }
H1.HeaderClassName
{
color: #F2D58F;
}
.AnyTagClassName
{
color: #F2D58F;
}
</style>
background-color css
<style>
a { background-color: #F2D58F; }
a { background-color: rgb(242,213,143); }
div.DivClassName
{
background-color: #F2D58F;
}
.BgClassName
{
background-color: #F2D58F;
}
</style>
border-color css
<style>
span { border-color: #F2D58F; }
span { border-color: rgb(242,213,143); }
td.TdClassName
{
border-color: #F2D58F;
}
.TagClassName
{
border-color: #F2D58F;
}
</style>