Shades of Yellow #FCF707
Tints of Yellow #FCF707
RGB
CMYK
RGB Variations
Color information
#FCF707 (or 0xFCF707) is known color: Yellow. HEX triplet: FC, F7 and 07. RGB value is (252,247,7). Sum of RGB (Red+Green+Blue) = 252+247+7=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 247 (96.88% from 255 or 48.81% from 506); Blue value is 7 (3.12% from 255 or 1.38% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF707 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF707 is #0308F8. Grayscale: #DEDEDE. Windows color (decimal): -198905 or 522236. OLE color: 522236.
HSL color Cylindrical-coordinate representation of color #FCF707: hue angle of 58.78º 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 #FCF707 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 247 | 7 | - |
| CMYK | 0 | 0.02 | 0.97 | 0.01 |
| HSL | 58.78º | 0.98% | 0.51% | - |
| HSV(B) | 58.78º | 0.97% | 0.99% | - |
| XYZ | 73.44 | 87.23 | 13.17 | - |
| YUV | 221.14 | 7.16 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 247 | 7 | 0 | 0.02 | 0.97 | 0.01 | 58.78 | 0.98 | 0.51 |
| Hex | FC | F7 | 7 | 0 | 2 | 61 | 1 | 3B | 62 | 33 |
| Octal | 374 | 367 | 7 | 0 | 2 | 141 | 1 | 73 | 142 | 63 |
| Binary | 11111100 | 11110111 | 111 | 0 | 10 | 1100001 | 1 | 111011 | 1100010 | 110011 |
Color Harmonies of #FCF707
Complementary color
Monochromatic Colors of #FCF707
Black with #FCF707
Text Example
Text Example
White with #FCF707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF707; }
p { color: rgb(252,247,7); }
H1.HeaderClassName
{
color: #FCF707;
}
.AnyTagClassName
{
color: #FCF707;
}
</style>
background-color css
<style>
a { background-color: #FCF707; }
a { background-color: rgb(252,247,7); }
div.DivClassName
{
background-color: #FCF707;
}
.BgClassName
{
background-color: #FCF707;
}
</style>
border-color css
<style>
span { border-color: #FCF707; }
span { border-color: rgb(252,247,7); }
td.TdClassName
{
border-color: #FCF707;
}
.TagClassName
{
border-color: #FCF707;
}
</style>