Shades of Yellow #FCF507
Tints of Yellow #FCF507
RGB
CMYK
RGB Variations
Color information
#FCF507 (or 0xFCF507) is known color: Yellow. HEX triplet: FC, F5 and 07. RGB value is (252,245,7). Sum of RGB (Red+Green+Blue) = 252+245+7=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 245 (96.09% from 255 or 48.61% from 504); Blue value is 7 (3.12% from 255 or 1.39% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF507 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF507 is #030AF8. Grayscale: #DCDCDC. Windows color (decimal): -199417 or 521724. OLE color: 521724.
HSL color Cylindrical-coordinate representation of color #FCF507: hue angle of 58.29º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FCF507 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 245 | 7 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.01 |
| HSL | 58.29º | 0.98% | 0.51% | - |
| HSV(B) | 58.29º | 0.97% | 0.99% | - |
| XYZ | 72.84 | 86.02 | 12.96 | - |
| YUV | 219.96 | 7.82 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 245 | 7 | 0 | 0.03 | 0.97 | 0.01 | 58.29 | 0.98 | 0.51 |
| Hex | FC | F5 | 7 | 0 | 3 | 61 | 1 | 3A | 62 | 33 |
| Octal | 374 | 365 | 7 | 0 | 3 | 141 | 1 | 72 | 142 | 63 |
| Binary | 11111100 | 11110101 | 111 | 0 | 11 | 1100001 | 1 | 111010 | 1100010 | 110011 |
Color Harmonies of #FCF507
Complementary color
Monochromatic Colors of #FCF507
Black with #FCF507
Text Example
Text Example
White with #FCF507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF507; }
p { color: rgb(252,245,7); }
H1.HeaderClassName
{
color: #FCF507;
}
.AnyTagClassName
{
color: #FCF507;
}
</style>
background-color css
<style>
a { background-color: #FCF507; }
a { background-color: rgb(252,245,7); }
div.DivClassName
{
background-color: #FCF507;
}
.BgClassName
{
background-color: #FCF507;
}
</style>
border-color css
<style>
span { border-color: #FCF507; }
span { border-color: rgb(252,245,7); }
td.TdClassName
{
border-color: #FCF507;
}
.TagClassName
{
border-color: #FCF507;
}
</style>