Shades of Yellow #FCF505
Tints of Yellow #FCF505
RGB
CMYK
RGB Variations
Color information
#FCF505 (or 0xFCF505) is known color: Yellow. HEX triplet: FC, F5 and 05. RGB value is (252,245,5). Sum of RGB (Red+Green+Blue) = 252+245+5=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 245 (96.09% from 255 or 48.80% from 502); Blue value is 5 (2.34% from 255 or 1.00% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF505 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF505 is #030AFA. Grayscale: #DCDCDC. Windows color (decimal): -199419 or 390652. OLE color: 390652.
HSL color Cylindrical-coordinate representation of color #FCF505: hue angle of 58.3º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FCF505 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 245 | 5 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.01 |
| HSL | 58.3º | 0.98% | 0.5% | - |
| HSV(B) | 58.3º | 0.98% | 0.99% | - |
| XYZ | 72.82 | 86.01 | 12.91 | - |
| YUV | 219.73 | 6.82 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 245 | 5 | 0 | 0.03 | 0.98 | 0.01 | 58.3 | 0.98 | 0.5 |
| Hex | FC | F5 | 5 | 0 | 3 | 62 | 1 | 3A | 62 | 32 |
| Octal | 374 | 365 | 5 | 0 | 3 | 142 | 1 | 72 | 142 | 62 |
| Binary | 11111100 | 11110101 | 101 | 0 | 11 | 1100010 | 1 | 111010 | 1100010 | 110010 |
Color Harmonies of #FCF505
Complementary color
Monochromatic Colors of #FCF505
Black with #FCF505
Text Example
Text Example
White with #FCF505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF505; }
p { color: rgb(252,245,5); }
H1.HeaderClassName
{
color: #FCF505;
}
.AnyTagClassName
{
color: #FCF505;
}
</style>
background-color css
<style>
a { background-color: #FCF505; }
a { background-color: rgb(252,245,5); }
div.DivClassName
{
background-color: #FCF505;
}
.BgClassName
{
background-color: #FCF505;
}
</style>
border-color css
<style>
span { border-color: #FCF505; }
span { border-color: rgb(252,245,5); }
td.TdClassName
{
border-color: #FCF505;
}
.TagClassName
{
border-color: #FCF505;
}
</style>