Shades of Yellow #FCF607
Tints of Yellow #FCF607
RGB
CMYK
RGB Variations
Color information
#FCF607 (or 0xFCF607) is known color: Yellow. HEX triplet: FC, F6 and 07. RGB value is (252,246,7). Sum of RGB (Red+Green+Blue) = 252+246+7=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 246 (96.48% from 255 or 48.71% from 505); Blue value is 7 (3.12% from 255 or 1.39% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF607 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF607 is #0309F8. Grayscale: #DDDDDD. Windows color (decimal): -199161 or 521980. OLE color: 521980.
HSL color Cylindrical-coordinate representation of color #FCF607: hue angle of 58.53º 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 #FCF607 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 246 | 7 | - |
| CMYK | 0 | 0.02 | 0.97 | 0.01 |
| HSL | 58.53º | 0.98% | 0.51% | - |
| HSV(B) | 58.53º | 0.97% | 0.99% | - |
| XYZ | 73.14 | 86.62 | 13.07 | - |
| YUV | 220.55 | 7.49 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 246 | 7 | 0 | 0.02 | 0.97 | 0.01 | 58.53 | 0.98 | 0.51 |
| Hex | FC | F6 | 7 | 0 | 2 | 61 | 1 | 3B | 62 | 33 |
| Octal | 374 | 366 | 7 | 0 | 2 | 141 | 1 | 73 | 142 | 63 |
| Binary | 11111100 | 11110110 | 111 | 0 | 10 | 1100001 | 1 | 111011 | 1100010 | 110011 |
Color Harmonies of #FCF607
Complementary color
Monochromatic Colors of #FCF607
Black with #FCF607
Text Example
Text Example
White with #FCF607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF607; }
p { color: rgb(252,246,7); }
H1.HeaderClassName
{
color: #FCF607;
}
.AnyTagClassName
{
color: #FCF607;
}
</style>
background-color css
<style>
a { background-color: #FCF607; }
a { background-color: rgb(252,246,7); }
div.DivClassName
{
background-color: #FCF607;
}
.BgClassName
{
background-color: #FCF607;
}
</style>
border-color css
<style>
span { border-color: #FCF607; }
span { border-color: rgb(252,246,7); }
td.TdClassName
{
border-color: #FCF607;
}
.TagClassName
{
border-color: #FCF607;
}
</style>