Shades of Yellow #FCF80D
Tints of Yellow #FCF80D
RGB
CMYK
RGB Variations
Color information
#FCF80D (or 0xFCF80D) is known color: Yellow. HEX triplet: FC, F8 and 0D. RGB value is (252,248,13). Sum of RGB (Red+Green+Blue) = 252+248+13=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 248 (97.27% from 255 or 48.34% from 513); Blue value is 13 (5.47% from 255 or 2.53% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF80D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF80D is #0307F2. Grayscale: #DFDFDF. Windows color (decimal): -198643 or 915708. OLE color: 915708.
HSL color Cylindrical-coordinate representation of color #FCF80D: hue angle of 59º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FCF80D is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 248 | 13 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.01 |
| HSL | 59º | 0.98% | 0.52% | - |
| HSV(B) | 59º | 0.95% | 0.99% | - |
| XYZ | 73.78 | 87.86 | 13.45 | - |
| YUV | 222.41 | 9.83 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 248 | 13 | 0 | 0.02 | 0.95 | 0.01 | 59 | 0.98 | 0.52 |
| Hex | FC | F8 | D | 0 | 2 | 5F | 1 | 3B | 62 | 34 |
| Octal | 374 | 370 | 15 | 0 | 2 | 137 | 1 | 73 | 142 | 64 |
| Binary | 11111100 | 11111000 | 1101 | 0 | 10 | 1011111 | 1 | 111011 | 1100010 | 110100 |
Color Harmonies of #FCF80D
Complementary color
Monochromatic Colors of #FCF80D
Black with #FCF80D
Text Example
Text Example
White with #FCF80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF80D; }
p { color: rgb(252,248,13); }
H1.HeaderClassName
{
color: #FCF80D;
}
.AnyTagClassName
{
color: #FCF80D;
}
</style>
background-color css
<style>
a { background-color: #FCF80D; }
a { background-color: rgb(252,248,13); }
div.DivClassName
{
background-color: #FCF80D;
}
.BgClassName
{
background-color: #FCF80D;
}
</style>
border-color css
<style>
span { border-color: #FCF80D; }
span { border-color: rgb(252,248,13); }
td.TdClassName
{
border-color: #FCF80D;
}
.TagClassName
{
border-color: #FCF80D;
}
</style>