Shades of Golden Tainoi #FDBD4D
Tints of Golden Tainoi #FDBD4D
RGB
CMYK
RGB Variations
Color information
#FDBD4D (or 0xFDBD4D) is known color: Golden Tainoi. HEX triplet: FD, BD and 4D. RGB value is (253,189,77). Sum of RGB (Red+Green+Blue) = 253+189+77=519 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.75% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 77 (30.47% from 255 or 14.84% from 519); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBD4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDBD4D is #0242B2. Grayscale: #C3C3C3. Windows color (decimal): -148147 or 5094909. OLE color: 5094909.
HSL color Cylindrical-coordinate representation of color #FDBD4D: hue angle of 38.18º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FDBD4D is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 189 | 77 | - |
| CMYK | 0 | 0.25 | 0.70 | 0.01 |
| HSL | 38.18º | 0.98% | 0.65% | - |
| HSV(B) | 38.18º | 0.7% | 0.99% | - |
| XYZ | 60.05 | 57.81 | 15.02 | - |
| YUV | 195.37 | 61.2 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 189 | 77 | 0 | 0.25 | 0.70 | 0.01 | 38.18 | 0.98 | 0.65 |
| Hex | FD | BD | 4D | 0 | 19 | 46 | 1 | 26 | 62 | 41 |
| Octal | 375 | 275 | 115 | 0 | 31 | 106 | 1 | 46 | 142 | 101 |
| Binary | 11111101 | 10111101 | 1001101 | 0 | 11001 | 1000110 | 1 | 100110 | 1100010 | 1000001 |
Color Harmonies of #FDBD4D
Complementary color
Monochromatic Colors of #FDBD4D
Black with #FDBD4D
Text Example
Text Example
White with #FDBD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBD4D; }
p { color: rgb(253,189,77); }
H1.HeaderClassName
{
color: #FDBD4D;
}
.AnyTagClassName
{
color: #FDBD4D;
}
</style>
background-color css
<style>
a { background-color: #FDBD4D; }
a { background-color: rgb(253,189,77); }
div.DivClassName
{
background-color: #FDBD4D;
}
.BgClassName
{
background-color: #FDBD4D;
}
</style>
border-color css
<style>
span { border-color: #FDBD4D; }
span { border-color: rgb(253,189,77); }
td.TdClassName
{
border-color: #FDBD4D;
}
.TagClassName
{
border-color: #FDBD4D;
}
</style>