Shades of Yellow #FCF706
Tints of Yellow #FCF706
RGB
CMYK
RGB Variations
Color information
#FCF706 (or 0xFCF706) is known color: Yellow. HEX triplet: FC, F7 and 06. RGB value is (252,247,6). Sum of RGB (Red+Green+Blue) = 252+247+6=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 247 (96.88% from 255 or 48.91% from 505); Blue value is 6 (2.73% from 255 or 1.19% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF706 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF706 is #0308F9. Grayscale: #DDDDDD. Windows color (decimal): -198906 or 456700. OLE color: 456700.
HSL color Cylindrical-coordinate representation of color #FCF706: 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.98%. Process color model (Four color, CMYK) of #FCF706 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 247 | 6 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.01 |
| HSL | 58.78º | 0.98% | 0.51% | - |
| HSV(B) | 58.78º | 0.98% | 0.99% | - |
| XYZ | 73.44 | 87.23 | 13.14 | - |
| YUV | 221.02 | 6.66 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 247 | 6 | 0 | 0.02 | 0.98 | 0.01 | 58.78 | 0.98 | 0.51 |
| Hex | FC | F7 | 6 | 0 | 2 | 62 | 1 | 3B | 62 | 33 |
| Octal | 374 | 367 | 6 | 0 | 2 | 142 | 1 | 73 | 142 | 63 |
| Binary | 11111100 | 11110111 | 110 | 0 | 10 | 1100010 | 1 | 111011 | 1100010 | 110011 |
Color Harmonies of #FCF706
Complementary color
Monochromatic Colors of #FCF706
Black with #FCF706
Text Example
Text Example
White with #FCF706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF706; }
p { color: rgb(252,247,6); }
H1.HeaderClassName
{
color: #FCF706;
}
.AnyTagClassName
{
color: #FCF706;
}
</style>
background-color css
<style>
a { background-color: #FCF706; }
a { background-color: rgb(252,247,6); }
div.DivClassName
{
background-color: #FCF706;
}
.BgClassName
{
background-color: #FCF706;
}
</style>
border-color css
<style>
span { border-color: #FCF706; }
span { border-color: rgb(252,247,6); }
td.TdClassName
{
border-color: #FCF706;
}
.TagClassName
{
border-color: #FCF706;
}
</style>