Shades of Canary #F6FEA0
Tints of Canary #F6FEA0
RGB
CMYK
RGB Variations
Color information
#F6FEA0 (or 0xF6FEA0) is known color: Canary. HEX triplet: F6, FE and A0. RGB value is (246,254,160). Sum of RGB (Red+Green+Blue) = 246+254+160=660 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.27% from 660); Green value is 254 (99.61% from 255 or 38.48% from 660); Blue value is 160 (62.89% from 255 or 24.24% from 660); Max value from RGB is 254 - color contains mainly: green. Hex color #F6FEA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6FEA0 is #09015F. Grayscale: #F1F1F1. Windows color (decimal): -590176 or 10551030. OLE color: 10551030.
HSL color Cylindrical-coordinate representation of color #F6FEA0: hue angle of 65.11º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F6FEA0 is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 254 | 160 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.00 |
| HSL | 65.11º | 0.98% | 0.81% | - |
| HSV(B) | 65.11º | 0.37% | 1% | - |
| XYZ | 79.79 | 93.01 | 47.01 | - |
| YUV | 240.89 | 82.35 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 254 | 160 | 0.03 | 0 | 0.37 | 0.00 | 65.11 | 0.98 | 0.81 |
| Hex | F6 | FE | A0 | 3 | 0 | 25 | 0 | 41 | 62 | 51 |
| Octal | 366 | 376 | 240 | 3 | 0 | 45 | 0 | 101 | 142 | 121 |
| Binary | 11110110 | 11111110 | 10100000 | 11 | 0 | 100101 | 0 | 1000001 | 1100010 | 1010001 |
Color Harmonies of #F6FEA0
Complementary color
Monochromatic Colors of #F6FEA0
Black with #F6FEA0
Text Example
Text Example
White with #F6FEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FEA0; }
p { color: rgb(246,254,160); }
H1.HeaderClassName
{
color: #F6FEA0;
}
.AnyTagClassName
{
color: #F6FEA0;
}
</style>
background-color css
<style>
a { background-color: #F6FEA0; }
a { background-color: rgb(246,254,160); }
div.DivClassName
{
background-color: #F6FEA0;
}
.BgClassName
{
background-color: #F6FEA0;
}
</style>
border-color css
<style>
span { border-color: #F6FEA0; }
span { border-color: rgb(246,254,160); }
td.TdClassName
{
border-color: #F6FEA0;
}
.TagClassName
{
border-color: #F6FEA0;
}
</style>