Shades of Yellow #FCFB00
Tints of Yellow #FCFB00
RGB
CMYK
RGB Variations
Color information
#FCFB00 (or 0xFCFB00) is known color: Yellow. HEX triplet: FC, FB and 00. RGB value is (252,251,0). Sum of RGB (Red+Green+Blue) = 252+251+0=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 251 (98.44% from 255 or 49.90% from 503); Blue value is 0 (0.39% from 255 or 0% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFB00 is #0304FF. Grayscale: #DFDFDF. Windows color (decimal): -197888 or 64508. OLE color: 64508.
HSL color Cylindrical-coordinate representation of color #FCFB00: hue angle of 59.76º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FCFB00 is Cyan = 0, Magento = 0.00, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 251 | 0 | - |
| CMYK | 0 | 0.00 | 1 | 0.01 |
| HSL | 59.76º | 1% | 0.49% | - |
| HSV(B) | 59.76º | 1% | 0.99% | - |
| XYZ | 74.64 | 89.69 | 13.38 | - |
| YUV | 222.69 | 2.33 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 251 | 0 | 0 | 0.00 | 1 | 0.01 | 59.76 | 1 | 0.49 |
| Hex | FC | FB | 0 | 0 | 0 | 64 | 1 | 3C | 64 | 31 |
| Octal | 374 | 373 | 0 | 0 | 0 | 144 | 1 | 74 | 144 | 61 |
| Binary | 11111100 | 11111011 | 0 | 0 | 0 | 1100100 | 1 | 111100 | 1100100 | 110001 |
Color Harmonies of #FCFB00
Complementary color
Monochromatic Colors of #FCFB00
Black with #FCFB00
Text Example
Text Example
White with #FCFB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFB00; }
p { color: rgb(252,251,0); }
H1.HeaderClassName
{
color: #FCFB00;
}
.AnyTagClassName
{
color: #FCFB00;
}
</style>
background-color css
<style>
a { background-color: #FCFB00; }
a { background-color: rgb(252,251,0); }
div.DivClassName
{
background-color: #FCFB00;
}
.BgClassName
{
background-color: #FCFB00;
}
</style>
border-color css
<style>
span { border-color: #FCFB00; }
span { border-color: rgb(252,251,0); }
td.TdClassName
{
border-color: #FCFB00;
}
.TagClassName
{
border-color: #FCFB00;
}
</style>