Shades of Yellow #FCFF00
Tints of Yellow #FCFF00
RGB
CMYK
RGB Variations
Color information
#FCFF00 (or 0xFCFF00) is known color: Yellow. HEX triplet: FC, FF and 00. RGB value is (252,255,0). Sum of RGB (Red+Green+Blue) = 252+255+0=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 255 (100% from 255 or 50.30% from 507); Blue value is 0 (0.39% from 255 or 0% from 507); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFF00 is #0300FF. Grayscale: #E2E2E2. Windows color (decimal): -196864 or 65532. OLE color: 65532.
HSL color Cylindrical-coordinate representation of color #FCFF00: 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 #FCFF00 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 0 | - |
| CMYK | 0.01 | 0 | 1 | 0 |
| HSL | 60.71º | 1% | 0.5% | - |
| HSV(B) | 60.71º | 1% | 1% | - |
| XYZ | 75.9 | 92.22 | 13.8 | - |
| YUV | 225.03 | 1.01 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 0 | 0.01 | 0 | 1 | 0 | 60.71 | 1 | 0.5 |
| Hex | FC | FF | 0 | 1 | 0 | 64 | 0 | 3D | 64 | 32 |
| Octal | 374 | 377 | 0 | 1 | 0 | 144 | 0 | 75 | 144 | 62 |
| Binary | 11111100 | 11111111 | 0 | 1 | 0 | 1100100 | 0 | 111101 | 1100100 | 110010 |
Color Harmonies of #FCFF00
Complementary color
Monochromatic Colors of #FCFF00
Black with #FCFF00
Text Example
Text Example
White with #FCFF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF00; }
p { color: rgb(252,255,0); }
H1.HeaderClassName
{
color: #FCFF00;
}
.AnyTagClassName
{
color: #FCFF00;
}
</style>
background-color css
<style>
a { background-color: #FCFF00; }
a { background-color: rgb(252,255,0); }
div.DivClassName
{
background-color: #FCFF00;
}
.BgClassName
{
background-color: #FCFF00;
}
</style>
border-color css
<style>
span { border-color: #FCFF00; }
span { border-color: rgb(252,255,0); }
td.TdClassName
{
border-color: #FCFF00;
}
.TagClassName
{
border-color: #FCFF00;
}
</style>