Shades of Canary #FEFFA2
Tints of Canary #FEFFA2
RGB
CMYK
RGB Variations
Color information
#FEFFA2 (or 0xFEFFA2) is known color: Canary. HEX triplet: FE, FF and A2. RGB value is (254,255,162). Sum of RGB (Red+Green+Blue) = 254+255+162=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 162 (63.67% from 255 or 24.14% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFFA2 is #01005D. Grayscale: #F4F4F4. Windows color (decimal): -65630 or 10682366. OLE color: 10682366.
HSL color Cylindrical-coordinate representation of color #FEFFA2: hue angle of 60.65º 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 #FEFFA2 is Cyan = 0.00, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 162 | - |
| CMYK | 0.00 | 0 | 0.36 | 0 |
| HSL | 60.65º | 1% | 0.82% | - |
| HSV(B) | 60.65º | 0.36% | 1% | - |
| XYZ | 83.15 | 95.2 | 48.18 | - |
| YUV | 244.1 | 81.67 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 162 | 0.00 | 0 | 0.36 | 0 | 60.65 | 1 | 0.82 |
| Hex | FE | FF | A2 | 0 | 0 | 24 | 0 | 3D | 64 | 52 |
| Octal | 376 | 377 | 242 | 0 | 0 | 44 | 0 | 75 | 144 | 122 |
| Binary | 11111110 | 11111111 | 10100010 | 0 | 0 | 100100 | 0 | 111101 | 1100100 | 1010010 |
Color Harmonies of #FEFFA2
Complementary color
Monochromatic Colors of #FEFFA2
Black with #FEFFA2
Text Example
Text Example
White with #FEFFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFFA2; }
p { color: rgb(254,255,162); }
H1.HeaderClassName
{
color: #FEFFA2;
}
.AnyTagClassName
{
color: #FEFFA2;
}
</style>
background-color css
<style>
a { background-color: #FEFFA2; }
a { background-color: rgb(254,255,162); }
div.DivClassName
{
background-color: #FEFFA2;
}
.BgClassName
{
background-color: #FEFFA2;
}
</style>
border-color css
<style>
span { border-color: #FEFFA2; }
span { border-color: rgb(254,255,162); }
td.TdClassName
{
border-color: #FEFFA2;
}
.TagClassName
{
border-color: #FEFFA2;
}
</style>