Shades of Yellow #FFFA11
Tints of Yellow #FFFA11
RGB
CMYK
RGB Variations
Color information
#FFFA11 (or 0xFFFA11) is known color: Yellow. HEX triplet: FF, FA and 11. RGB value is (255,250,17). Sum of RGB (Red+Green+Blue) = 255+250+17=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 250 (98.05% from 255 or 47.89% from 522); Blue value is 17 (7.03% from 255 or 3.26% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA11 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFA11 is #0005EE. Grayscale: #E1E1E1. Windows color (decimal): -1519 or 1178367. OLE color: 1178367.
HSL color Cylindrical-coordinate representation of color #FFFA11: hue angle of 58.74º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFFA11 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 17 | - |
| CMYK | 0 | 0.02 | 0.93 | 0 |
| HSL | 58.74º | 1% | 0.53% | - |
| HSV(B) | 58.74º | 0.93% | 1% | - |
| XYZ | 75.53 | 89.67 | 13.86 | - |
| YUV | 224.93 | 10.66 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 17 | 0 | 0.02 | 0.93 | 0 | 58.74 | 1 | 0.53 |
| Hex | FF | FA | 11 | 0 | 2 | 5D | 0 | 3B | 64 | 35 |
| Octal | 377 | 372 | 21 | 0 | 2 | 135 | 0 | 73 | 144 | 65 |
| Binary | 11111111 | 11111010 | 10001 | 0 | 10 | 1011101 | 0 | 111011 | 1100100 | 110101 |
Color Harmonies of #FFFA11
Complementary color
Monochromatic Colors of #FFFA11
Black with #FFFA11
Text Example
Text Example
White with #FFFA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFA11; }
p { color: rgb(255,250,17); }
H1.HeaderClassName
{
color: #FFFA11;
}
.AnyTagClassName
{
color: #FFFA11;
}
</style>
background-color css
<style>
a { background-color: #FFFA11; }
a { background-color: rgb(255,250,17); }
div.DivClassName
{
background-color: #FFFA11;
}
.BgClassName
{
background-color: #FFFA11;
}
</style>
border-color css
<style>
span { border-color: #FFFA11; }
span { border-color: rgb(255,250,17); }
td.TdClassName
{
border-color: #FFFA11;
}
.TagClassName
{
border-color: #FFFA11;
}
</style>