Shades of Canary #FFFD95
Tints of Canary #FFFD95
RGB
CMYK
RGB Variations
Color information
#FFFD95 (or 0xFFFD95) is known color: Canary. HEX triplet: FF, FD and 95. RGB value is (255,253,149). Sum of RGB (Red+Green+Blue) = 255+253+149=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 253 (99.22% from 255 or 38.51% from 657); Blue value is 149 (58.59% from 255 or 22.68% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFD95 is #00026A. Grayscale: #F2F2F2. Windows color (decimal): -619 or 9829887. OLE color: 9829887.
HSL color Cylindrical-coordinate representation of color #FFFD95: hue angle of 58.87º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFFD95 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 149 | - |
| CMYK | 0 | 0.01 | 0.42 | 0 |
| HSL | 58.87º | 1% | 0.79% | - |
| HSV(B) | 58.87º | 0.42% | 1% | - |
| XYZ | 81.79 | 93.68 | 42.21 | - |
| YUV | 241.74 | 75.66 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 149 | 0 | 0.01 | 0.42 | 0 | 58.87 | 1 | 0.79 |
| Hex | FF | FD | 95 | 0 | 1 | 2A | 0 | 3B | 64 | 4F |
| Octal | 377 | 375 | 225 | 0 | 1 | 52 | 0 | 73 | 144 | 117 |
| Binary | 11111111 | 11111101 | 10010101 | 0 | 1 | 101010 | 0 | 111011 | 1100100 | 1001111 |
Color Harmonies of #FFFD95
Complementary color
Monochromatic Colors of #FFFD95
Black with #FFFD95
Text Example
Text Example
White with #FFFD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD95; }
p { color: rgb(255,253,149); }
H1.HeaderClassName
{
color: #FFFD95;
}
.AnyTagClassName
{
color: #FFFD95;
}
</style>
background-color css
<style>
a { background-color: #FFFD95; }
a { background-color: rgb(255,253,149); }
div.DivClassName
{
background-color: #FFFD95;
}
.BgClassName
{
background-color: #FFFD95;
}
</style>
border-color css
<style>
span { border-color: #FFFD95; }
span { border-color: rgb(255,253,149); }
td.TdClassName
{
border-color: #FFFD95;
}
.TagClassName
{
border-color: #FFFD95;
}
</style>