Shades of Yellow #FFFF0A
Tints of Yellow #FFFF0A
RGB
CMYK
RGB Variations
Color information
#FFFF0A (or 0xFFFF0A) is known color: Yellow. HEX triplet: FF, FF and 0A. RGB value is (255,255,10). Sum of RGB (Red+Green+Blue) = 255+255+10=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 10 (4.30% from 255 or 1.92% from 520); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFF0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFF0A is #0000F5. Grayscale: #E4E4E4. Windows color (decimal): -246 or 720895. OLE color: 720895.
HSL color Cylindrical-coordinate representation of color #FFFF0A: hue angle of 60º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFFF0A is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 255 | 10 | - |
| CMYK | 0 | 0 | 0.96 | 0 |
| HSL | 60º | 1% | 0.52% | - |
| HSV(B) | 60º | 0.96% | 1% | - |
| XYZ | 77.05 | 92.8 | 14.14 | - |
| YUV | 227.07 | 5.5 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 255 | 10 | 0 | 0 | 0.96 | 0 | 60 | 1 | 0.52 |
| Hex | FF | FF | A | 0 | 0 | 60 | 0 | 3C | 64 | 34 |
| Octal | 377 | 377 | 12 | 0 | 0 | 140 | 0 | 74 | 144 | 64 |
| Binary | 11111111 | 11111111 | 1010 | 0 | 0 | 1100000 | 0 | 111100 | 1100100 | 110100 |
Color Harmonies of #FFFF0A
Complementary color
Monochromatic Colors of #FFFF0A
Black with #FFFF0A
Text Example
Text Example
White with #FFFF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFF0A; }
p { color: rgb(255,255,10); }
H1.HeaderClassName
{
color: #FFFF0A;
}
.AnyTagClassName
{
color: #FFFF0A;
}
</style>
background-color css
<style>
a { background-color: #FFFF0A; }
a { background-color: rgb(255,255,10); }
div.DivClassName
{
background-color: #FFFF0A;
}
.BgClassName
{
background-color: #FFFF0A;
}
</style>
border-color css
<style>
span { border-color: #FFFF0A; }
span { border-color: rgb(255,255,10); }
td.TdClassName
{
border-color: #FFFF0A;
}
.TagClassName
{
border-color: #FFFF0A;
}
</style>