Shades of Pale Prim #FDF59B
Tints of Pale Prim #FDF59B
RGB
CMYK
RGB Variations
Color information
#FDF59B (or 0xFDF59B) is known color: Pale Prim. HEX triplet: FD, F5 and 9B. RGB value is (253,245,155). Sum of RGB (Red+Green+Blue) = 253+245+155=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 245 (96.09% from 255 or 37.52% from 653); Blue value is 155 (60.94% from 255 or 23.74% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF59B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF59B is #020A64. Grayscale: #EDEDED. Windows color (decimal): -133733 or 10221053. OLE color: 10221053.
HSL color Cylindrical-coordinate representation of color #FDF59B: hue angle of 55.1º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FDF59B is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 155 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.01 |
| HSL | 55.1º | 0.96% | 0.8% | - |
| HSV(B) | 55.1º | 0.39% | 0.99% | - |
| XYZ | 79.08 | 88.55 | 43.94 | - |
| YUV | 237.13 | 81.65 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 155 | 0 | 0.03 | 0.39 | 0.01 | 55.1 | 0.96 | 0.8 |
| Hex | FD | F5 | 9B | 0 | 3 | 27 | 1 | 37 | 60 | 50 |
| Octal | 375 | 365 | 233 | 0 | 3 | 47 | 1 | 67 | 140 | 120 |
| Binary | 11111101 | 11110101 | 10011011 | 0 | 11 | 100111 | 1 | 110111 | 1100000 | 1010000 |
Color Harmonies of #FDF59B
Complementary color
Monochromatic Colors of #FDF59B
Black with #FDF59B
Text Example
Text Example
White with #FDF59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF59B; }
p { color: rgb(253,245,155); }
H1.HeaderClassName
{
color: #FDF59B;
}
.AnyTagClassName
{
color: #FDF59B;
}
</style>
background-color css
<style>
a { background-color: #FDF59B; }
a { background-color: rgb(253,245,155); }
div.DivClassName
{
background-color: #FDF59B;
}
.BgClassName
{
background-color: #FDF59B;
}
</style>
border-color css
<style>
span { border-color: #FDF59B; }
span { border-color: rgb(253,245,155); }
td.TdClassName
{
border-color: #FDF59B;
}
.TagClassName
{
border-color: #FDF59B;
}
</style>