Shades of Golden Tainoi #FDBD5A
Tints of Golden Tainoi #FDBD5A
RGB
CMYK
RGB Variations
Color information
#FDBD5A (or 0xFDBD5A) is known color: Golden Tainoi. HEX triplet: FD, BD and 5A. RGB value is (253,189,90). Sum of RGB (Red+Green+Blue) = 253+189+90=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 90 (35.55% from 255 or 16.92% from 532); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBD5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDBD5A is #0242A5. Grayscale: #C5C5C5. Windows color (decimal): -148134 or 5946877. OLE color: 5946877.
HSL color Cylindrical-coordinate representation of color #FDBD5A: hue angle of 36.44º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDBD5A is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 189 | 90 | - |
| CMYK | 0 | 0.25 | 0.64 | 0.01 |
| HSL | 36.44º | 0.98% | 0.67% | - |
| HSV(B) | 36.44º | 0.64% | 0.99% | - |
| XYZ | 60.55 | 58.02 | 17.68 | - |
| YUV | 196.85 | 67.7 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 189 | 90 | 0 | 0.25 | 0.64 | 0.01 | 36.44 | 0.98 | 0.67 |
| Hex | FD | BD | 5A | 0 | 19 | 40 | 1 | 24 | 62 | 43 |
| Octal | 375 | 275 | 132 | 0 | 31 | 100 | 1 | 44 | 142 | 103 |
| Binary | 11111101 | 10111101 | 1011010 | 0 | 11001 | 1000000 | 1 | 100100 | 1100010 | 1000011 |
Color Harmonies of #FDBD5A
Complementary color
Monochromatic Colors of #FDBD5A
Black with #FDBD5A
Text Example
Text Example
White with #FDBD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBD5A; }
p { color: rgb(253,189,90); }
H1.HeaderClassName
{
color: #FDBD5A;
}
.AnyTagClassName
{
color: #FDBD5A;
}
</style>
background-color css
<style>
a { background-color: #FDBD5A; }
a { background-color: rgb(253,189,90); }
div.DivClassName
{
background-color: #FDBD5A;
}
.BgClassName
{
background-color: #FDBD5A;
}
</style>
border-color css
<style>
span { border-color: #FDBD5A; }
span { border-color: rgb(253,189,90); }
td.TdClassName
{
border-color: #FDBD5A;
}
.TagClassName
{
border-color: #FDBD5A;
}
</style>