Shades of Yellow #FCFE16
Tints of Yellow #FCFE16
RGB
CMYK
RGB Variations
Color information
#FCFE16 (or 0xFCFE16) is known color: Yellow. HEX triplet: FC, FE and 16. RGB value is (252,254,22). Sum of RGB (Red+Green+Blue) = 252+254+22=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 254 (99.61% from 255 or 48.11% from 528); Blue value is 22 (8.98% from 255 or 4.17% from 528); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFE16 is #0301E9. Grayscale: #E3E3E3. Windows color (decimal): -197098 or 1507068. OLE color: 1507068.
HSL color Cylindrical-coordinate representation of color #FCFE16: hue angle of 60.52º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FCFE16 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 22 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.00 |
| HSL | 60.52º | 0.99% | 0.54% | - |
| HSV(B) | 60.52º | 0.91% | 1% | - |
| XYZ | 75.73 | 91.64 | 14.46 | - |
| YUV | 226.95 | 12.34 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 22 | 0.01 | 0 | 0.91 | 0.00 | 60.52 | 0.99 | 0.54 |
| Hex | FC | FE | 16 | 1 | 0 | 5B | 0 | 3D | 63 | 36 |
| Octal | 374 | 376 | 26 | 1 | 0 | 133 | 0 | 75 | 143 | 66 |
| Binary | 11111100 | 11111110 | 10110 | 1 | 0 | 1011011 | 0 | 111101 | 1100011 | 110110 |
Color Harmonies of #FCFE16
Complementary color
Monochromatic Colors of #FCFE16
Black with #FCFE16
Text Example
Text Example
White with #FCFE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFE16; }
p { color: rgb(252,254,22); }
H1.HeaderClassName
{
color: #FCFE16;
}
.AnyTagClassName
{
color: #FCFE16;
}
</style>
background-color css
<style>
a { background-color: #FCFE16; }
a { background-color: rgb(252,254,22); }
div.DivClassName
{
background-color: #FCFE16;
}
.BgClassName
{
background-color: #FCFE16;
}
</style>
border-color css
<style>
span { border-color: #FCFE16; }
span { border-color: rgb(252,254,22); }
td.TdClassName
{
border-color: #FCFE16;
}
.TagClassName
{
border-color: #FCFE16;
}
</style>