Shades of Golden Tainoi #FDBD55
Tints of Golden Tainoi #FDBD55
RGB
CMYK
RGB Variations
Color information
#FDBD55 (or 0xFDBD55) is known color: Golden Tainoi. HEX triplet: FD, BD and 55. RGB value is (253,189,85). Sum of RGB (Red+Green+Blue) = 253+189+85=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 85 (33.59% from 255 or 16.13% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBD55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDBD55 is #0242AA. Grayscale: #C4C4C4. Windows color (decimal): -148139 or 5619197. OLE color: 5619197.
HSL color Cylindrical-coordinate representation of color #FDBD55: hue angle of 37.14º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FDBD55 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 189 | 85 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.01 |
| HSL | 37.14º | 0.98% | 0.66% | - |
| HSV(B) | 37.14º | 0.66% | 0.99% | - |
| XYZ | 60.35 | 57.93 | 16.6 | - |
| YUV | 196.28 | 65.2 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 189 | 85 | 0 | 0.25 | 0.66 | 0.01 | 37.14 | 0.98 | 0.66 |
| Hex | FD | BD | 55 | 0 | 19 | 42 | 1 | 25 | 62 | 42 |
| Octal | 375 | 275 | 125 | 0 | 31 | 102 | 1 | 45 | 142 | 102 |
| Binary | 11111101 | 10111101 | 1010101 | 0 | 11001 | 1000010 | 1 | 100101 | 1100010 | 1000010 |
Color Harmonies of #FDBD55
Complementary color
Monochromatic Colors of #FDBD55
Black with #FDBD55
Text Example
Text Example
White with #FDBD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBD55; }
p { color: rgb(253,189,85); }
H1.HeaderClassName
{
color: #FDBD55;
}
.AnyTagClassName
{
color: #FDBD55;
}
</style>
background-color css
<style>
a { background-color: #FDBD55; }
a { background-color: rgb(253,189,85); }
div.DivClassName
{
background-color: #FDBD55;
}
.BgClassName
{
background-color: #FDBD55;
}
</style>
border-color css
<style>
span { border-color: #FDBD55; }
span { border-color: rgb(253,189,85); }
td.TdClassName
{
border-color: #FDBD55;
}
.TagClassName
{
border-color: #FDBD55;
}
</style>