Shades of Yellow #FCFB09
Tints of Yellow #FCFB09
RGB
CMYK
RGB Variations
Color information
#FCFB09 (or 0xFCFB09) is known color: Yellow. HEX triplet: FC, FB and 09. RGB value is (252,251,9). Sum of RGB (Red+Green+Blue) = 252+251+9=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 251 (98.44% from 255 or 49.02% from 512); Blue value is 9 (3.91% from 255 or 1.76% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB09 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFB09 is #0304F6. Grayscale: #E0E0E0. Windows color (decimal): -197879 or 654332. OLE color: 654332.
HSL color Cylindrical-coordinate representation of color #FCFB09: hue angle of 59.75º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FCFB09 is Cyan = 0, Magento = 0.00, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 251 | 9 | - |
| CMYK | 0 | 0.00 | 0.96 | 0.01 |
| HSL | 59.75º | 0.98% | 0.51% | - |
| HSV(B) | 59.75º | 0.96% | 0.99% | - |
| XYZ | 74.69 | 89.71 | 13.64 | - |
| YUV | 223.71 | 6.83 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 251 | 9 | 0 | 0.00 | 0.96 | 0.01 | 59.75 | 0.98 | 0.51 |
| Hex | FC | FB | 9 | 0 | 0 | 60 | 1 | 3C | 62 | 33 |
| Octal | 374 | 373 | 11 | 0 | 0 | 140 | 1 | 74 | 142 | 63 |
| Binary | 11111100 | 11111011 | 1001 | 0 | 0 | 1100000 | 1 | 111100 | 1100010 | 110011 |
Color Harmonies of #FCFB09
Complementary color
Monochromatic Colors of #FCFB09
Black with #FCFB09
Text Example
Text Example
White with #FCFB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFB09; }
p { color: rgb(252,251,9); }
H1.HeaderClassName
{
color: #FCFB09;
}
.AnyTagClassName
{
color: #FCFB09;
}
</style>
background-color css
<style>
a { background-color: #FCFB09; }
a { background-color: rgb(252,251,9); }
div.DivClassName
{
background-color: #FCFB09;
}
.BgClassName
{
background-color: #FCFB09;
}
</style>
border-color css
<style>
span { border-color: #FCFB09; }
span { border-color: rgb(252,251,9); }
td.TdClassName
{
border-color: #FCFB09;
}
.TagClassName
{
border-color: #FCFB09;
}
</style>