Shades of Canary #FFFE94
Tints of Canary #FFFE94
RGB
CMYK
RGB Variations
Color information
#FFFE94 (or 0xFFFE94) is known color: Canary. HEX triplet: FF, FE and 94. RGB value is (255,254,148). Sum of RGB (Red+Green+Blue) = 255+254+148=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 254 (99.61% from 255 or 38.66% from 657); Blue value is 148 (58.20% from 255 or 22.53% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFE94 is #00016B. Grayscale: #F2F2F2. Windows color (decimal): -364 or 9764607. OLE color: 9764607.
HSL color Cylindrical-coordinate representation of color #FFFE94: hue angle of 59.44º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFFE94 is Cyan = 0, Magento = 0.00, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 148 | - |
| CMYK | 0 | 0.00 | 0.42 | 0 |
| HSL | 59.44º | 1% | 0.79% | - |
| HSV(B) | 59.44º | 0.42% | 1% | - |
| XYZ | 82.03 | 94.28 | 41.89 | - |
| YUV | 242.22 | 74.83 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 148 | 0 | 0.00 | 0.42 | 0 | 59.44 | 1 | 0.79 |
| Hex | FF | FE | 94 | 0 | 0 | 2A | 0 | 3B | 64 | 4F |
| Octal | 377 | 376 | 224 | 0 | 0 | 52 | 0 | 73 | 144 | 117 |
| Binary | 11111111 | 11111110 | 10010100 | 0 | 0 | 101010 | 0 | 111011 | 1100100 | 1001111 |
Color Harmonies of #FFFE94
Complementary color
Monochromatic Colors of #FFFE94
Black with #FFFE94
Text Example
Text Example
White with #FFFE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFE94; }
p { color: rgb(255,254,148); }
H1.HeaderClassName
{
color: #FFFE94;
}
.AnyTagClassName
{
color: #FFFE94;
}
</style>
background-color css
<style>
a { background-color: #FFFE94; }
a { background-color: rgb(255,254,148); }
div.DivClassName
{
background-color: #FFFE94;
}
.BgClassName
{
background-color: #FFFE94;
}
</style>
border-color css
<style>
span { border-color: #FFFE94; }
span { border-color: rgb(255,254,148); }
td.TdClassName
{
border-color: #FFFE94;
}
.TagClassName
{
border-color: #FFFE94;
}
</style>