Shades of Canary #FDFB9E
Tints of Canary #FDFB9E
RGB
CMYK
RGB Variations
Color information
#FDFB9E (or 0xFDFB9E) is known color: Canary. HEX triplet: FD, FB and 9E. RGB value is (253,251,158). Sum of RGB (Red+Green+Blue) = 253+251+158=662 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.22% from 662); Green value is 251 (98.44% from 255 or 37.92% from 662); Blue value is 158 (62.11% from 255 or 23.87% from 662); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFB9E is #020461. Grayscale: #F1F1F1. Windows color (decimal): -132194 or 10419197. OLE color: 10419197.
HSL color Cylindrical-coordinate representation of color #FDFB9E: hue angle of 58.74º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FDFB9E is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 251 | 158 | - |
CMYK | 0 | 0.01 | 0.38 | 0.01 |
HSL | 58.74º | 0.96% | 0.81% | - |
HSV(B) | 58.74º | 0.38% | 0.99% | - |
XYZ | 81.18 | 92.35 | 45.89 | - |
YUV | 241 | 81.16 | 136.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 251 | 158 | 0 | 0.01 | 0.38 | 0.01 | 58.74 | 0.96 | 0.81 |
Hex | FD | FB | 9E | 0 | 1 | 26 | 1 | 3B | 60 | 51 |
Octal | 375 | 373 | 236 | 0 | 1 | 46 | 1 | 73 | 140 | 121 |
Binary | 11111101 | 11111011 | 10011110 | 0 | 1 | 100110 | 1 | 111011 | 1100000 | 1010001 |
Color Harmonies of #FDFB9E
Complementary color
Monochromatic Colors of #FDFB9E
Black with #FDFB9E
Text Example
Text Example
White with #FDFB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFB9E; }
p { color: rgb(253,251,158); }
H1.HeaderClassName
{
color: #FDFB9E;
}
.AnyTagClassName
{
color: #FDFB9E;
}
</style>
background-color css
<style>
a { background-color: #FDFB9E; }
a { background-color: rgb(253,251,158); }
div.DivClassName
{
background-color: #FDFB9E;
}
.BgClassName
{
background-color: #FDFB9E;
}
</style>
border-color css
<style>
span { border-color: #FDFB9E; }
span { border-color: rgb(253,251,158); }
td.TdClassName
{
border-color: #FDFB9E;
}
.TagClassName
{
border-color: #FDFB9E;
}
</style>