Shades of Yellow #FCF201
Tints of Yellow #FCF201
RGB
CMYK
RGB Variations
Color information
#FCF201 (or 0xFCF201) is known color: Yellow. HEX triplet: FC, F2 and 01. RGB value is (252,242,1). Sum of RGB (Red+Green+Blue) = 252+242+1=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 242 (94.92% from 255 or 48.89% from 495); Blue value is 1 (0.78% from 255 or 0.20% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF201 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF201 is #030DFE. Grayscale: #DADADA. Windows color (decimal): -200191 or 127740. OLE color: 127740.
HSL color Cylindrical-coordinate representation of color #FCF201: hue angle of 57.61º 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 #FCF201 is Cyan = 0, Magento = 0.04, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 1 | - |
| CMYK | 0 | 0.04 | 1.00 | 0.01 |
| HSL | 57.61º | 0.99% | 0.5% | - |
| HSV(B) | 57.61º | 1% | 0.99% | - |
| XYZ | 71.9 | 84.2 | 12.49 | - |
| YUV | 217.52 | 5.81 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 1 | 0 | 0.04 | 1.00 | 0.01 | 57.61 | 0.99 | 0.5 |
| Hex | FC | F2 | 1 | 0 | 4 | 64 | 1 | 3A | 63 | 32 |
| Octal | 374 | 362 | 1 | 0 | 4 | 144 | 1 | 72 | 143 | 62 |
| Binary | 11111100 | 11110010 | 1 | 0 | 100 | 1100100 | 1 | 111010 | 1100011 | 110010 |
Color Harmonies of #FCF201
Complementary color
Monochromatic Colors of #FCF201
Black with #FCF201
Text Example
Text Example
White with #FCF201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF201; }
p { color: rgb(252,242,1); }
H1.HeaderClassName
{
color: #FCF201;
}
.AnyTagClassName
{
color: #FCF201;
}
</style>
background-color css
<style>
a { background-color: #FCF201; }
a { background-color: rgb(252,242,1); }
div.DivClassName
{
background-color: #FCF201;
}
.BgClassName
{
background-color: #FCF201;
}
</style>
border-color css
<style>
span { border-color: #FCF201; }
span { border-color: rgb(252,242,1); }
td.TdClassName
{
border-color: #FCF201;
}
.TagClassName
{
border-color: #FCF201;
}
</style>