Shades of Yellow #FCF601
Tints of Yellow #FCF601
RGB
CMYK
RGB Variations
Color information
#FCF601 (or 0xFCF601) is known color: Yellow. HEX triplet: FC, F6 and 01. RGB value is (252,246,1). Sum of RGB (Red+Green+Blue) = 252+246+1=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 246 (96.48% from 255 or 49.30% from 499); Blue value is 1 (0.78% from 255 or 0.20% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF601 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF601 is #0309FE. Grayscale: #DCDCDC. Windows color (decimal): -199167 or 128764. OLE color: 128764.
HSL color Cylindrical-coordinate representation of color #FCF601: hue angle of 58.57º 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 #FCF601 is Cyan = 0, Magento = 0.02, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 246 | 1 | - |
| CMYK | 0 | 0.02 | 1.00 | 0.01 |
| HSL | 58.57º | 0.99% | 0.5% | - |
| HSV(B) | 58.57º | 1% | 0.99% | - |
| XYZ | 73.11 | 86.61 | 12.89 | - |
| YUV | 219.86 | 4.49 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 246 | 1 | 0 | 0.02 | 1.00 | 0.01 | 58.57 | 0.99 | 0.5 |
| Hex | FC | F6 | 1 | 0 | 2 | 64 | 1 | 3B | 63 | 32 |
| Octal | 374 | 366 | 1 | 0 | 2 | 144 | 1 | 73 | 143 | 62 |
| Binary | 11111100 | 11110110 | 1 | 0 | 10 | 1100100 | 1 | 111011 | 1100011 | 110010 |
Color Harmonies of #FCF601
Complementary color
Monochromatic Colors of #FCF601
Black with #FCF601
Text Example
Text Example
White with #FCF601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF601; }
p { color: rgb(252,246,1); }
H1.HeaderClassName
{
color: #FCF601;
}
.AnyTagClassName
{
color: #FCF601;
}
</style>
background-color css
<style>
a { background-color: #FCF601; }
a { background-color: rgb(252,246,1); }
div.DivClassName
{
background-color: #FCF601;
}
.BgClassName
{
background-color: #FCF601;
}
</style>
border-color css
<style>
span { border-color: #FCF601; }
span { border-color: rgb(252,246,1); }
td.TdClassName
{
border-color: #FCF601;
}
.TagClassName
{
border-color: #FCF601;
}
</style>