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