Shades of Canary #FEFDA2
Tints of Canary #FEFDA2
RGB
CMYK
RGB Variations
Color information
#FEFDA2 (or 0xFEFDA2) is known color: Canary. HEX triplet: FE, FD and A2. RGB value is (254,253,162). Sum of RGB (Red+Green+Blue) = 254+253+162=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 253 (99.22% from 255 or 37.82% from 669); Blue value is 162 (63.67% from 255 or 24.22% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFDA2 is #01025D. Grayscale: #F3F3F3. Windows color (decimal): -66142 or 10681854. OLE color: 10681854.
HSL color Cylindrical-coordinate representation of color #FEFDA2: hue angle of 59.35º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FEFDA2 is Cyan = 0, Magento = 0.00, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 162 | - |
| CMYK | 0 | 0.00 | 0.36 | 0.00 |
| HSL | 59.35º | 0.98% | 0.82% | - |
| HSV(B) | 59.35º | 0.36% | 1% | - |
| XYZ | 82.52 | 93.93 | 47.96 | - |
| YUV | 242.93 | 82.33 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 162 | 0 | 0.00 | 0.36 | 0.00 | 59.35 | 0.98 | 0.82 |
| Hex | FE | FD | A2 | 0 | 0 | 24 | 0 | 3B | 62 | 52 |
| Octal | 376 | 375 | 242 | 0 | 0 | 44 | 0 | 73 | 142 | 122 |
| Binary | 11111110 | 11111101 | 10100010 | 0 | 0 | 100100 | 0 | 111011 | 1100010 | 1010010 |
Color Harmonies of #FEFDA2
Complementary color
Monochromatic Colors of #FEFDA2
Black with #FEFDA2
Text Example
Text Example
White with #FEFDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFDA2; }
p { color: rgb(254,253,162); }
H1.HeaderClassName
{
color: #FEFDA2;
}
.AnyTagClassName
{
color: #FEFDA2;
}
</style>
background-color css
<style>
a { background-color: #FEFDA2; }
a { background-color: rgb(254,253,162); }
div.DivClassName
{
background-color: #FEFDA2;
}
.BgClassName
{
background-color: #FEFDA2;
}
</style>
border-color css
<style>
span { border-color: #FEFDA2; }
span { border-color: rgb(254,253,162); }
td.TdClassName
{
border-color: #FEFDA2;
}
.TagClassName
{
border-color: #FEFDA2;
}
</style>