Shades of Yellow #FFFF10
Tints of Yellow #FFFF10
RGB
CMYK
RGB Variations
Color information
#FFFF10 (or 0xFFFF10) is known color: Yellow. HEX triplet: FF, FF and 10. RGB value is (255,255,16). Sum of RGB (Red+Green+Blue) = 255+255+16=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 16 (6.64% from 255 or 3.04% from 526); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFF10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFF10 is #0000EF. Grayscale: #E4E4E4. Windows color (decimal): -240 or 1114111. OLE color: 1114111.
HSL color Cylindrical-coordinate representation of color #FFFF10: hue angle of 60º 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 #FFFF10 is Cyan = 0, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 255 | 16 | - |
| CMYK | 0 | 0 | 0.94 | 0 |
| HSL | 60º | 1% | 0.53% | - |
| HSV(B) | 60º | 0.94% | 1% | - |
| XYZ | 77.09 | 92.82 | 14.34 | - |
| YUV | 227.75 | 8.5 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 255 | 16 | 0 | 0 | 0.94 | 0 | 60 | 1 | 0.53 |
| Hex | FF | FF | 10 | 0 | 0 | 5E | 0 | 3C | 64 | 35 |
| Octal | 377 | 377 | 20 | 0 | 0 | 136 | 0 | 74 | 144 | 65 |
| Binary | 11111111 | 11111111 | 10000 | 0 | 0 | 1011110 | 0 | 111100 | 1100100 | 110101 |
Color Harmonies of #FFFF10
Complementary color
Monochromatic Colors of #FFFF10
Black with #FFFF10
Text Example
Text Example
White with #FFFF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFF10; }
p { color: rgb(255,255,16); }
H1.HeaderClassName
{
color: #FFFF10;
}
.AnyTagClassName
{
color: #FFFF10;
}
</style>
background-color css
<style>
a { background-color: #FFFF10; }
a { background-color: rgb(255,255,16); }
div.DivClassName
{
background-color: #FFFF10;
}
.BgClassName
{
background-color: #FFFF10;
}
</style>
border-color css
<style>
span { border-color: #FFFF10; }
span { border-color: rgb(255,255,16); }
td.TdClassName
{
border-color: #FFFF10;
}
.TagClassName
{
border-color: #FFFF10;
}
</style>