Shades of Canary #FDFB93
Tints of Canary #FDFB93
RGB
CMYK
RGB Variations
Color information
#FDFB93 (or 0xFDFB93) is known color: Canary. HEX triplet: FD, FB and 93. RGB value is (253,251,147). Sum of RGB (Red+Green+Blue) = 253+251+147=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 251 (98.44% from 255 or 38.56% from 651); Blue value is 147 (57.81% from 255 or 22.58% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB93 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFB93 is #02046C. Grayscale: #F0F0F0. Windows color (decimal): -132205 or 9698301. OLE color: 9698301.
HSL color Cylindrical-coordinate representation of color #FDFB93: hue angle of 58.87º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FDFB93 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 251 | 147 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.01 |
| HSL | 58.87º | 0.96% | 0.78% | - |
| HSV(B) | 58.87º | 0.42% | 0.99% | - |
| XYZ | 80.27 | 91.98 | 41.13 | - |
| YUV | 239.74 | 75.66 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 251 | 147 | 0 | 0.01 | 0.42 | 0.01 | 58.87 | 0.96 | 0.78 |
| Hex | FD | FB | 93 | 0 | 1 | 2A | 1 | 3B | 60 | 4E |
| Octal | 375 | 373 | 223 | 0 | 1 | 52 | 1 | 73 | 140 | 116 |
| Binary | 11111101 | 11111011 | 10010011 | 0 | 1 | 101010 | 1 | 111011 | 1100000 | 1001110 |
Color Harmonies of #FDFB93
Complementary color
Monochromatic Colors of #FDFB93
Black with #FDFB93
Text Example
Text Example
White with #FDFB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFB93; }
p { color: rgb(253,251,147); }
H1.HeaderClassName
{
color: #FDFB93;
}
.AnyTagClassName
{
color: #FDFB93;
}
</style>
background-color css
<style>
a { background-color: #FDFB93; }
a { background-color: rgb(253,251,147); }
div.DivClassName
{
background-color: #FDFB93;
}
.BgClassName
{
background-color: #FDFB93;
}
</style>
border-color css
<style>
span { border-color: #FDFB93; }
span { border-color: rgb(253,251,147); }
td.TdClassName
{
border-color: #FDFB93;
}
.TagClassName
{
border-color: #FDFB93;
}
</style>