Shades of Yellow #FCFF02
Tints of Yellow #FCFF02
RGB
CMYK
RGB Variations
Color information
#FCFF02 (or 0xFCFF02) is known color: Yellow. HEX triplet: FC, FF and 02. RGB value is (252,255,2). Sum of RGB (Red+Green+Blue) = 252+255+2=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 2 (1.17% from 255 or 0.39% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFF02 is #0300FD. Grayscale: #E2E2E2. Windows color (decimal): -196862 or 196604. OLE color: 196604.
HSL color Cylindrical-coordinate representation of color #FCFF02: hue angle of 60.71º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FCFF02 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 2 | - |
| CMYK | 0.01 | 0 | 0.99 | 0 |
| HSL | 60.71º | 1% | 0.5% | - |
| HSV(B) | 60.71º | 0.99% | 1% | - |
| XYZ | 75.92 | 92.22 | 13.86 | - |
| YUV | 225.26 | 2.01 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 2 | 0.01 | 0 | 0.99 | 0 | 60.71 | 1 | 0.5 |
| Hex | FC | FF | 2 | 1 | 0 | 63 | 0 | 3D | 64 | 32 |
| Octal | 374 | 377 | 2 | 1 | 0 | 143 | 0 | 75 | 144 | 62 |
| Binary | 11111100 | 11111111 | 10 | 1 | 0 | 1100011 | 0 | 111101 | 1100100 | 110010 |
Color Harmonies of #FCFF02
Complementary color
Monochromatic Colors of #FCFF02
Black with #FCFF02
Text Example
Text Example
White with #FCFF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF02; }
p { color: rgb(252,255,2); }
H1.HeaderClassName
{
color: #FCFF02;
}
.AnyTagClassName
{
color: #FCFF02;
}
</style>
background-color css
<style>
a { background-color: #FCFF02; }
a { background-color: rgb(252,255,2); }
div.DivClassName
{
background-color: #FCFF02;
}
.BgClassName
{
background-color: #FCFF02;
}
</style>
border-color css
<style>
span { border-color: #FCFF02; }
span { border-color: rgb(252,255,2); }
td.TdClassName
{
border-color: #FCFF02;
}
.TagClassName
{
border-color: #FCFF02;
}
</style>