Shades of Pale Prim #FDF59D
Tints of Pale Prim #FDF59D
RGB
CMYK
RGB Variations
Color information
#FDF59D (or 0xFDF59D) is known color: Pale Prim. HEX triplet: FD, F5 and 9D. RGB value is (253,245,157). Sum of RGB (Red+Green+Blue) = 253+245+157=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 245 (96.09% from 255 or 37.40% from 655); Blue value is 157 (61.72% from 255 or 23.97% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF59D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF59D is #020A62. Grayscale: #EDEDED. Windows color (decimal): -133731 or 10352125. OLE color: 10352125.
HSL color Cylindrical-coordinate representation of color #FDF59D: hue angle of 55º 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 #FDF59D is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 157 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.01 |
| HSL | 55º | 0.96% | 0.8% | - |
| HSV(B) | 55º | 0.38% | 0.99% | - |
| XYZ | 79.25 | 88.62 | 44.83 | - |
| YUV | 237.36 | 82.65 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 157 | 0 | 0.03 | 0.38 | 0.01 | 55 | 0.96 | 0.8 |
| Hex | FD | F5 | 9D | 0 | 3 | 26 | 1 | 37 | 60 | 50 |
| Octal | 375 | 365 | 235 | 0 | 3 | 46 | 1 | 67 | 140 | 120 |
| Binary | 11111101 | 11110101 | 10011101 | 0 | 11 | 100110 | 1 | 110111 | 1100000 | 1010000 |
Color Harmonies of #FDF59D
Complementary color
Monochromatic Colors of #FDF59D
Black with #FDF59D
Text Example
Text Example
White with #FDF59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF59D; }
p { color: rgb(253,245,157); }
H1.HeaderClassName
{
color: #FDF59D;
}
.AnyTagClassName
{
color: #FDF59D;
}
</style>
background-color css
<style>
a { background-color: #FDF59D; }
a { background-color: rgb(253,245,157); }
div.DivClassName
{
background-color: #FDF59D;
}
.BgClassName
{
background-color: #FDF59D;
}
</style>
border-color css
<style>
span { border-color: #FDF59D; }
span { border-color: rgb(253,245,157); }
td.TdClassName
{
border-color: #FDF59D;
}
.TagClassName
{
border-color: #FDF59D;
}
</style>