Shades of Canary #FDFB9A
Tints of Canary #FDFB9A
RGB
CMYK
RGB Variations
Color information
#FDFB9A (or 0xFDFB9A) is known color: Canary. HEX triplet: FD, FB and 9A. RGB value is (253,251,154). Sum of RGB (Red+Green+Blue) = 253+251+154=658 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.45% from 658); Green value is 251 (98.44% from 255 or 38.15% from 658); Blue value is 154 (60.55% from 255 or 23.40% from 658); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFB9A is #020465. Grayscale: #F0F0F0. Windows color (decimal): -132198 or 10157053. OLE color: 10157053.
HSL color Cylindrical-coordinate representation of color #FDFB9A: hue angle of 58.79º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FDFB9A is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 251 | 154 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.01 |
| HSL | 58.79º | 0.96% | 0.8% | - |
| HSV(B) | 58.79º | 0.39% | 0.99% | - |
| XYZ | 80.84 | 92.21 | 44.11 | - |
| YUV | 240.54 | 79.16 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 251 | 154 | 0 | 0.01 | 0.39 | 0.01 | 58.79 | 0.96 | 0.8 |
| Hex | FD | FB | 9A | 0 | 1 | 27 | 1 | 3B | 60 | 50 |
| Octal | 375 | 373 | 232 | 0 | 1 | 47 | 1 | 73 | 140 | 120 |
| Binary | 11111101 | 11111011 | 10011010 | 0 | 1 | 100111 | 1 | 111011 | 1100000 | 1010000 |
Color Harmonies of #FDFB9A
Complementary color
Monochromatic Colors of #FDFB9A
Black with #FDFB9A
Text Example
Text Example
White with #FDFB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFB9A; }
p { color: rgb(253,251,154); }
H1.HeaderClassName
{
color: #FDFB9A;
}
.AnyTagClassName
{
color: #FDFB9A;
}
</style>
background-color css
<style>
a { background-color: #FDFB9A; }
a { background-color: rgb(253,251,154); }
div.DivClassName
{
background-color: #FDFB9A;
}
.BgClassName
{
background-color: #FDFB9A;
}
</style>
border-color css
<style>
span { border-color: #FDFB9A; }
span { border-color: rgb(253,251,154); }
td.TdClassName
{
border-color: #FDFB9A;
}
.TagClassName
{
border-color: #FDFB9A;
}
</style>