Shades of Yellow #FCFF06
Tints of Yellow #FCFF06
RGB
CMYK
RGB Variations
Color information
#FCFF06 (or 0xFCFF06) is known color: Yellow. HEX triplet: FC, FF and 06. RGB value is (252,255,6). Sum of RGB (Red+Green+Blue) = 252+255+6=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 6 (2.73% from 255 or 1.17% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF06 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFF06 is #0300F9. Grayscale: #E2E2E2. Windows color (decimal): -196858 or 458748. OLE color: 458748.
HSL color Cylindrical-coordinate representation of color #FCFF06: hue angle of 60.72º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FCFF06 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 6 | - |
| CMYK | 0.01 | 0 | 0.98 | 0 |
| HSL | 60.72º | 1% | 0.51% | - |
| HSV(B) | 60.72º | 0.98% | 1% | - |
| XYZ | 75.94 | 92.23 | 13.97 | - |
| YUV | 225.72 | 4.01 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 6 | 0.01 | 0 | 0.98 | 0 | 60.72 | 1 | 0.51 |
| Hex | FC | FF | 6 | 1 | 0 | 62 | 0 | 3D | 64 | 33 |
| Octal | 374 | 377 | 6 | 1 | 0 | 142 | 0 | 75 | 144 | 63 |
| Binary | 11111100 | 11111111 | 110 | 1 | 0 | 1100010 | 0 | 111101 | 1100100 | 110011 |
Color Harmonies of #FCFF06
Complementary color
Monochromatic Colors of #FCFF06
Black with #FCFF06
Text Example
Text Example
White with #FCFF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF06; }
p { color: rgb(252,255,6); }
H1.HeaderClassName
{
color: #FCFF06;
}
.AnyTagClassName
{
color: #FCFF06;
}
</style>
background-color css
<style>
a { background-color: #FCFF06; }
a { background-color: rgb(252,255,6); }
div.DivClassName
{
background-color: #FCFF06;
}
.BgClassName
{
background-color: #FCFF06;
}
</style>
border-color css
<style>
span { border-color: #FCFF06; }
span { border-color: rgb(252,255,6); }
td.TdClassName
{
border-color: #FCFF06;
}
.TagClassName
{
border-color: #FCFF06;
}
</style>