Shades of Canary #FFFA93
Tints of Canary #FFFA93
RGB
CMYK
RGB Variations
Color information
#FFFA93 (or 0xFFFA93) is known color: Canary. HEX triplet: FF, FA and 93. RGB value is (255,250,147). Sum of RGB (Red+Green+Blue) = 255+250+147=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 250 (98.05% from 255 or 38.34% from 652); Blue value is 147 (57.81% from 255 or 22.55% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA93 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFA93 is #00056C. Grayscale: #F0F0F0. Windows color (decimal): -1389 or 9698047. OLE color: 9698047.
HSL color Cylindrical-coordinate representation of color #FFFA93: hue angle of 57.22º 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 #FFFA93 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 147 | - |
| CMYK | 0 | 0.02 | 0.42 | 0 |
| HSL | 57.22º | 1% | 0.79% | - |
| HSV(B) | 57.22º | 0.42% | 1% | - |
| XYZ | 80.69 | 91.74 | 41.06 | - |
| YUV | 239.75 | 75.66 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 147 | 0 | 0.02 | 0.42 | 0 | 57.22 | 1 | 0.79 |
| Hex | FF | FA | 93 | 0 | 2 | 2A | 0 | 39 | 64 | 4F |
| Octal | 377 | 372 | 223 | 0 | 2 | 52 | 0 | 71 | 144 | 117 |
| Binary | 11111111 | 11111010 | 10010011 | 0 | 10 | 101010 | 0 | 111001 | 1100100 | 1001111 |
Color Harmonies of #FFFA93
Complementary color
Monochromatic Colors of #FFFA93
Black with #FFFA93
Text Example
Text Example
White with #FFFA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFA93; }
p { color: rgb(255,250,147); }
H1.HeaderClassName
{
color: #FFFA93;
}
.AnyTagClassName
{
color: #FFFA93;
}
</style>
background-color css
<style>
a { background-color: #FFFA93; }
a { background-color: rgb(255,250,147); }
div.DivClassName
{
background-color: #FFFA93;
}
.BgClassName
{
background-color: #FFFA93;
}
</style>
border-color css
<style>
span { border-color: #FFFA93; }
span { border-color: rgb(255,250,147); }
td.TdClassName
{
border-color: #FFFA93;
}
.TagClassName
{
border-color: #FFFA93;
}
</style>