Shades of Yellow #FCFF12
Tints of Yellow #FCFF12
RGB
CMYK
RGB Variations
Color information
#FCFF12 (or 0xFCFF12) is known color: Yellow. HEX triplet: FC, FF and 12. RGB value is (252,255,18). Sum of RGB (Red+Green+Blue) = 252+255+18=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 18 (7.42% from 255 or 3.43% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFF12 is #0300ED. Grayscale: #E4E4E4. Windows color (decimal): -196846 or 1245180. OLE color: 1245180.
HSL color Cylindrical-coordinate representation of color #FCFF12: hue angle of 60.76º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FCFF12 is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 18 | - |
| CMYK | 0.01 | 0 | 0.93 | 0 |
| HSL | 60.76º | 1% | 0.54% | - |
| HSV(B) | 60.76º | 0.93% | 1% | - |
| XYZ | 76.01 | 92.26 | 14.37 | - |
| YUV | 227.09 | 10.01 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 18 | 0.01 | 0 | 0.93 | 0 | 60.76 | 1 | 0.54 |
| Hex | FC | FF | 12 | 1 | 0 | 5D | 0 | 3D | 64 | 36 |
| Octal | 374 | 377 | 22 | 1 | 0 | 135 | 0 | 75 | 144 | 66 |
| Binary | 11111100 | 11111111 | 10010 | 1 | 0 | 1011101 | 0 | 111101 | 1100100 | 110110 |
Color Harmonies of #FCFF12
Complementary color
Monochromatic Colors of #FCFF12
Black with #FCFF12
Text Example
Text Example
White with #FCFF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF12; }
p { color: rgb(252,255,18); }
H1.HeaderClassName
{
color: #FCFF12;
}
.AnyTagClassName
{
color: #FCFF12;
}
</style>
background-color css
<style>
a { background-color: #FCFF12; }
a { background-color: rgb(252,255,18); }
div.DivClassName
{
background-color: #FCFF12;
}
.BgClassName
{
background-color: #FCFF12;
}
</style>
border-color css
<style>
span { border-color: #FCFF12; }
span { border-color: rgb(252,255,18); }
td.TdClassName
{
border-color: #FCFF12;
}
.TagClassName
{
border-color: #FCFF12;
}
</style>