Shades of Yellow #FEF80C
Tints of Yellow #FEF80C
RGB
CMYK
RGB Variations
Color information
#FEF80C (or 0xFEF80C) is known color: Yellow. HEX triplet: FE, F8 and 0C. RGB value is (254,248,12). Sum of RGB (Red+Green+Blue) = 254+248+12=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 248 (97.27% from 255 or 48.25% from 514); Blue value is 12 (5.08% from 255 or 2.33% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF80C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF80C is #0107F3. Grayscale: #DFDFDF. Windows color (decimal): -67572 or 850174. OLE color: 850174.
HSL color Cylindrical-coordinate representation of color #FEF80C: hue angle of 58.51º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FEF80C is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 12 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.00 |
| HSL | 58.51º | 0.99% | 0.52% | - |
| HSV(B) | 58.51º | 0.95% | 1% | - |
| XYZ | 74.51 | 88.23 | 13.45 | - |
| YUV | 222.89 | 8.99 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 12 | 0 | 0.02 | 0.95 | 0.00 | 58.51 | 0.99 | 0.52 |
| Hex | FE | F8 | C | 0 | 2 | 5F | 0 | 3B | 63 | 34 |
| Octal | 376 | 370 | 14 | 0 | 2 | 137 | 0 | 73 | 143 | 64 |
| Binary | 11111110 | 11111000 | 1100 | 0 | 10 | 1011111 | 0 | 111011 | 1100011 | 110100 |
Color Harmonies of #FEF80C
Complementary color
Monochromatic Colors of #FEF80C
Black with #FEF80C
Text Example
Text Example
White with #FEF80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF80C; }
p { color: rgb(254,248,12); }
H1.HeaderClassName
{
color: #FEF80C;
}
.AnyTagClassName
{
color: #FEF80C;
}
</style>
background-color css
<style>
a { background-color: #FEF80C; }
a { background-color: rgb(254,248,12); }
div.DivClassName
{
background-color: #FEF80C;
}
.BgClassName
{
background-color: #FEF80C;
}
</style>
border-color css
<style>
span { border-color: #FEF80C; }
span { border-color: rgb(254,248,12); }
td.TdClassName
{
border-color: #FEF80C;
}
.TagClassName
{
border-color: #FEF80C;
}
</style>