Shades of Canary #FEFA9A
Tints of Canary #FEFA9A
RGB
CMYK
RGB Variations
Color information
#FEFA9A (or 0xFEFA9A) is known color: Canary. HEX triplet: FE, FA and 9A. RGB value is (254,250,154). Sum of RGB (Red+Green+Blue) = 254+250+154=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 250 (98.05% from 255 or 37.99% from 658); Blue value is 154 (60.55% from 255 or 23.40% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFA9A is #010565. Grayscale: #F0F0F0. Windows color (decimal): -66918 or 10156798. OLE color: 10156798.
HSL color Cylindrical-coordinate representation of color #FEFA9A: hue angle of 57.6º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FEFA9A is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 154 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.00 |
| HSL | 57.6º | 0.98% | 0.8% | - |
| HSV(B) | 57.6º | 0.39% | 1% | - |
| XYZ | 80.89 | 91.78 | 44.02 | - |
| YUV | 240.25 | 79.33 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 154 | 0 | 0.02 | 0.39 | 0.00 | 57.6 | 0.98 | 0.8 |
| Hex | FE | FA | 9A | 0 | 2 | 27 | 0 | 3A | 62 | 50 |
| Octal | 376 | 372 | 232 | 0 | 2 | 47 | 0 | 72 | 142 | 120 |
| Binary | 11111110 | 11111010 | 10011010 | 0 | 10 | 100111 | 0 | 111010 | 1100010 | 1010000 |
Color Harmonies of #FEFA9A
Complementary color
Monochromatic Colors of #FEFA9A
Black with #FEFA9A
Text Example
Text Example
White with #FEFA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA9A; }
p { color: rgb(254,250,154); }
H1.HeaderClassName
{
color: #FEFA9A;
}
.AnyTagClassName
{
color: #FEFA9A;
}
</style>
background-color css
<style>
a { background-color: #FEFA9A; }
a { background-color: rgb(254,250,154); }
div.DivClassName
{
background-color: #FEFA9A;
}
.BgClassName
{
background-color: #FEFA9A;
}
</style>
border-color css
<style>
span { border-color: #FEFA9A; }
span { border-color: rgb(254,250,154); }
td.TdClassName
{
border-color: #FEFA9A;
}
.TagClassName
{
border-color: #FEFA9A;
}
</style>