Shades of Canary #FFFF94
Tints of Canary #FFFF94
RGB
CMYK
RGB Variations
Color information
#FFFF94 (or 0xFFFF94) is known color: Canary. HEX triplet: FF, FF and 94. RGB value is (255,255,148). Sum of RGB (Red+Green+Blue) = 255+255+148=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 148 (58.20% from 255 or 22.49% from 658); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFF94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFF94 is #00006B. Grayscale: #F3F3F3. Windows color (decimal): -108 or 9764863. OLE color: 9764863.
HSL color Cylindrical-coordinate representation of color #FFFF94: hue angle of 60º 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 #FFFF94 is Cyan = 0, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 255 | 148 | - |
| CMYK | 0 | 0 | 0.42 | 0 |
| HSL | 60º | 1% | 0.79% | - |
| HSV(B) | 60º | 0.42% | 1% | - |
| XYZ | 82.35 | 94.92 | 42 | - |
| YUV | 242.8 | 74.5 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 255 | 148 | 0 | 0 | 0.42 | 0 | 60 | 1 | 0.79 |
| Hex | FF | FF | 94 | 0 | 0 | 2A | 0 | 3C | 64 | 4F |
| Octal | 377 | 377 | 224 | 0 | 0 | 52 | 0 | 74 | 144 | 117 |
| Binary | 11111111 | 11111111 | 10010100 | 0 | 0 | 101010 | 0 | 111100 | 1100100 | 1001111 |
Color Harmonies of #FFFF94
Complementary color
Monochromatic Colors of #FFFF94
Black with #FFFF94
Text Example
Text Example
White with #FFFF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFF94; }
p { color: rgb(255,255,148); }
H1.HeaderClassName
{
color: #FFFF94;
}
.AnyTagClassName
{
color: #FFFF94;
}
</style>
background-color css
<style>
a { background-color: #FFFF94; }
a { background-color: rgb(255,255,148); }
div.DivClassName
{
background-color: #FFFF94;
}
.BgClassName
{
background-color: #FFFF94;
}
</style>
border-color css
<style>
span { border-color: #FFFF94; }
span { border-color: rgb(255,255,148); }
td.TdClassName
{
border-color: #FFFF94;
}
.TagClassName
{
border-color: #FFFF94;
}
</style>