Shades of Yellow #FCFF01
Tints of Yellow #FCFF01
RGB
CMYK
RGB Variations
Color information
#FCFF01 (or 0xFCFF01) is known color: Yellow. HEX triplet: FC, FF and 01. RGB value is (252,255,1). Sum of RGB (Red+Green+Blue) = 252+255+1=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 255 (100% from 255 or 50.20% from 508); Blue value is 1 (0.78% from 255 or 0.20% from 508); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFF01 is #0300FE. Grayscale: #E2E2E2. Windows color (decimal): -196863 or 131068. OLE color: 131068.
HSL color Cylindrical-coordinate representation of color #FCFF01: hue angle of 60.71º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FCFF01 is Cyan = 0.01, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 1 | - |
| CMYK | 0.01 | 0 | 1.00 | 0 |
| HSL | 60.71º | 1% | 0.5% | - |
| HSV(B) | 60.71º | 1% | 1% | - |
| XYZ | 75.91 | 92.22 | 13.83 | - |
| YUV | 225.15 | 1.51 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 1 | 0.01 | 0 | 1.00 | 0 | 60.71 | 1 | 0.5 |
| Hex | FC | FF | 1 | 1 | 0 | 64 | 0 | 3D | 64 | 32 |
| Octal | 374 | 377 | 1 | 1 | 0 | 144 | 0 | 75 | 144 | 62 |
| Binary | 11111100 | 11111111 | 1 | 1 | 0 | 1100100 | 0 | 111101 | 1100100 | 110010 |
Color Harmonies of #FCFF01
Complementary color
Monochromatic Colors of #FCFF01
Black with #FCFF01
Text Example
Text Example
White with #FCFF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF01; }
p { color: rgb(252,255,1); }
H1.HeaderClassName
{
color: #FCFF01;
}
.AnyTagClassName
{
color: #FCFF01;
}
</style>
background-color css
<style>
a { background-color: #FCFF01; }
a { background-color: rgb(252,255,1); }
div.DivClassName
{
background-color: #FCFF01;
}
.BgClassName
{
background-color: #FCFF01;
}
</style>
border-color css
<style>
span { border-color: #FCFF01; }
span { border-color: rgb(252,255,1); }
td.TdClassName
{
border-color: #FCFF01;
}
.TagClassName
{
border-color: #FCFF01;
}
</style>