Shades of Yellow #FCFA0D
Tints of Yellow #FCFA0D
RGB
CMYK
RGB Variations
Color information
#FCFA0D (or 0xFCFA0D) is known color: Yellow. HEX triplet: FC, FA and 0D. RGB value is (252,250,13). Sum of RGB (Red+Green+Blue) = 252+250+13=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 250 (98.05% from 255 or 48.54% from 515); Blue value is 13 (5.47% from 255 or 2.52% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFA0D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFA0D is #0305F2. Grayscale: #E0E0E0. Windows color (decimal): -198131 or 916220. OLE color: 916220.
HSL color Cylindrical-coordinate representation of color #FCFA0D: 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.95%. Process color model (Four color, CMYK) of #FCFA0D is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 250 | 13 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.01 |
| HSL | 59.5º | 0.98% | 0.52% | - |
| HSV(B) | 59.5º | 0.95% | 0.99% | - |
| XYZ | 74.4 | 89.1 | 13.66 | - |
| YUV | 223.58 | 9.16 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 250 | 13 | 0 | 0.01 | 0.95 | 0.01 | 59.5 | 0.98 | 0.52 |
| Hex | FC | FA | D | 0 | 1 | 5F | 1 | 3B | 62 | 34 |
| Octal | 374 | 372 | 15 | 0 | 1 | 137 | 1 | 73 | 142 | 64 |
| Binary | 11111100 | 11111010 | 1101 | 0 | 1 | 1011111 | 1 | 111011 | 1100010 | 110100 |
Color Harmonies of #FCFA0D
Complementary color
Monochromatic Colors of #FCFA0D
Black with #FCFA0D
Text Example
Text Example
White with #FCFA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFA0D; }
p { color: rgb(252,250,13); }
H1.HeaderClassName
{
color: #FCFA0D;
}
.AnyTagClassName
{
color: #FCFA0D;
}
</style>
background-color css
<style>
a { background-color: #FCFA0D; }
a { background-color: rgb(252,250,13); }
div.DivClassName
{
background-color: #FCFA0D;
}
.BgClassName
{
background-color: #FCFA0D;
}
</style>
border-color css
<style>
span { border-color: #FCFA0D; }
span { border-color: rgb(252,250,13); }
td.TdClassName
{
border-color: #FCFA0D;
}
.TagClassName
{
border-color: #FCFA0D;
}
</style>