Shades of Canary #FBFA9B
Tints of Canary #FBFA9B
RGB
CMYK
RGB Variations
Color information
#FBFA9B (or 0xFBFA9B) is known color: Canary. HEX triplet: FB, FA and 9B. RGB value is (251,250,155). Sum of RGB (Red+Green+Blue) = 251+250+155=656 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.26% from 656); Green value is 250 (98.05% from 255 or 38.11% from 656); Blue value is 155 (60.94% from 255 or 23.63% from 656); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFA9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFA9B is #040564. Grayscale: #EFEFEF. Windows color (decimal): -263525 or 10222331. OLE color: 10222331.
HSL color Cylindrical-coordinate representation of color #FBFA9B: hue angle of 59.38º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FBFA9B is Cyan = 0, Magento = 0.00, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 250 | 155 | - |
| CMYK | 0 | 0.00 | 0.38 | 0.02 |
| HSL | 59.38º | 0.92% | 0.8% | - |
| HSV(B) | 59.38º | 0.38% | 0.98% | - |
| XYZ | 79.89 | 91.25 | 44.41 | - |
| YUV | 239.47 | 80.33 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 250 | 155 | 0 | 0.00 | 0.38 | 0.02 | 59.38 | 0.92 | 0.8 |
| Hex | FB | FA | 9B | 0 | 0 | 26 | 2 | 3B | 5C | 50 |
| Octal | 373 | 372 | 233 | 0 | 0 | 46 | 2 | 73 | 134 | 120 |
| Binary | 11111011 | 11111010 | 10011011 | 0 | 0 | 100110 | 10 | 111011 | 1011100 | 1010000 |
Color Harmonies of #FBFA9B
Complementary color
Monochromatic Colors of #FBFA9B
Black with #FBFA9B
Text Example
Text Example
White with #FBFA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFA9B; }
p { color: rgb(251,250,155); }
H1.HeaderClassName
{
color: #FBFA9B;
}
.AnyTagClassName
{
color: #FBFA9B;
}
</style>
background-color css
<style>
a { background-color: #FBFA9B; }
a { background-color: rgb(251,250,155); }
div.DivClassName
{
background-color: #FBFA9B;
}
.BgClassName
{
background-color: #FBFA9B;
}
</style>
border-color css
<style>
span { border-color: #FBFA9B; }
span { border-color: rgb(251,250,155); }
td.TdClassName
{
border-color: #FBFA9B;
}
.TagClassName
{
border-color: #FBFA9B;
}
</style>