Shades of Pale Prim #FEF799
Tints of Pale Prim #FEF799
RGB
CMYK
RGB Variations
Color information
#FEF799 (or 0xFEF799) is known color: Pale Prim. HEX triplet: FE, F7 and 99. RGB value is (254,247,153). Sum of RGB (Red+Green+Blue) = 254+247+153=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 247 (96.88% from 255 or 37.77% from 654); Blue value is 153 (60.16% from 255 or 23.39% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF799 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF799 is #010866. Grayscale: #EEEEEE. Windows color (decimal): -67687 or 10090494. OLE color: 10090494.
HSL color Cylindrical-coordinate representation of color #FEF799: hue angle of 55.84º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FEF799 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 247 | 153 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.00 |
| HSL | 55.84º | 0.98% | 0.8% | - |
| HSV(B) | 55.84º | 0.4% | 1% | - |
| XYZ | 79.88 | 89.89 | 43.28 | - |
| YUV | 238.38 | 79.82 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 247 | 153 | 0 | 0.03 | 0.40 | 0.00 | 55.84 | 0.98 | 0.8 |
| Hex | FE | F7 | 99 | 0 | 3 | 28 | 0 | 38 | 62 | 50 |
| Octal | 376 | 367 | 231 | 0 | 3 | 50 | 0 | 70 | 142 | 120 |
| Binary | 11111110 | 11110111 | 10011001 | 0 | 11 | 101000 | 0 | 111000 | 1100010 | 1010000 |
Color Harmonies of #FEF799
Complementary color
Monochromatic Colors of #FEF799
Black with #FEF799
Text Example
Text Example
White with #FEF799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF799; }
p { color: rgb(254,247,153); }
H1.HeaderClassName
{
color: #FEF799;
}
.AnyTagClassName
{
color: #FEF799;
}
</style>
background-color css
<style>
a { background-color: #FEF799; }
a { background-color: rgb(254,247,153); }
div.DivClassName
{
background-color: #FEF799;
}
.BgClassName
{
background-color: #FEF799;
}
</style>
border-color css
<style>
span { border-color: #FEF799; }
span { border-color: rgb(254,247,153); }
td.TdClassName
{
border-color: #FEF799;
}
.TagClassName
{
border-color: #FEF799;
}
</style>