Shades of Canary #FFFEA1
Tints of Canary #FFFEA1
RGB
CMYK
RGB Variations
Color information
#FFFEA1 (or 0xFFFEA1) is known color: Canary. HEX triplet: FF, FE and A1. RGB value is (255,254,161). Sum of RGB (Red+Green+Blue) = 255+254+161=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 254 (99.61% from 255 or 37.91% from 670); Blue value is 161 (63.28% from 255 or 24.03% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFEA1 is #00015E. Grayscale: #F4F4F4. Windows color (decimal): -351 or 10616575. OLE color: 10616575.
HSL color Cylindrical-coordinate representation of color #FFFEA1: hue angle of 59.36º 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 #FFFEA1 is Cyan = 0, Magento = 0.00, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 161 | - |
| CMYK | 0 | 0.00 | 0.37 | 0 |
| HSL | 59.36º | 1% | 0.82% | - |
| HSV(B) | 59.36º | 0.37% | 1% | - |
| XYZ | 83.11 | 94.72 | 47.62 | - |
| YUV | 243.7 | 81.33 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 161 | 0 | 0.00 | 0.37 | 0 | 59.36 | 1 | 0.82 |
| Hex | FF | FE | A1 | 0 | 0 | 25 | 0 | 3B | 64 | 52 |
| Octal | 377 | 376 | 241 | 0 | 0 | 45 | 0 | 73 | 144 | 122 |
| Binary | 11111111 | 11111110 | 10100001 | 0 | 0 | 100101 | 0 | 111011 | 1100100 | 1010010 |
Color Harmonies of #FFFEA1
Complementary color
Monochromatic Colors of #FFFEA1
Black with #FFFEA1
Text Example
Text Example
White with #FFFEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFEA1; }
p { color: rgb(255,254,161); }
H1.HeaderClassName
{
color: #FFFEA1;
}
.AnyTagClassName
{
color: #FFFEA1;
}
</style>
background-color css
<style>
a { background-color: #FFFEA1; }
a { background-color: rgb(255,254,161); }
div.DivClassName
{
background-color: #FFFEA1;
}
.BgClassName
{
background-color: #FFFEA1;
}
</style>
border-color css
<style>
span { border-color: #FFFEA1; }
span { border-color: rgb(255,254,161); }
td.TdClassName
{
border-color: #FFFEA1;
}
.TagClassName
{
border-color: #FFFEA1;
}
</style>