Shades of Canary #FEFFA0
Tints of Canary #FEFFA0
RGB
CMYK
RGB Variations
Color information
#FEFFA0 (or 0xFEFFA0) is known color: Canary. HEX triplet: FE, FF and A0. RGB value is (254,255,160). Sum of RGB (Red+Green+Blue) = 254+255+160=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 160 (62.89% from 255 or 23.92% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFFA0 is #01005F. Grayscale: #F4F4F4. Windows color (decimal): -65632 or 10551294. OLE color: 10551294.
HSL color Cylindrical-coordinate representation of color #FEFFA0: hue angle of 60.63º 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 #FEFFA0 is Cyan = 0.00, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 160 | - |
| CMYK | 0.00 | 0 | 0.37 | 0 |
| HSL | 60.63º | 1% | 0.81% | - |
| HSV(B) | 60.63º | 0.37% | 1% | - |
| XYZ | 82.98 | 95.13 | 47.25 | - |
| YUV | 243.87 | 80.67 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 160 | 0.00 | 0 | 0.37 | 0 | 60.63 | 1 | 0.81 |
| Hex | FE | FF | A0 | 0 | 0 | 25 | 0 | 3D | 64 | 51 |
| Octal | 376 | 377 | 240 | 0 | 0 | 45 | 0 | 75 | 144 | 121 |
| Binary | 11111110 | 11111111 | 10100000 | 0 | 0 | 100101 | 0 | 111101 | 1100100 | 1010001 |
Color Harmonies of #FEFFA0
Complementary color
Monochromatic Colors of #FEFFA0
Black with #FEFFA0
Text Example
Text Example
White with #FEFFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFFA0; }
p { color: rgb(254,255,160); }
H1.HeaderClassName
{
color: #FEFFA0;
}
.AnyTagClassName
{
color: #FEFFA0;
}
</style>
background-color css
<style>
a { background-color: #FEFFA0; }
a { background-color: rgb(254,255,160); }
div.DivClassName
{
background-color: #FEFFA0;
}
.BgClassName
{
background-color: #FEFFA0;
}
</style>
border-color css
<style>
span { border-color: #FEFFA0; }
span { border-color: rgb(254,255,160); }
td.TdClassName
{
border-color: #FEFFA0;
}
.TagClassName
{
border-color: #FEFFA0;
}
</style>