Shades of Yellow #FCFF16
Tints of Yellow #FCFF16
RGB
CMYK
RGB Variations
Color information
#FCFF16 (or 0xFCFF16) is known color: Yellow. HEX triplet: FC, FF and 16. RGB value is (252,255,22). Sum of RGB (Red+Green+Blue) = 252+255+22=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 22 (8.98% from 255 or 4.16% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFF16 is #0300E9. Grayscale: #E4E4E4. Windows color (decimal): -196842 or 1507324. OLE color: 1507324.
HSL color Cylindrical-coordinate representation of color #FCFF16: hue angle of 60.77º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FCFF16 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 22 | - |
| CMYK | 0.01 | 0 | 0.91 | 0 |
| HSL | 60.77º | 1% | 0.54% | - |
| HSV(B) | 60.77º | 0.91% | 1% | - |
| XYZ | 76.05 | 92.27 | 14.56 | - |
| YUV | 227.54 | 12.01 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 22 | 0.01 | 0 | 0.91 | 0 | 60.77 | 1 | 0.54 |
| Hex | FC | FF | 16 | 1 | 0 | 5B | 0 | 3D | 64 | 36 |
| Octal | 374 | 377 | 26 | 1 | 0 | 133 | 0 | 75 | 144 | 66 |
| Binary | 11111100 | 11111111 | 10110 | 1 | 0 | 1011011 | 0 | 111101 | 1100100 | 110110 |
Color Harmonies of #FCFF16
Complementary color
Monochromatic Colors of #FCFF16
Black with #FCFF16
Text Example
Text Example
White with #FCFF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF16; }
p { color: rgb(252,255,22); }
H1.HeaderClassName
{
color: #FCFF16;
}
.AnyTagClassName
{
color: #FCFF16;
}
</style>
background-color css
<style>
a { background-color: #FCFF16; }
a { background-color: rgb(252,255,22); }
div.DivClassName
{
background-color: #FCFF16;
}
.BgClassName
{
background-color: #FCFF16;
}
</style>
border-color css
<style>
span { border-color: #FCFF16; }
span { border-color: rgb(252,255,22); }
td.TdClassName
{
border-color: #FCFF16;
}
.TagClassName
{
border-color: #FCFF16;
}
</style>