Shades of Pale Prim #FDF599
Tints of Pale Prim #FDF599
RGB
CMYK
RGB Variations
Color information
#FDF599 (or 0xFDF599) is known color: Pale Prim. HEX triplet: FD, F5 and 99. RGB value is (253,245,153). Sum of RGB (Red+Green+Blue) = 253+245+153=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 245 (96.09% from 255 or 37.63% from 651); Blue value is 153 (60.16% from 255 or 23.50% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF599 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF599 is #020A66. Grayscale: #EDEDED. Windows color (decimal): -133735 or 10089981. OLE color: 10089981.
HSL color Cylindrical-coordinate representation of color #FDF599: hue angle of 55.2º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FDF599 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 153 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.01 |
| HSL | 55.2º | 0.96% | 0.8% | - |
| HSV(B) | 55.2º | 0.4% | 0.99% | - |
| XYZ | 78.91 | 88.49 | 43.06 | - |
| YUV | 236.9 | 80.65 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 153 | 0 | 0.03 | 0.40 | 0.01 | 55.2 | 0.96 | 0.8 |
| Hex | FD | F5 | 99 | 0 | 3 | 28 | 1 | 37 | 60 | 50 |
| Octal | 375 | 365 | 231 | 0 | 3 | 50 | 1 | 67 | 140 | 120 |
| Binary | 11111101 | 11110101 | 10011001 | 0 | 11 | 101000 | 1 | 110111 | 1100000 | 1010000 |
Color Harmonies of #FDF599
Complementary color
Monochromatic Colors of #FDF599
Black with #FDF599
Text Example
Text Example
White with #FDF599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF599; }
p { color: rgb(253,245,153); }
H1.HeaderClassName
{
color: #FDF599;
}
.AnyTagClassName
{
color: #FDF599;
}
</style>
background-color css
<style>
a { background-color: #FDF599; }
a { background-color: rgb(253,245,153); }
div.DivClassName
{
background-color: #FDF599;
}
.BgClassName
{
background-color: #FDF599;
}
</style>
border-color css
<style>
span { border-color: #FDF599; }
span { border-color: rgb(253,245,153); }
td.TdClassName
{
border-color: #FDF599;
}
.TagClassName
{
border-color: #FDF599;
}
</style>