Shades of Golden Tainoi #FDBD52
Tints of Golden Tainoi #FDBD52
RGB
CMYK
RGB Variations
Color information
#FDBD52 (or 0xFDBD52) is known color: Golden Tainoi. HEX triplet: FD, BD and 52. RGB value is (253,189,82). Sum of RGB (Red+Green+Blue) = 253+189+82=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 82 (32.42% from 255 or 15.65% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBD52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDBD52 is #0242AD. Grayscale: #C4C4C4. Windows color (decimal): -148142 or 5422589. OLE color: 5422589.
HSL color Cylindrical-coordinate representation of color #FDBD52: hue angle of 37.54º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FDBD52 is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 189 | 82 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.01 |
| HSL | 37.54º | 0.98% | 0.66% | - |
| HSV(B) | 37.54º | 0.68% | 0.99% | - |
| XYZ | 60.23 | 57.89 | 15.98 | - |
| YUV | 195.94 | 63.7 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 189 | 82 | 0 | 0.25 | 0.68 | 0.01 | 37.54 | 0.98 | 0.66 |
| Hex | FD | BD | 52 | 0 | 19 | 44 | 1 | 26 | 62 | 42 |
| Octal | 375 | 275 | 122 | 0 | 31 | 104 | 1 | 46 | 142 | 102 |
| Binary | 11111101 | 10111101 | 1010010 | 0 | 11001 | 1000100 | 1 | 100110 | 1100010 | 1000010 |
Color Harmonies of #FDBD52
Complementary color
Monochromatic Colors of #FDBD52
Black with #FDBD52
Text Example
Text Example
White with #FDBD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBD52; }
p { color: rgb(253,189,82); }
H1.HeaderClassName
{
color: #FDBD52;
}
.AnyTagClassName
{
color: #FDBD52;
}
</style>
background-color css
<style>
a { background-color: #FDBD52; }
a { background-color: rgb(253,189,82); }
div.DivClassName
{
background-color: #FDBD52;
}
.BgClassName
{
background-color: #FDBD52;
}
</style>
border-color css
<style>
span { border-color: #FDBD52; }
span { border-color: rgb(253,189,82); }
td.TdClassName
{
border-color: #FDBD52;
}
.TagClassName
{
border-color: #FDBD52;
}
</style>