Shades of Shalimar #F5F4A8
Tints of Shalimar #F5F4A8
RGB
CMYK
RGB Variations
Color information
#F5F4A8 (or 0xF5F4A8) is known color: Shalimar. HEX triplet: F5, F4 and A8. RGB value is (245,244,168). Sum of RGB (Red+Green+Blue) = 245+244+168=657 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.29% from 657); Green value is 244 (95.70% from 255 or 37.14% from 657); Blue value is 168 (66.02% from 255 or 25.57% from 657); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F4A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F4A8 is #0A0B57. Grayscale: #EBEBEB. Windows color (decimal): -658264 or 11072757. OLE color: 11072757.
HSL color Cylindrical-coordinate representation of color #F5F4A8: hue angle of 59.22º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5F4A8 is Cyan = 0, Magento = 0.00, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 244 | 168 | - |
| CMYK | 0 | 0.00 | 0.31 | 0.04 |
| HSL | 59.22º | 0.79% | 0.81% | - |
| HSV(B) | 59.22º | 0.31% | 0.96% | - |
| XYZ | 77.07 | 86.94 | 49.76 | - |
| YUV | 235.64 | 89.83 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 244 | 168 | 0 | 0.00 | 0.31 | 0.04 | 59.22 | 0.79 | 0.81 |
| Hex | F5 | F4 | A8 | 0 | 0 | 1F | 4 | 3B | 4F | 51 |
| Octal | 365 | 364 | 250 | 0 | 0 | 37 | 4 | 73 | 117 | 121 |
| Binary | 11110101 | 11110100 | 10101000 | 0 | 0 | 11111 | 100 | 111011 | 1001111 | 1010001 |
Color Harmonies of #F5F4A8
Complementary color
Monochromatic Colors of #F5F4A8
Black with #F5F4A8
Text Example
Text Example
White with #F5F4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F4A8; }
p { color: rgb(245,244,168); }
H1.HeaderClassName
{
color: #F5F4A8;
}
.AnyTagClassName
{
color: #F5F4A8;
}
</style>
background-color css
<style>
a { background-color: #F5F4A8; }
a { background-color: rgb(245,244,168); }
div.DivClassName
{
background-color: #F5F4A8;
}
.BgClassName
{
background-color: #F5F4A8;
}
</style>
border-color css
<style>
span { border-color: #F5F4A8; }
span { border-color: rgb(245,244,168); }
td.TdClassName
{
border-color: #F5F4A8;
}
.TagClassName
{
border-color: #F5F4A8;
}
</style>