Shades of Yellow #FFFC05
Tints of Yellow #FFFC05
RGB
CMYK
RGB Variations
Color information
#FFFC05 (or 0xFFFC05) is known color: Yellow. HEX triplet: FF, FC and 05. RGB value is (255,252,5). Sum of RGB (Red+Green+Blue) = 255+252+5=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 252 (98.83% from 255 or 49.22% from 512); Blue value is 5 (2.34% from 255 or 0.98% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC05 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFC05 is #0003FA. Grayscale: #E1E1E1. Windows color (decimal): -1019 or 392447. OLE color: 392447.
HSL color Cylindrical-coordinate representation of color #FFFC05: hue angle of 59.28º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FFFC05 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 5 | - |
| CMYK | 0 | 0.01 | 0.98 | 0 |
| HSL | 59.28º | 1% | 0.51% | - |
| HSV(B) | 59.28º | 0.98% | 1% | - |
| XYZ | 76.08 | 90.89 | 13.68 | - |
| YUV | 224.74 | 3.99 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 5 | 0 | 0.01 | 0.98 | 0 | 59.28 | 1 | 0.51 |
| Hex | FF | FC | 5 | 0 | 1 | 62 | 0 | 3B | 64 | 33 |
| Octal | 377 | 374 | 5 | 0 | 1 | 142 | 0 | 73 | 144 | 63 |
| Binary | 11111111 | 11111100 | 101 | 0 | 1 | 1100010 | 0 | 111011 | 1100100 | 110011 |
Color Harmonies of #FFFC05
Complementary color
Monochromatic Colors of #FFFC05
Black with #FFFC05
Text Example
Text Example
White with #FFFC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC05; }
p { color: rgb(255,252,5); }
H1.HeaderClassName
{
color: #FFFC05;
}
.AnyTagClassName
{
color: #FFFC05;
}
</style>
background-color css
<style>
a { background-color: #FFFC05; }
a { background-color: rgb(255,252,5); }
div.DivClassName
{
background-color: #FFFC05;
}
.BgClassName
{
background-color: #FFFC05;
}
</style>
border-color css
<style>
span { border-color: #FFFC05; }
span { border-color: rgb(255,252,5); }
td.TdClassName
{
border-color: #FFFC05;
}
.TagClassName
{
border-color: #FFFC05;
}
</style>