Shades of Yellow #FCFB06
Tints of Yellow #FCFB06
RGB
CMYK
RGB Variations
Color information
#FCFB06 (or 0xFCFB06) is known color: Yellow. HEX triplet: FC, FB and 06. RGB value is (252,251,6). Sum of RGB (Red+Green+Blue) = 252+251+6=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 251 (98.44% from 255 or 49.31% from 509); Blue value is 6 (2.73% from 255 or 1.18% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB06 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFB06 is #0304F9. Grayscale: #E0E0E0. Windows color (decimal): -197882 or 457724. OLE color: 457724.
HSL color Cylindrical-coordinate representation of color #FCFB06: hue angle of 59.76º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FCFB06 is Cyan = 0, Magento = 0.00, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 251 | 6 | - |
| CMYK | 0 | 0.00 | 0.98 | 0.01 |
| HSL | 59.76º | 0.98% | 0.51% | - |
| HSV(B) | 59.76º | 0.98% | 0.99% | - |
| XYZ | 74.67 | 89.7 | 13.55 | - |
| YUV | 223.37 | 5.33 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 251 | 6 | 0 | 0.00 | 0.98 | 0.01 | 59.76 | 0.98 | 0.51 |
| Hex | FC | FB | 6 | 0 | 0 | 62 | 1 | 3C | 62 | 33 |
| Octal | 374 | 373 | 6 | 0 | 0 | 142 | 1 | 74 | 142 | 63 |
| Binary | 11111100 | 11111011 | 110 | 0 | 0 | 1100010 | 1 | 111100 | 1100010 | 110011 |
Color Harmonies of #FCFB06
Complementary color
Monochromatic Colors of #FCFB06
Black with #FCFB06
Text Example
Text Example
White with #FCFB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFB06; }
p { color: rgb(252,251,6); }
H1.HeaderClassName
{
color: #FCFB06;
}
.AnyTagClassName
{
color: #FCFB06;
}
</style>
background-color css
<style>
a { background-color: #FCFB06; }
a { background-color: rgb(252,251,6); }
div.DivClassName
{
background-color: #FCFB06;
}
.BgClassName
{
background-color: #FCFB06;
}
</style>
border-color css
<style>
span { border-color: #FCFB06; }
span { border-color: rgb(252,251,6); }
td.TdClassName
{
border-color: #FCFB06;
}
.TagClassName
{
border-color: #FCFB06;
}
</style>