Shades of Yellow #FFFC07
Tints of Yellow #FFFC07
RGB
CMYK
RGB Variations
Color information
#FFFC07 (or 0xFFFC07) is known color: Yellow. HEX triplet: FF, FC and 07. RGB value is (255,252,7). Sum of RGB (Red+Green+Blue) = 255+252+7=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 252 (98.83% from 255 or 49.03% from 514); Blue value is 7 (3.12% from 255 or 1.36% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC07 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFC07 is #0003F8. Grayscale: #E1E1E1. Windows color (decimal): -1017 or 523519. OLE color: 523519.
HSL color Cylindrical-coordinate representation of color #FFFC07: hue angle of 59.27º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFFC07 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 7 | - |
| CMYK | 0 | 0.01 | 0.97 | 0 |
| HSL | 59.27º | 1% | 0.51% | - |
| HSV(B) | 59.27º | 0.97% | 1% | - |
| XYZ | 76.09 | 90.9 | 13.74 | - |
| YUV | 224.97 | 4.99 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 7 | 0 | 0.01 | 0.97 | 0 | 59.27 | 1 | 0.51 |
| Hex | FF | FC | 7 | 0 | 1 | 61 | 0 | 3B | 64 | 33 |
| Octal | 377 | 374 | 7 | 0 | 1 | 141 | 0 | 73 | 144 | 63 |
| Binary | 11111111 | 11111100 | 111 | 0 | 1 | 1100001 | 0 | 111011 | 1100100 | 110011 |
Color Harmonies of #FFFC07
Complementary color
Monochromatic Colors of #FFFC07
Black with #FFFC07
Text Example
Text Example
White with #FFFC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC07; }
p { color: rgb(255,252,7); }
H1.HeaderClassName
{
color: #FFFC07;
}
.AnyTagClassName
{
color: #FFFC07;
}
</style>
background-color css
<style>
a { background-color: #FFFC07; }
a { background-color: rgb(255,252,7); }
div.DivClassName
{
background-color: #FFFC07;
}
.BgClassName
{
background-color: #FFFC07;
}
</style>
border-color css
<style>
span { border-color: #FFFC07; }
span { border-color: rgb(255,252,7); }
td.TdClassName
{
border-color: #FFFC07;
}
.TagClassName
{
border-color: #FFFC07;
}
</style>