Shades of Yellow #FCF501
Tints of Yellow #FCF501
RGB
CMYK
RGB Variations
Color information
#FCF501 (or 0xFCF501) is known color: Yellow. HEX triplet: FC, F5 and 01. RGB value is (252,245,1). Sum of RGB (Red+Green+Blue) = 252+245+1=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 245 (96.09% from 255 or 49.20% from 498); Blue value is 1 (0.78% from 255 or 0.20% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF501 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF501 is #030AFE. Grayscale: #DCDCDC. Windows color (decimal): -199423 or 128508. OLE color: 128508.
HSL color Cylindrical-coordinate representation of color #FCF501: hue angle of 58.33º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FCF501 is Cyan = 0, Magento = 0.03, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 245 | 1 | - |
| CMYK | 0 | 0.03 | 1.00 | 0.01 |
| HSL | 58.33º | 0.99% | 0.5% | - |
| HSV(B) | 58.33º | 1% | 0.99% | - |
| XYZ | 72.8 | 86 | 12.79 | - |
| YUV | 219.28 | 4.82 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 245 | 1 | 0 | 0.03 | 1.00 | 0.01 | 58.33 | 0.99 | 0.5 |
| Hex | FC | F5 | 1 | 0 | 3 | 64 | 1 | 3A | 63 | 32 |
| Octal | 374 | 365 | 1 | 0 | 3 | 144 | 1 | 72 | 143 | 62 |
| Binary | 11111100 | 11110101 | 1 | 0 | 11 | 1100100 | 1 | 111010 | 1100011 | 110010 |
Color Harmonies of #FCF501
Complementary color
Monochromatic Colors of #FCF501
Black with #FCF501
Text Example
Text Example
White with #FCF501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF501; }
p { color: rgb(252,245,1); }
H1.HeaderClassName
{
color: #FCF501;
}
.AnyTagClassName
{
color: #FCF501;
}
</style>
background-color css
<style>
a { background-color: #FCF501; }
a { background-color: rgb(252,245,1); }
div.DivClassName
{
background-color: #FCF501;
}
.BgClassName
{
background-color: #FCF501;
}
</style>
border-color css
<style>
span { border-color: #FCF501; }
span { border-color: rgb(252,245,1); }
td.TdClassName
{
border-color: #FCF501;
}
.TagClassName
{
border-color: #FCF501;
}
</style>