Shades of Canary #FFFD8A
Tints of Canary #FFFD8A
RGB
CMYK
RGB Variations
Color information
#FFFD8A (or 0xFFFD8A) is known color: Canary. HEX triplet: FF, FD and 8A. RGB value is (255,253,138). Sum of RGB (Red+Green+Blue) = 255+253+138=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 253 (99.22% from 255 or 39.16% from 646); Blue value is 138 (54.30% from 255 or 21.36% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFD8A is #000275. Grayscale: #F0F0F0. Windows color (decimal): -630 or 9108991. OLE color: 9108991.
HSL color Cylindrical-coordinate representation of color #FFFD8A: hue angle of 58.97º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FFFD8A is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 138 | - |
| CMYK | 0 | 0.01 | 0.46 | 0 |
| HSL | 58.97º | 1% | 0.77% | - |
| HSV(B) | 58.97º | 0.46% | 1% | - |
| XYZ | 80.95 | 93.35 | 37.8 | - |
| YUV | 240.49 | 70.16 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 138 | 0 | 0.01 | 0.46 | 0 | 58.97 | 1 | 0.77 |
| Hex | FF | FD | 8A | 0 | 1 | 2E | 0 | 3B | 64 | 4D |
| Octal | 377 | 375 | 212 | 0 | 1 | 56 | 0 | 73 | 144 | 115 |
| Binary | 11111111 | 11111101 | 10001010 | 0 | 1 | 101110 | 0 | 111011 | 1100100 | 1001101 |
Color Harmonies of #FFFD8A
Complementary color
Monochromatic Colors of #FFFD8A
Black with #FFFD8A
Text Example
Text Example
White with #FFFD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD8A; }
p { color: rgb(255,253,138); }
H1.HeaderClassName
{
color: #FFFD8A;
}
.AnyTagClassName
{
color: #FFFD8A;
}
</style>
background-color css
<style>
a { background-color: #FFFD8A; }
a { background-color: rgb(255,253,138); }
div.DivClassName
{
background-color: #FFFD8A;
}
.BgClassName
{
background-color: #FFFD8A;
}
</style>
border-color css
<style>
span { border-color: #FFFD8A; }
span { border-color: rgb(255,253,138); }
td.TdClassName
{
border-color: #FFFD8A;
}
.TagClassName
{
border-color: #FFFD8A;
}
</style>