Shades of Canary #FFFA9C
Tints of Canary #FFFA9C
RGB
CMYK
RGB Variations
Color information
#FFFA9C (or 0xFFFA9C) is known color: Canary. HEX triplet: FF, FA and 9C. RGB value is (255,250,156). Sum of RGB (Red+Green+Blue) = 255+250+156=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 250 (98.05% from 255 or 37.82% from 661); Blue value is 156 (61.33% from 255 or 23.60% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFA9C is #000563. Grayscale: #F1F1F1. Windows color (decimal): -1380 or 10287871. OLE color: 10287871.
HSL color Cylindrical-coordinate representation of color #FFFA9C: hue angle of 56.97º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFFA9C is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 156 | - |
| CMYK | 0 | 0.02 | 0.39 | 0 |
| HSL | 56.97º | 1% | 0.81% | - |
| HSV(B) | 56.97º | 0.39% | 1% | - |
| XYZ | 81.43 | 92.03 | 44.92 | - |
| YUV | 240.78 | 80.16 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 156 | 0 | 0.02 | 0.39 | 0 | 56.97 | 1 | 0.81 |
| Hex | FF | FA | 9C | 0 | 2 | 27 | 0 | 39 | 64 | 51 |
| Octal | 377 | 372 | 234 | 0 | 2 | 47 | 0 | 71 | 144 | 121 |
| Binary | 11111111 | 11111010 | 10011100 | 0 | 10 | 100111 | 0 | 111001 | 1100100 | 1010001 |
Color Harmonies of #FFFA9C
Complementary color
Monochromatic Colors of #FFFA9C
Black with #FFFA9C
Text Example
Text Example
White with #FFFA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFA9C; }
p { color: rgb(255,250,156); }
H1.HeaderClassName
{
color: #FFFA9C;
}
.AnyTagClassName
{
color: #FFFA9C;
}
</style>
background-color css
<style>
a { background-color: #FFFA9C; }
a { background-color: rgb(255,250,156); }
div.DivClassName
{
background-color: #FFFA9C;
}
.BgClassName
{
background-color: #FFFA9C;
}
</style>
border-color css
<style>
span { border-color: #FFFA9C; }
span { border-color: rgb(255,250,156); }
td.TdClassName
{
border-color: #FFFA9C;
}
.TagClassName
{
border-color: #FFFA9C;
}
</style>