Shades of Canary #F8FEA0
Tints of Canary #F8FEA0
RGB
CMYK
RGB Variations
Color information
#F8FEA0 (or 0xF8FEA0) is known color: Canary. HEX triplet: F8, FE and A0. RGB value is (248,254,160). Sum of RGB (Red+Green+Blue) = 248+254+160=662 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.46% from 662); Green value is 254 (99.61% from 255 or 38.37% from 662); Blue value is 160 (62.89% from 255 or 24.17% from 662); Max value from RGB is 254 - color contains mainly: green. Hex color #F8FEA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FEA0 is #07015F. Grayscale: #F1F1F1. Windows color (decimal): -459104 or 10551032. OLE color: 10551032.
HSL color Cylindrical-coordinate representation of color #F8FEA0: hue angle of 63.83º 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 #F8FEA0 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 254 | 160 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.00 |
| HSL | 63.83º | 0.98% | 0.81% | - |
| HSV(B) | 63.83º | 0.37% | 1% | - |
| XYZ | 80.5 | 93.38 | 47.04 | - |
| YUV | 241.49 | 82.01 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 254 | 160 | 0.02 | 0 | 0.37 | 0.00 | 63.83 | 0.98 | 0.81 |
| Hex | F8 | FE | A0 | 2 | 0 | 25 | 0 | 40 | 62 | 51 |
| Octal | 370 | 376 | 240 | 2 | 0 | 45 | 0 | 100 | 142 | 121 |
| Binary | 11111000 | 11111110 | 10100000 | 10 | 0 | 100101 | 0 | 1000000 | 1100010 | 1010001 |
Color Harmonies of #F8FEA0
Complementary color
Monochromatic Colors of #F8FEA0
Black with #F8FEA0
Text Example
Text Example
White with #F8FEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FEA0; }
p { color: rgb(248,254,160); }
H1.HeaderClassName
{
color: #F8FEA0;
}
.AnyTagClassName
{
color: #F8FEA0;
}
</style>
background-color css
<style>
a { background-color: #F8FEA0; }
a { background-color: rgb(248,254,160); }
div.DivClassName
{
background-color: #F8FEA0;
}
.BgClassName
{
background-color: #F8FEA0;
}
</style>
border-color css
<style>
span { border-color: #F8FEA0; }
span { border-color: rgb(248,254,160); }
td.TdClassName
{
border-color: #F8FEA0;
}
.TagClassName
{
border-color: #F8FEA0;
}
</style>