Shades of Yellow #FEF802
Tints of Yellow #FEF802
RGB
CMYK
RGB Variations
Color information
#FEF802 (or 0xFEF802) is known color: Yellow. HEX triplet: FE, F8 and 02. RGB value is (254,248,2). Sum of RGB (Red+Green+Blue) = 254+248+2=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 248 (97.27% from 255 or 49.21% from 504); Blue value is 2 (1.17% from 255 or 0.40% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF802 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF802 is #0107FD. Grayscale: #DEDEDE. Windows color (decimal): -67582 or 194814. OLE color: 194814.
HSL color Cylindrical-coordinate representation of color #FEF802: hue angle of 58.57º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FEF802 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 2 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.00 |
| HSL | 58.57º | 0.99% | 0.5% | - |
| HSV(B) | 58.57º | 0.99% | 1% | - |
| XYZ | 74.45 | 88.21 | 13.16 | - |
| YUV | 221.75 | 3.99 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 2 | 0 | 0.02 | 0.99 | 0.00 | 58.57 | 0.99 | 0.5 |
| Hex | FE | F8 | 2 | 0 | 2 | 63 | 0 | 3B | 63 | 32 |
| Octal | 376 | 370 | 2 | 0 | 2 | 143 | 0 | 73 | 143 | 62 |
| Binary | 11111110 | 11111000 | 10 | 0 | 10 | 1100011 | 0 | 111011 | 1100011 | 110010 |
Color Harmonies of #FEF802
Complementary color
Monochromatic Colors of #FEF802
Black with #FEF802
Text Example
Text Example
White with #FEF802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF802; }
p { color: rgb(254,248,2); }
H1.HeaderClassName
{
color: #FEF802;
}
.AnyTagClassName
{
color: #FEF802;
}
</style>
background-color css
<style>
a { background-color: #FEF802; }
a { background-color: rgb(254,248,2); }
div.DivClassName
{
background-color: #FEF802;
}
.BgClassName
{
background-color: #FEF802;
}
</style>
border-color css
<style>
span { border-color: #FEF802; }
span { border-color: rgb(254,248,2); }
td.TdClassName
{
border-color: #FEF802;
}
.TagClassName
{
border-color: #FEF802;
}
</style>