Shades of Canary #FFFEA0
Tints of Canary #FFFEA0
RGB
CMYK
RGB Variations
Color information
#FFFEA0 (or 0xFFFEA0) is known color: Canary. HEX triplet: FF, FE and A0. RGB value is (255,254,160). Sum of RGB (Red+Green+Blue) = 255+254+160=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 160 (62.89% from 255 or 23.92% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFEA0 is #00015F. Grayscale: #F3F3F3. Windows color (decimal): -352 or 10551039. OLE color: 10551039.
HSL color Cylindrical-coordinate representation of color #FFFEA0: hue angle of 59.37º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFFEA0 is Cyan = 0, Magento = 0.00, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 160 | - |
| CMYK | 0 | 0.00 | 0.37 | 0 |
| HSL | 59.37º | 1% | 0.81% | - |
| HSV(B) | 59.37º | 0.37% | 1% | - |
| XYZ | 83.03 | 94.68 | 47.16 | - |
| YUV | 243.58 | 80.83 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 160 | 0 | 0.00 | 0.37 | 0 | 59.37 | 1 | 0.81 |
| Hex | FF | FE | A0 | 0 | 0 | 25 | 0 | 3B | 64 | 51 |
| Octal | 377 | 376 | 240 | 0 | 0 | 45 | 0 | 73 | 144 | 121 |
| Binary | 11111111 | 11111110 | 10100000 | 0 | 0 | 100101 | 0 | 111011 | 1100100 | 1010001 |
Color Harmonies of #FFFEA0
Complementary color
Monochromatic Colors of #FFFEA0
Black with #FFFEA0
Text Example
Text Example
White with #FFFEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFEA0; }
p { color: rgb(255,254,160); }
H1.HeaderClassName
{
color: #FFFEA0;
}
.AnyTagClassName
{
color: #FFFEA0;
}
</style>
background-color css
<style>
a { background-color: #FFFEA0; }
a { background-color: rgb(255,254,160); }
div.DivClassName
{
background-color: #FFFEA0;
}
.BgClassName
{
background-color: #FFFEA0;
}
</style>
border-color css
<style>
span { border-color: #FFFEA0; }
span { border-color: rgb(255,254,160); }
td.TdClassName
{
border-color: #FFFEA0;
}
.TagClassName
{
border-color: #FFFEA0;
}
</style>