Shades of Yellow #FCFA02
Tints of Yellow #FCFA02
RGB
CMYK
RGB Variations
Color information
#FCFA02 (or 0xFCFA02) is known color: Yellow. HEX triplet: FC, FA and 02. RGB value is (252,250,2). Sum of RGB (Red+Green+Blue) = 252+250+2=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 250 (98.05% from 255 or 49.60% from 504); Blue value is 2 (1.17% from 255 or 0.40% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFA02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFA02 is #0305FD. Grayscale: #DFDFDF. Windows color (decimal): -198142 or 195324. OLE color: 195324.
HSL color Cylindrical-coordinate representation of color #FCFA02: hue angle of 59.52º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FCFA02 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 250 | 2 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.01 |
| HSL | 59.52º | 0.98% | 0.5% | - |
| HSV(B) | 59.52º | 0.99% | 0.99% | - |
| XYZ | 74.34 | 89.07 | 13.33 | - |
| YUV | 222.33 | 3.66 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 250 | 2 | 0 | 0.01 | 0.99 | 0.01 | 59.52 | 0.98 | 0.5 |
| Hex | FC | FA | 2 | 0 | 1 | 63 | 1 | 3C | 62 | 32 |
| Octal | 374 | 372 | 2 | 0 | 1 | 143 | 1 | 74 | 142 | 62 |
| Binary | 11111100 | 11111010 | 10 | 0 | 1 | 1100011 | 1 | 111100 | 1100010 | 110010 |
Color Harmonies of #FCFA02
Complementary color
Monochromatic Colors of #FCFA02
Black with #FCFA02
Text Example
Text Example
White with #FCFA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFA02; }
p { color: rgb(252,250,2); }
H1.HeaderClassName
{
color: #FCFA02;
}
.AnyTagClassName
{
color: #FCFA02;
}
</style>
background-color css
<style>
a { background-color: #FCFA02; }
a { background-color: rgb(252,250,2); }
div.DivClassName
{
background-color: #FCFA02;
}
.BgClassName
{
background-color: #FCFA02;
}
</style>
border-color css
<style>
span { border-color: #FCFA02; }
span { border-color: rgb(252,250,2); }
td.TdClassName
{
border-color: #FCFA02;
}
.TagClassName
{
border-color: #FCFA02;
}
</style>