Shades of Golden Tainoi #FDBB50
Tints of Golden Tainoi #FDBB50
RGB
CMYK
RGB Variations
Color information
#FDBB50 (or 0xFDBB50) is known color: Golden Tainoi. HEX triplet: FD, BB and 50. RGB value is (253,187,80). Sum of RGB (Red+Green+Blue) = 253+187+80=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 80 (31.64% from 255 or 15.38% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBB50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDBB50 is #0244AF. Grayscale: #C3C3C3. Windows color (decimal): -148656 or 5291005. OLE color: 5291005.
HSL color Cylindrical-coordinate representation of color #FDBB50: hue angle of 37.11º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FDBB50 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 187 | 80 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.01 |
| HSL | 37.11º | 0.98% | 0.65% | - |
| HSV(B) | 37.11º | 0.68% | 0.99% | - |
| XYZ | 59.73 | 57 | 15.44 | - |
| YUV | 194.54 | 63.37 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 187 | 80 | 0 | 0.26 | 0.68 | 0.01 | 37.11 | 0.98 | 0.65 |
| Hex | FD | BB | 50 | 0 | 1A | 44 | 1 | 25 | 62 | 41 |
| Octal | 375 | 273 | 120 | 0 | 32 | 104 | 1 | 45 | 142 | 101 |
| Binary | 11111101 | 10111011 | 1010000 | 0 | 11010 | 1000100 | 1 | 100101 | 1100010 | 1000001 |
Color Harmonies of #FDBB50
Complementary color
Monochromatic Colors of #FDBB50
Black with #FDBB50
Text Example
Text Example
White with #FDBB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBB50; }
p { color: rgb(253,187,80); }
H1.HeaderClassName
{
color: #FDBB50;
}
.AnyTagClassName
{
color: #FDBB50;
}
</style>
background-color css
<style>
a { background-color: #FDBB50; }
a { background-color: rgb(253,187,80); }
div.DivClassName
{
background-color: #FDBB50;
}
.BgClassName
{
background-color: #FDBB50;
}
</style>
border-color css
<style>
span { border-color: #FDBB50; }
span { border-color: rgb(253,187,80); }
td.TdClassName
{
border-color: #FDBB50;
}
.TagClassName
{
border-color: #FDBB50;
}
</style>