Shades of Pale Prim #FEF59B
Tints of Pale Prim #FEF59B
RGB
CMYK
RGB Variations
Color information
#FEF59B (or 0xFEF59B) is known color: Pale Prim. HEX triplet: FE, F5 and 9B. RGB value is (254,245,155). Sum of RGB (Red+Green+Blue) = 254+245+155=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 245 (96.09% from 255 or 37.46% from 654); Blue value is 155 (60.94% from 255 or 23.70% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF59B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF59B is #010A64. Grayscale: #EDEDED. Windows color (decimal): -68197 or 10221054. OLE color: 10221054.
HSL color Cylindrical-coordinate representation of color #FEF59B: hue angle of 54.55º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FEF59B is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 155 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.00 |
| HSL | 54.55º | 0.98% | 0.8% | - |
| HSV(B) | 54.55º | 0.39% | 1% | - |
| XYZ | 79.44 | 88.74 | 43.95 | - |
| YUV | 237.43 | 81.48 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 155 | 0 | 0.04 | 0.39 | 0.00 | 54.55 | 0.98 | 0.8 |
| Hex | FE | F5 | 9B | 0 | 4 | 27 | 0 | 37 | 62 | 50 |
| Octal | 376 | 365 | 233 | 0 | 4 | 47 | 0 | 67 | 142 | 120 |
| Binary | 11111110 | 11110101 | 10011011 | 0 | 100 | 100111 | 0 | 110111 | 1100010 | 1010000 |
Color Harmonies of #FEF59B
Complementary color
Monochromatic Colors of #FEF59B
Black with #FEF59B
Text Example
Text Example
White with #FEF59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF59B; }
p { color: rgb(254,245,155); }
H1.HeaderClassName
{
color: #FEF59B;
}
.AnyTagClassName
{
color: #FEF59B;
}
</style>
background-color css
<style>
a { background-color: #FEF59B; }
a { background-color: rgb(254,245,155); }
div.DivClassName
{
background-color: #FEF59B;
}
.BgClassName
{
background-color: #FEF59B;
}
</style>
border-color css
<style>
span { border-color: #FEF59B; }
span { border-color: rgb(254,245,155); }
td.TdClassName
{
border-color: #FEF59B;
}
.TagClassName
{
border-color: #FEF59B;
}
</style>