Shades of Golden Tainoi #F9BB53
Tints of Golden Tainoi #F9BB53
RGB
CMYK
RGB Variations
Color information
#F9BB53 (or 0xF9BB53) is known color: Golden Tainoi. HEX triplet: F9, BB and 53. RGB value is (249,187,83). Sum of RGB (Red+Green+Blue) = 249+187+83=519 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.98% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 83 (32.81% from 255 or 15.99% from 519); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BB53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9BB53 is #0644AC. Grayscale: #C2C2C2. Windows color (decimal): -410797 or 5487609. OLE color: 5487609.
HSL color Cylindrical-coordinate representation of color #F9BB53: hue angle of 37.59º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F9BB53 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 187 | 83 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.02 |
| HSL | 37.59º | 0.93% | 0.65% | - |
| HSV(B) | 37.59º | 0.67% | 0.98% | - |
| XYZ | 58.4 | 56.3 | 15.97 | - |
| YUV | 193.68 | 65.54 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 187 | 83 | 0 | 0.25 | 0.67 | 0.02 | 37.59 | 0.93 | 0.65 |
| Hex | F9 | BB | 53 | 0 | 19 | 43 | 2 | 26 | 5D | 41 |
| Octal | 371 | 273 | 123 | 0 | 31 | 103 | 2 | 46 | 135 | 101 |
| Binary | 11111001 | 10111011 | 1010011 | 0 | 11001 | 1000011 | 10 | 100110 | 1011101 | 1000001 |
Color Harmonies of #F9BB53
Complementary color
Monochromatic Colors of #F9BB53
Black with #F9BB53
Text Example
Text Example
White with #F9BB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BB53; }
p { color: rgb(249,187,83); }
H1.HeaderClassName
{
color: #F9BB53;
}
.AnyTagClassName
{
color: #F9BB53;
}
</style>
background-color css
<style>
a { background-color: #F9BB53; }
a { background-color: rgb(249,187,83); }
div.DivClassName
{
background-color: #F9BB53;
}
.BgClassName
{
background-color: #F9BB53;
}
</style>
border-color css
<style>
span { border-color: #F9BB53; }
span { border-color: rgb(249,187,83); }
td.TdClassName
{
border-color: #F9BB53;
}
.TagClassName
{
border-color: #F9BB53;
}
</style>