Shades of Pale Prim #FEF59F
Tints of Pale Prim #FEF59F
RGB
CMYK
RGB Variations
Color information
#FEF59F (or 0xFEF59F) is known color: Pale Prim. HEX triplet: FE, F5 and 9F. RGB value is (254,245,159). Sum of RGB (Red+Green+Blue) = 254+245+159=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 245 (96.09% from 255 or 37.23% from 658); Blue value is 159 (62.5% from 255 or 24.16% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF59F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF59F is #010A60. Grayscale: #EEEEEE. Windows color (decimal): -68193 or 10483198. OLE color: 10483198.
HSL color Cylindrical-coordinate representation of color #FEF59F: hue angle of 54.32º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEF59F is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 159 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.00 |
| HSL | 54.32º | 0.98% | 0.81% | - |
| HSV(B) | 54.32º | 0.37% | 1% | - |
| XYZ | 79.78 | 88.88 | 45.75 | - |
| YUV | 237.89 | 83.48 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 159 | 0 | 0.04 | 0.37 | 0.00 | 54.32 | 0.98 | 0.81 |
| Hex | FE | F5 | 9F | 0 | 4 | 25 | 0 | 36 | 62 | 51 |
| Octal | 376 | 365 | 237 | 0 | 4 | 45 | 0 | 66 | 142 | 121 |
| Binary | 11111110 | 11110101 | 10011111 | 0 | 100 | 100101 | 0 | 110110 | 1100010 | 1010001 |
Color Harmonies of #FEF59F
Complementary color
Monochromatic Colors of #FEF59F
Black with #FEF59F
Text Example
Text Example
White with #FEF59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF59F; }
p { color: rgb(254,245,159); }
H1.HeaderClassName
{
color: #FEF59F;
}
.AnyTagClassName
{
color: #FEF59F;
}
</style>
background-color css
<style>
a { background-color: #FEF59F; }
a { background-color: rgb(254,245,159); }
div.DivClassName
{
background-color: #FEF59F;
}
.BgClassName
{
background-color: #FEF59F;
}
</style>
border-color css
<style>
span { border-color: #FEF59F; }
span { border-color: rgb(254,245,159); }
td.TdClassName
{
border-color: #FEF59F;
}
.TagClassName
{
border-color: #FEF59F;
}
</style>