Shades of Canary #F5FE9B
Tints of Canary #F5FE9B
RGB
CMYK
RGB Variations
Color information
#F5FE9B (or 0xF5FE9B) is known color: Canary. HEX triplet: F5, FE and 9B. RGB value is (245,254,155). Sum of RGB (Red+Green+Blue) = 245+254+155=654 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.46% from 654); Green value is 254 (99.61% from 255 or 38.84% from 654); Blue value is 155 (60.94% from 255 or 23.70% from 654); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FE9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FE9B is #0A0164. Grayscale: #F0F0F0. Windows color (decimal): -655717 or 10223349. OLE color: 10223349.
HSL color Cylindrical-coordinate representation of color #F5FE9B: hue angle of 65.45º 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 #F5FE9B is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 254 | 155 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.00 |
| HSL | 65.45º | 0.98% | 0.8% | - |
| HSV(B) | 65.45º | 0.39% | 1% | - |
| XYZ | 79.01 | 92.66 | 44.73 | - |
| YUV | 240.02 | 80.02 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 254 | 155 | 0.04 | 0 | 0.39 | 0.00 | 65.45 | 0.98 | 0.8 |
| Hex | F5 | FE | 9B | 4 | 0 | 27 | 0 | 41 | 62 | 50 |
| Octal | 365 | 376 | 233 | 4 | 0 | 47 | 0 | 101 | 142 | 120 |
| Binary | 11110101 | 11111110 | 10011011 | 100 | 0 | 100111 | 0 | 1000001 | 1100010 | 1010000 |
Color Harmonies of #F5FE9B
Complementary color
Monochromatic Colors of #F5FE9B
Black with #F5FE9B
Text Example
Text Example
White with #F5FE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FE9B; }
p { color: rgb(245,254,155); }
H1.HeaderClassName
{
color: #F5FE9B;
}
.AnyTagClassName
{
color: #F5FE9B;
}
</style>
background-color css
<style>
a { background-color: #F5FE9B; }
a { background-color: rgb(245,254,155); }
div.DivClassName
{
background-color: #F5FE9B;
}
.BgClassName
{
background-color: #F5FE9B;
}
</style>
border-color css
<style>
span { border-color: #F5FE9B; }
span { border-color: rgb(245,254,155); }
td.TdClassName
{
border-color: #F5FE9B;
}
.TagClassName
{
border-color: #F5FE9B;
}
</style>