Shades of Canary #FFFEA2
Tints of Canary #FFFEA2
RGB
CMYK
RGB Variations
Color information
#FFFEA2 (or 0xFFFEA2) is known color: Canary. HEX triplet: FF, FE and A2. RGB value is (255,254,162). Sum of RGB (Red+Green+Blue) = 255+254+162=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 254 (99.61% from 255 or 37.85% from 671); Blue value is 162 (63.67% from 255 or 24.14% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFEA2 is #00015D. Grayscale: #F4F4F4. Windows color (decimal): -350 or 10682111. OLE color: 10682111.
HSL color Cylindrical-coordinate representation of color #FFFEA2: hue angle of 59.35º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFFEA2 is Cyan = 0, Magento = 0.00, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 162 | - |
| CMYK | 0 | 0.00 | 0.36 | 0 |
| HSL | 59.35º | 1% | 0.82% | - |
| HSV(B) | 59.35º | 0.36% | 1% | - |
| XYZ | 83.2 | 94.75 | 48.09 | - |
| YUV | 243.81 | 81.83 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 162 | 0 | 0.00 | 0.36 | 0 | 59.35 | 1 | 0.82 |
| Hex | FF | FE | A2 | 0 | 0 | 24 | 0 | 3B | 64 | 52 |
| Octal | 377 | 376 | 242 | 0 | 0 | 44 | 0 | 73 | 144 | 122 |
| Binary | 11111111 | 11111110 | 10100010 | 0 | 0 | 100100 | 0 | 111011 | 1100100 | 1010010 |
Color Harmonies of #FFFEA2
Complementary color
Monochromatic Colors of #FFFEA2
Black with #FFFEA2
Text Example
Text Example
White with #FFFEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFEA2; }
p { color: rgb(255,254,162); }
H1.HeaderClassName
{
color: #FFFEA2;
}
.AnyTagClassName
{
color: #FFFEA2;
}
</style>
background-color css
<style>
a { background-color: #FFFEA2; }
a { background-color: rgb(255,254,162); }
div.DivClassName
{
background-color: #FFFEA2;
}
.BgClassName
{
background-color: #FFFEA2;
}
</style>
border-color css
<style>
span { border-color: #FFFEA2; }
span { border-color: rgb(255,254,162); }
td.TdClassName
{
border-color: #FFFEA2;
}
.TagClassName
{
border-color: #FFFEA2;
}
</style>