Shades of Golden Tainoi #FDBC5E
Tints of Golden Tainoi #FDBC5E
RGB
CMYK
RGB Variations
Color information
#FDBC5E (or 0xFDBC5E) is known color: Golden Tainoi. HEX triplet: FD, BC and 5E. RGB value is (253,188,94). Sum of RGB (Red+Green+Blue) = 253+188+94=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 94 (37.11% from 255 or 17.57% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBC5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDBC5E is #0243A1. Grayscale: #C5C5C5. Windows color (decimal): -148386 or 6208765. OLE color: 6208765.
HSL color Cylindrical-coordinate representation of color #FDBC5E: hue angle of 35.47º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FDBC5E is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 188 | 94 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.01 |
| HSL | 35.47º | 0.98% | 0.68% | - |
| HSV(B) | 35.47º | 0.63% | 0.99% | - |
| XYZ | 60.51 | 57.66 | 18.53 | - |
| YUV | 196.72 | 70.03 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 188 | 94 | 0 | 0.26 | 0.63 | 0.01 | 35.47 | 0.98 | 0.68 |
| Hex | FD | BC | 5E | 0 | 1A | 3F | 1 | 23 | 62 | 44 |
| Octal | 375 | 274 | 136 | 0 | 32 | 77 | 1 | 43 | 142 | 104 |
| Binary | 11111101 | 10111100 | 1011110 | 0 | 11010 | 111111 | 1 | 100011 | 1100010 | 1000100 |
Color Harmonies of #FDBC5E
Complementary color
Monochromatic Colors of #FDBC5E
Black with #FDBC5E
Text Example
Text Example
White with #FDBC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBC5E; }
p { color: rgb(253,188,94); }
H1.HeaderClassName
{
color: #FDBC5E;
}
.AnyTagClassName
{
color: #FDBC5E;
}
</style>
background-color css
<style>
a { background-color: #FDBC5E; }
a { background-color: rgb(253,188,94); }
div.DivClassName
{
background-color: #FDBC5E;
}
.BgClassName
{
background-color: #FDBC5E;
}
</style>
border-color css
<style>
span { border-color: #FDBC5E; }
span { border-color: rgb(253,188,94); }
td.TdClassName
{
border-color: #FDBC5E;
}
.TagClassName
{
border-color: #FDBC5E;
}
</style>