Shades of Canary #FFFA9B
Tints of Canary #FFFA9B
RGB
CMYK
RGB Variations
Color information
#FFFA9B (or 0xFFFA9B) is known color: Canary. HEX triplet: FF, FA and 9B. RGB value is (255,250,155). Sum of RGB (Red+Green+Blue) = 255+250+155=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 250 (98.05% from 255 or 37.88% from 660); Blue value is 155 (60.94% from 255 or 23.48% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFA9B is #000564. Grayscale: #F1F1F1. Windows color (decimal): -1381 or 10222335. OLE color: 10222335.
HSL color Cylindrical-coordinate representation of color #FFFA9B: hue angle of 57º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFFA9B is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 155 | - |
| CMYK | 0 | 0.02 | 0.39 | 0 |
| HSL | 57º | 1% | 0.8% | - |
| HSV(B) | 57º | 0.39% | 1% | - |
| XYZ | 81.34 | 92 | 44.48 | - |
| YUV | 240.67 | 79.66 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 155 | 0 | 0.02 | 0.39 | 0 | 57 | 1 | 0.8 |
| Hex | FF | FA | 9B | 0 | 2 | 27 | 0 | 39 | 64 | 50 |
| Octal | 377 | 372 | 233 | 0 | 2 | 47 | 0 | 71 | 144 | 120 |
| Binary | 11111111 | 11111010 | 10011011 | 0 | 10 | 100111 | 0 | 111001 | 1100100 | 1010000 |
Color Harmonies of #FFFA9B
Complementary color
Monochromatic Colors of #FFFA9B
Black with #FFFA9B
Text Example
Text Example
White with #FFFA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFA9B; }
p { color: rgb(255,250,155); }
H1.HeaderClassName
{
color: #FFFA9B;
}
.AnyTagClassName
{
color: #FFFA9B;
}
</style>
background-color css
<style>
a { background-color: #FFFA9B; }
a { background-color: rgb(255,250,155); }
div.DivClassName
{
background-color: #FFFA9B;
}
.BgClassName
{
background-color: #FFFA9B;
}
</style>
border-color css
<style>
span { border-color: #FFFA9B; }
span { border-color: rgb(255,250,155); }
td.TdClassName
{
border-color: #FFFA9B;
}
.TagClassName
{
border-color: #FFFA9B;
}
</style>