Shades of Yellow #FCFA0B
Tints of Yellow #FCFA0B
RGB
CMYK
RGB Variations
Color information
#FCFA0B (or 0xFCFA0B) is known color: Yellow. HEX triplet: FC, FA and 0B. RGB value is (252,250,11). Sum of RGB (Red+Green+Blue) = 252+250+11=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 250 (98.05% from 255 or 48.73% from 513); Blue value is 11 (4.69% from 255 or 2.14% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFA0B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFA0B is #0305F4. Grayscale: #E0E0E0. Windows color (decimal): -198133 or 785148. OLE color: 785148.
HSL color Cylindrical-coordinate representation of color #FCFA0B: hue angle of 59.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FCFA0B is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 250 | 11 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.01 |
| HSL | 59.5º | 0.98% | 0.52% | - |
| HSV(B) | 59.5º | 0.96% | 0.99% | - |
| XYZ | 74.39 | 89.09 | 13.59 | - |
| YUV | 223.35 | 8.16 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 250 | 11 | 0 | 0.01 | 0.96 | 0.01 | 59.5 | 0.98 | 0.52 |
| Hex | FC | FA | B | 0 | 1 | 60 | 1 | 3C | 62 | 34 |
| Octal | 374 | 372 | 13 | 0 | 1 | 140 | 1 | 74 | 142 | 64 |
| Binary | 11111100 | 11111010 | 1011 | 0 | 1 | 1100000 | 1 | 111100 | 1100010 | 110100 |
Color Harmonies of #FCFA0B
Complementary color
Monochromatic Colors of #FCFA0B
Black with #FCFA0B
Text Example
Text Example
White with #FCFA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFA0B; }
p { color: rgb(252,250,11); }
H1.HeaderClassName
{
color: #FCFA0B;
}
.AnyTagClassName
{
color: #FCFA0B;
}
</style>
background-color css
<style>
a { background-color: #FCFA0B; }
a { background-color: rgb(252,250,11); }
div.DivClassName
{
background-color: #FCFA0B;
}
.BgClassName
{
background-color: #FCFA0B;
}
</style>
border-color css
<style>
span { border-color: #FCFA0B; }
span { border-color: rgb(252,250,11); }
td.TdClassName
{
border-color: #FCFA0B;
}
.TagClassName
{
border-color: #FCFA0B;
}
</style>