Shades of Yellow #FFFB10
Tints of Yellow #FFFB10
RGB
CMYK
RGB Variations
Color information
#FFFB10 (or 0xFFFB10) is known color: Yellow. HEX triplet: FF, FB and 10. RGB value is (255,251,16). Sum of RGB (Red+Green+Blue) = 255+251+16=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 251 (98.44% from 255 or 48.08% from 522); Blue value is 16 (6.64% from 255 or 3.07% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFB10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFB10 is #0004EF. Grayscale: #E2E2E2. Windows color (decimal): -1264 or 1113087. OLE color: 1113087.
HSL color Cylindrical-coordinate representation of color #FFFB10: hue angle of 59º 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 #FFFB10 is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 251 | 16 | - |
| CMYK | 0 | 0.02 | 0.94 | 0 |
| HSL | 59º | 1% | 0.53% | - |
| HSV(B) | 59º | 0.94% | 1% | - |
| XYZ | 75.83 | 90.29 | 13.92 | - |
| YUV | 225.41 | 9.83 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 251 | 16 | 0 | 0.02 | 0.94 | 0 | 59 | 1 | 0.53 |
| Hex | FF | FB | 10 | 0 | 2 | 5E | 0 | 3B | 64 | 35 |
| Octal | 377 | 373 | 20 | 0 | 2 | 136 | 0 | 73 | 144 | 65 |
| Binary | 11111111 | 11111011 | 10000 | 0 | 10 | 1011110 | 0 | 111011 | 1100100 | 110101 |
Color Harmonies of #FFFB10
Complementary color
Monochromatic Colors of #FFFB10
Black with #FFFB10
Text Example
Text Example
White with #FFFB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFB10; }
p { color: rgb(255,251,16); }
H1.HeaderClassName
{
color: #FFFB10;
}
.AnyTagClassName
{
color: #FFFB10;
}
</style>
background-color css
<style>
a { background-color: #FFFB10; }
a { background-color: rgb(255,251,16); }
div.DivClassName
{
background-color: #FFFB10;
}
.BgClassName
{
background-color: #FFFB10;
}
</style>
border-color css
<style>
span { border-color: #FFFB10; }
span { border-color: rgb(255,251,16); }
td.TdClassName
{
border-color: #FFFB10;
}
.TagClassName
{
border-color: #FFFB10;
}
</style>