Shades of Pale Prim #FDF59C
Tints of Pale Prim #FDF59C
RGB
CMYK
RGB Variations
Color information
#FDF59C (or 0xFDF59C) is known color: Pale Prim. HEX triplet: FD, F5 and 9C. RGB value is (253,245,156). Sum of RGB (Red+Green+Blue) = 253+245+156=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 245 (96.09% from 255 or 37.46% from 654); Blue value is 156 (61.33% from 255 or 23.85% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF59C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF59C is #020A63. Grayscale: #EDEDED. Windows color (decimal): -133732 or 10286589. OLE color: 10286589.
HSL color Cylindrical-coordinate representation of color #FDF59C: hue angle of 55.05º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FDF59C is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 156 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.01 |
| HSL | 55.05º | 0.96% | 0.8% | - |
| HSV(B) | 55.05º | 0.38% | 0.99% | - |
| XYZ | 79.16 | 88.59 | 44.38 | - |
| YUV | 237.25 | 82.15 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 156 | 0 | 0.03 | 0.38 | 0.01 | 55.05 | 0.96 | 0.8 |
| Hex | FD | F5 | 9C | 0 | 3 | 26 | 1 | 37 | 60 | 50 |
| Octal | 375 | 365 | 234 | 0 | 3 | 46 | 1 | 67 | 140 | 120 |
| Binary | 11111101 | 11110101 | 10011100 | 0 | 11 | 100110 | 1 | 110111 | 1100000 | 1010000 |
Color Harmonies of #FDF59C
Complementary color
Monochromatic Colors of #FDF59C
Black with #FDF59C
Text Example
Text Example
White with #FDF59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF59C; }
p { color: rgb(253,245,156); }
H1.HeaderClassName
{
color: #FDF59C;
}
.AnyTagClassName
{
color: #FDF59C;
}
</style>
background-color css
<style>
a { background-color: #FDF59C; }
a { background-color: rgb(253,245,156); }
div.DivClassName
{
background-color: #FDF59C;
}
.BgClassName
{
background-color: #FDF59C;
}
</style>
border-color css
<style>
span { border-color: #FDF59C; }
span { border-color: rgb(253,245,156); }
td.TdClassName
{
border-color: #FDF59C;
}
.TagClassName
{
border-color: #FDF59C;
}
</style>