Shades of Pale Prim #FFF499
Tints of Pale Prim #FFF499
RGB
CMYK
RGB Variations
Color information
#FFF499 (or 0xFFF499) is known color: Pale Prim. HEX triplet: FF, F4 and 99. RGB value is (255,244,153). Sum of RGB (Red+Green+Blue) = 255+244+153=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 244 (95.70% from 255 or 37.42% from 652); Blue value is 153 (60.16% from 255 or 23.47% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF499 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF499 is #000B66. Grayscale: #EDEDED. Windows color (decimal): -2919 or 10089727. OLE color: 10089727.
HSL color Cylindrical-coordinate representation of color #FFF499: hue angle of 53.53º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFF499 is Cyan = 0, Magento = 0.04, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 153 | - |
| CMYK | 0 | 0.04 | 0.4 | 0 |
| HSL | 53.53º | 1% | 0.8% | - |
| HSV(B) | 53.53º | 0.4% | 1% | - |
| XYZ | 79.34 | 88.26 | 42.99 | - |
| YUV | 236.92 | 80.64 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 153 | 0 | 0.04 | 0.4 | 0 | 53.53 | 1 | 0.8 |
| Hex | FF | F4 | 99 | 0 | 4 | 28 | 0 | 36 | 64 | 50 |
| Octal | 377 | 364 | 231 | 0 | 4 | 50 | 0 | 66 | 144 | 120 |
| Binary | 11111111 | 11110100 | 10011001 | 0 | 100 | 101000 | 0 | 110110 | 1100100 | 1010000 |
Color Harmonies of #FFF499
Complementary color
Monochromatic Colors of #FFF499
Black with #FFF499
Text Example
Text Example
White with #FFF499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF499; }
p { color: rgb(255,244,153); }
H1.HeaderClassName
{
color: #FFF499;
}
.AnyTagClassName
{
color: #FFF499;
}
</style>
background-color css
<style>
a { background-color: #FFF499; }
a { background-color: rgb(255,244,153); }
div.DivClassName
{
background-color: #FFF499;
}
.BgClassName
{
background-color: #FFF499;
}
</style>
border-color css
<style>
span { border-color: #FFF499; }
span { border-color: rgb(255,244,153); }
td.TdClassName
{
border-color: #FFF499;
}
.TagClassName
{
border-color: #FFF499;
}
</style>