Shades of Yellow #FCF805
Tints of Yellow #FCF805
RGB
CMYK
RGB Variations
Color information
#FCF805 (or 0xFCF805) is known color: Yellow. HEX triplet: FC, F8 and 05. RGB value is (252,248,5). Sum of RGB (Red+Green+Blue) = 252+248+5=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 248 (97.27% from 255 or 49.11% from 505); Blue value is 5 (2.34% from 255 or 0.99% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF805 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF805 is #0307FA. Grayscale: #DEDEDE. Windows color (decimal): -198651 or 391420. OLE color: 391420.
HSL color Cylindrical-coordinate representation of color #FCF805: hue angle of 59.03º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FCF805 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 248 | 5 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.01 |
| HSL | 59.03º | 0.98% | 0.5% | - |
| HSV(B) | 59.03º | 0.98% | 0.99% | - |
| XYZ | 73.74 | 87.84 | 13.21 | - |
| YUV | 221.49 | 5.83 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 248 | 5 | 0 | 0.02 | 0.98 | 0.01 | 59.03 | 0.98 | 0.5 |
| Hex | FC | F8 | 5 | 0 | 2 | 62 | 1 | 3B | 62 | 32 |
| Octal | 374 | 370 | 5 | 0 | 2 | 142 | 1 | 73 | 142 | 62 |
| Binary | 11111100 | 11111000 | 101 | 0 | 10 | 1100010 | 1 | 111011 | 1100010 | 110010 |
Color Harmonies of #FCF805
Complementary color
Monochromatic Colors of #FCF805
Black with #FCF805
Text Example
Text Example
White with #FCF805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF805; }
p { color: rgb(252,248,5); }
H1.HeaderClassName
{
color: #FCF805;
}
.AnyTagClassName
{
color: #FCF805;
}
</style>
background-color css
<style>
a { background-color: #FCF805; }
a { background-color: rgb(252,248,5); }
div.DivClassName
{
background-color: #FCF805;
}
.BgClassName
{
background-color: #FCF805;
}
</style>
border-color css
<style>
span { border-color: #FCF805; }
span { border-color: rgb(252,248,5); }
td.TdClassName
{
border-color: #FCF805;
}
.TagClassName
{
border-color: #FCF805;
}
</style>