Shades of Yellow #FCF80E
Tints of Yellow #FCF80E
RGB
CMYK
RGB Variations
Color information
#FCF80E (or 0xFCF80E) is known color: Yellow. HEX triplet: FC, F8 and 0E. RGB value is (252,248,14). Sum of RGB (Red+Green+Blue) = 252+248+14=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 248 (97.27% from 255 or 48.25% from 514); Blue value is 14 (5.86% from 255 or 2.72% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF80E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF80E is #0307F1. Grayscale: #DFDFDF. Windows color (decimal): -198642 or 981244. OLE color: 981244.
HSL color Cylindrical-coordinate representation of color #FCF80E: hue angle of 58.99º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCF80E is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 248 | 14 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.01 |
| HSL | 58.99º | 0.98% | 0.52% | - |
| HSV(B) | 58.99º | 0.94% | 0.99% | - |
| XYZ | 73.79 | 87.86 | 13.49 | - |
| YUV | 222.52 | 10.33 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 248 | 14 | 0 | 0.02 | 0.94 | 0.01 | 58.99 | 0.98 | 0.52 |
| Hex | FC | F8 | E | 0 | 2 | 5E | 1 | 3B | 62 | 34 |
| Octal | 374 | 370 | 16 | 0 | 2 | 136 | 1 | 73 | 142 | 64 |
| Binary | 11111100 | 11111000 | 1110 | 0 | 10 | 1011110 | 1 | 111011 | 1100010 | 110100 |
Color Harmonies of #FCF80E
Complementary color
Monochromatic Colors of #FCF80E
Black with #FCF80E
Text Example
Text Example
White with #FCF80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF80E; }
p { color: rgb(252,248,14); }
H1.HeaderClassName
{
color: #FCF80E;
}
.AnyTagClassName
{
color: #FCF80E;
}
</style>
background-color css
<style>
a { background-color: #FCF80E; }
a { background-color: rgb(252,248,14); }
div.DivClassName
{
background-color: #FCF80E;
}
.BgClassName
{
background-color: #FCF80E;
}
</style>
border-color css
<style>
span { border-color: #FCF80E; }
span { border-color: rgb(252,248,14); }
td.TdClassName
{
border-color: #FCF80E;
}
.TagClassName
{
border-color: #FCF80E;
}
</style>