Shades of Yellow #FFFC10
Tints of Yellow #FFFC10
RGB
CMYK
RGB Variations
Color information
#FFFC10 (or 0xFFFC10) is known color: Yellow. HEX triplet: FF, FC and 10. RGB value is (255,252,16). Sum of RGB (Red+Green+Blue) = 255+252+16=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 252 (98.83% from 255 or 48.18% from 523); Blue value is 16 (6.64% from 255 or 3.06% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFC10 is #0003EF. Grayscale: #E2E2E2. Windows color (decimal): -1008 or 1113343. OLE color: 1113343.
HSL color Cylindrical-coordinate representation of color #FFFC10: hue angle of 59.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFFC10 is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 16 | - |
| CMYK | 0 | 0.01 | 0.94 | 0 |
| HSL | 59.25º | 1% | 0.53% | - |
| HSV(B) | 59.25º | 0.94% | 1% | - |
| XYZ | 76.14 | 90.92 | 14.03 | - |
| YUV | 225.99 | 9.49 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 16 | 0 | 0.01 | 0.94 | 0 | 59.25 | 1 | 0.53 |
| Hex | FF | FC | 10 | 0 | 1 | 5E | 0 | 3B | 64 | 35 |
| Octal | 377 | 374 | 20 | 0 | 1 | 136 | 0 | 73 | 144 | 65 |
| Binary | 11111111 | 11111100 | 10000 | 0 | 1 | 1011110 | 0 | 111011 | 1100100 | 110101 |
Color Harmonies of #FFFC10
Complementary color
Monochromatic Colors of #FFFC10
Black with #FFFC10
Text Example
Text Example
White with #FFFC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC10; }
p { color: rgb(255,252,16); }
H1.HeaderClassName
{
color: #FFFC10;
}
.AnyTagClassName
{
color: #FFFC10;
}
</style>
background-color css
<style>
a { background-color: #FFFC10; }
a { background-color: rgb(255,252,16); }
div.DivClassName
{
background-color: #FFFC10;
}
.BgClassName
{
background-color: #FFFC10;
}
</style>
border-color css
<style>
span { border-color: #FFFC10; }
span { border-color: rgb(255,252,16); }
td.TdClassName
{
border-color: #FFFC10;
}
.TagClassName
{
border-color: #FFFC10;
}
</style>