Shades of Yellow #FFFA05
Tints of Yellow #FFFA05
RGB
CMYK
RGB Variations
Color information
#FFFA05 (or 0xFFFA05) is known color: Yellow. HEX triplet: FF, FA and 05. RGB value is (255,250,5). Sum of RGB (Red+Green+Blue) = 255+250+5=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 250 (98.05% from 255 or 49.02% from 510); Blue value is 5 (2.34% from 255 or 0.98% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA05 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFA05 is #0005FA. Grayscale: #E0E0E0. Windows color (decimal): -1531 or 391935. OLE color: 391935.
HSL color Cylindrical-coordinate representation of color #FFFA05: hue angle of 58.8º 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 #FFFA05 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 5 | - |
| CMYK | 0 | 0.02 | 0.98 | 0 |
| HSL | 58.8º | 1% | 0.51% | - |
| HSV(B) | 58.8º | 0.98% | 1% | - |
| XYZ | 75.45 | 89.64 | 13.47 | - |
| YUV | 223.57 | 4.66 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 5 | 0 | 0.02 | 0.98 | 0 | 58.8 | 1 | 0.51 |
| Hex | FF | FA | 5 | 0 | 2 | 62 | 0 | 3B | 64 | 33 |
| Octal | 377 | 372 | 5 | 0 | 2 | 142 | 0 | 73 | 144 | 63 |
| Binary | 11111111 | 11111010 | 101 | 0 | 10 | 1100010 | 0 | 111011 | 1100100 | 110011 |
Color Harmonies of #FFFA05
Complementary color
Monochromatic Colors of #FFFA05
Black with #FFFA05
Text Example
Text Example
White with #FFFA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFA05; }
p { color: rgb(255,250,5); }
H1.HeaderClassName
{
color: #FFFA05;
}
.AnyTagClassName
{
color: #FFFA05;
}
</style>
background-color css
<style>
a { background-color: #FFFA05; }
a { background-color: rgb(255,250,5); }
div.DivClassName
{
background-color: #FFFA05;
}
.BgClassName
{
background-color: #FFFA05;
}
</style>
border-color css
<style>
span { border-color: #FFFA05; }
span { border-color: rgb(255,250,5); }
td.TdClassName
{
border-color: #FFFA05;
}
.TagClassName
{
border-color: #FFFA05;
}
</style>