Shades of Pale Prim #FDF59E
Tints of Pale Prim #FDF59E
RGB
CMYK
RGB Variations
Color information
#FDF59E (or 0xFDF59E) is known color: Pale Prim. HEX triplet: FD, F5 and 9E. RGB value is (253,245,158). Sum of RGB (Red+Green+Blue) = 253+245+158=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 245 (96.09% from 255 or 37.35% from 656); Blue value is 158 (62.11% from 255 or 24.09% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF59E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF59E is #020A61. Grayscale: #EDEDED. Windows color (decimal): -133730 or 10417661. OLE color: 10417661.
HSL color Cylindrical-coordinate representation of color #FDF59E: hue angle of 54.95º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FDF59E is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 158 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.01 |
| HSL | 54.95º | 0.96% | 0.81% | - |
| HSV(B) | 54.95º | 0.38% | 0.99% | - |
| XYZ | 79.33 | 88.66 | 45.28 | - |
| YUV | 237.47 | 83.15 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 158 | 0 | 0.03 | 0.38 | 0.01 | 54.95 | 0.96 | 0.81 |
| Hex | FD | F5 | 9E | 0 | 3 | 26 | 1 | 37 | 60 | 51 |
| Octal | 375 | 365 | 236 | 0 | 3 | 46 | 1 | 67 | 140 | 121 |
| Binary | 11111101 | 11110101 | 10011110 | 0 | 11 | 100110 | 1 | 110111 | 1100000 | 1010001 |
Color Harmonies of #FDF59E
Complementary color
Monochromatic Colors of #FDF59E
Black with #FDF59E
Text Example
Text Example
White with #FDF59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF59E; }
p { color: rgb(253,245,158); }
H1.HeaderClassName
{
color: #FDF59E;
}
.AnyTagClassName
{
color: #FDF59E;
}
</style>
background-color css
<style>
a { background-color: #FDF59E; }
a { background-color: rgb(253,245,158); }
div.DivClassName
{
background-color: #FDF59E;
}
.BgClassName
{
background-color: #FDF59E;
}
</style>
border-color css
<style>
span { border-color: #FDF59E; }
span { border-color: rgb(253,245,158); }
td.TdClassName
{
border-color: #FDF59E;
}
.TagClassName
{
border-color: #FDF59E;
}
</style>