Shades of Yellow #FCFD0A
Tints of Yellow #FCFD0A
RGB
CMYK
RGB Variations
Color information
#FCFD0A (or 0xFCFD0A) is known color: Yellow. HEX triplet: FC, FD and 0A. RGB value is (252,253,10). Sum of RGB (Red+Green+Blue) = 252+253+10=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 253 (99.22% from 255 or 49.13% from 515); Blue value is 10 (4.30% from 255 or 1.94% from 515); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFD0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFD0A is #0302F5. Grayscale: #E1E1E1. Windows color (decimal): -197366 or 720380. OLE color: 720380.
HSL color Cylindrical-coordinate representation of color #FCFD0A: hue angle of 60.25º 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 #FCFD0A is Cyan = 0.00, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 253 | 10 | - |
| CMYK | 0.00 | 0 | 0.96 | 0.01 |
| HSL | 60.25º | 0.98% | 0.52% | - |
| HSV(B) | 60.25º | 0.96% | 0.99% | - |
| XYZ | 75.32 | 90.97 | 13.88 | - |
| YUV | 225 | 6.67 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 253 | 10 | 0.00 | 0 | 0.96 | 0.01 | 60.25 | 0.98 | 0.52 |
| Hex | FC | FD | A | 0 | 0 | 60 | 1 | 3C | 62 | 34 |
| Octal | 374 | 375 | 12 | 0 | 0 | 140 | 1 | 74 | 142 | 64 |
| Binary | 11111100 | 11111101 | 1010 | 0 | 0 | 1100000 | 1 | 111100 | 1100010 | 110100 |
Color Harmonies of #FCFD0A
Complementary color
Monochromatic Colors of #FCFD0A
Black with #FCFD0A
Text Example
Text Example
White with #FCFD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFD0A; }
p { color: rgb(252,253,10); }
H1.HeaderClassName
{
color: #FCFD0A;
}
.AnyTagClassName
{
color: #FCFD0A;
}
</style>
background-color css
<style>
a { background-color: #FCFD0A; }
a { background-color: rgb(252,253,10); }
div.DivClassName
{
background-color: #FCFD0A;
}
.BgClassName
{
background-color: #FCFD0A;
}
</style>
border-color css
<style>
span { border-color: #FCFD0A; }
span { border-color: rgb(252,253,10); }
td.TdClassName
{
border-color: #FCFD0A;
}
.TagClassName
{
border-color: #FCFD0A;
}
</style>