Shades of Canary #FFFFA1
Tints of Canary #FFFFA1
RGB
CMYK
RGB Variations
Color information
#FFFFA1 (or 0xFFFFA1) is known color: Canary. HEX triplet: FF, FF and A1. RGB value is (255,255,161). Sum of RGB (Red+Green+Blue) = 255+255+161=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 161 (63.28% from 255 or 23.99% from 671); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFFA1 is #00005E. Grayscale: #F4F4F4. Windows color (decimal): -95 or 10616831. OLE color: 10616831.
HSL color Cylindrical-coordinate representation of color #FFFFA1: hue angle of 60º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFFFA1 is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 255 | 161 | - |
| CMYK | 0 | 0 | 0.37 | 0 |
| HSL | 60º | 1% | 0.82% | - |
| HSV(B) | 60º | 0.37% | 1% | - |
| XYZ | 83.43 | 95.35 | 47.73 | - |
| YUV | 244.28 | 81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 255 | 161 | 0 | 0 | 0.37 | 0 | 60 | 1 | 0.82 |
| Hex | FF | FF | A1 | 0 | 0 | 25 | 0 | 3C | 64 | 52 |
| Octal | 377 | 377 | 241 | 0 | 0 | 45 | 0 | 74 | 144 | 122 |
| Binary | 11111111 | 11111111 | 10100001 | 0 | 0 | 100101 | 0 | 111100 | 1100100 | 1010010 |
Color Harmonies of #FFFFA1
Complementary color
Monochromatic Colors of #FFFFA1
Black with #FFFFA1
Text Example
Text Example
White with #FFFFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFFA1; }
p { color: rgb(255,255,161); }
H1.HeaderClassName
{
color: #FFFFA1;
}
.AnyTagClassName
{
color: #FFFFA1;
}
</style>
background-color css
<style>
a { background-color: #FFFFA1; }
a { background-color: rgb(255,255,161); }
div.DivClassName
{
background-color: #FFFFA1;
}
.BgClassName
{
background-color: #FFFFA1;
}
</style>
border-color css
<style>
span { border-color: #FFFFA1; }
span { border-color: rgb(255,255,161); }
td.TdClassName
{
border-color: #FFFFA1;
}
.TagClassName
{
border-color: #FFFFA1;
}
</style>