Shades of Yellow #FFFA08
Tints of Yellow #FFFA08
RGB
CMYK
RGB Variations
Color information
#FFFA08 (or 0xFFFA08) is known color: Yellow. HEX triplet: FF, FA and 08. RGB value is (255,250,8). Sum of RGB (Red+Green+Blue) = 255+250+8=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 250 (98.05% from 255 or 48.73% from 513); Blue value is 8 (3.52% from 255 or 1.56% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA08 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFA08 is #0005F7. Grayscale: #E0E0E0. Windows color (decimal): -1528 or 588543. OLE color: 588543.
HSL color Cylindrical-coordinate representation of color #FFFA08: hue angle of 58.79º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFFA08 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 8 | - |
| CMYK | 0 | 0.02 | 0.97 | 0 |
| HSL | 58.79º | 1% | 0.52% | - |
| HSV(B) | 58.79º | 0.97% | 1% | - |
| XYZ | 75.47 | 89.65 | 13.56 | - |
| YUV | 223.91 | 6.16 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 8 | 0 | 0.02 | 0.97 | 0 | 58.79 | 1 | 0.52 |
| Hex | FF | FA | 8 | 0 | 2 | 61 | 0 | 3B | 64 | 34 |
| Octal | 377 | 372 | 10 | 0 | 2 | 141 | 0 | 73 | 144 | 64 |
| Binary | 11111111 | 11111010 | 1000 | 0 | 10 | 1100001 | 0 | 111011 | 1100100 | 110100 |
Color Harmonies of #FFFA08
Complementary color
Monochromatic Colors of #FFFA08
Black with #FFFA08
Text Example
Text Example
White with #FFFA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFA08; }
p { color: rgb(255,250,8); }
H1.HeaderClassName
{
color: #FFFA08;
}
.AnyTagClassName
{
color: #FFFA08;
}
</style>
background-color css
<style>
a { background-color: #FFFA08; }
a { background-color: rgb(255,250,8); }
div.DivClassName
{
background-color: #FFFA08;
}
.BgClassName
{
background-color: #FFFA08;
}
</style>
border-color css
<style>
span { border-color: #FFFA08; }
span { border-color: rgb(255,250,8); }
td.TdClassName
{
border-color: #FFFA08;
}
.TagClassName
{
border-color: #FFFA08;
}
</style>