Shades of Yellow #FCF705
Tints of Yellow #FCF705
RGB
CMYK
RGB Variations
Color information
#FCF705 (or 0xFCF705) is known color: Yellow. HEX triplet: FC, F7 and 05. RGB value is (252,247,5). Sum of RGB (Red+Green+Blue) = 252+247+5=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 247 (96.88% from 255 or 49.01% from 504); Blue value is 5 (2.34% from 255 or 0.99% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF705 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF705 is #0308FA. Grayscale: #DDDDDD. Windows color (decimal): -198907 or 391164. OLE color: 391164.
HSL color Cylindrical-coordinate representation of color #FCF705: hue angle of 58.79º 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 #FCF705 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 247 | 5 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.01 |
| HSL | 58.79º | 0.98% | 0.5% | - |
| HSV(B) | 58.79º | 0.98% | 0.99% | - |
| XYZ | 73.43 | 87.23 | 13.11 | - |
| YUV | 220.91 | 6.16 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 247 | 5 | 0 | 0.02 | 0.98 | 0.01 | 58.79 | 0.98 | 0.5 |
| Hex | FC | F7 | 5 | 0 | 2 | 62 | 1 | 3B | 62 | 32 |
| Octal | 374 | 367 | 5 | 0 | 2 | 142 | 1 | 73 | 142 | 62 |
| Binary | 11111100 | 11110111 | 101 | 0 | 10 | 1100010 | 1 | 111011 | 1100010 | 110010 |
Color Harmonies of #FCF705
Complementary color
Monochromatic Colors of #FCF705
Black with #FCF705
Text Example
Text Example
White with #FCF705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF705; }
p { color: rgb(252,247,5); }
H1.HeaderClassName
{
color: #FCF705;
}
.AnyTagClassName
{
color: #FCF705;
}
</style>
background-color css
<style>
a { background-color: #FCF705; }
a { background-color: rgb(252,247,5); }
div.DivClassName
{
background-color: #FCF705;
}
.BgClassName
{
background-color: #FCF705;
}
</style>
border-color css
<style>
span { border-color: #FCF705; }
span { border-color: rgb(252,247,5); }
td.TdClassName
{
border-color: #FCF705;
}
.TagClassName
{
border-color: #FCF705;
}
</style>