Shades of Golden Tainoi #FBC749
Tints of Golden Tainoi #FBC749
RGB
CMYK
RGB Variations
Color information
#FBC749 (or 0xFBC749) is known color: Golden Tainoi. HEX triplet: FB, C7 and 49. RGB value is (251,199,73). Sum of RGB (Red+Green+Blue) = 251+199+73=523 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.99% from 523); Green value is 199 (78.12% from 255 or 38.05% from 523); Blue value is 73 (28.91% from 255 or 13.96% from 523); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC749 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC749 is #0438B6. Grayscale: #C8C8C8. Windows color (decimal): -276663 or 4835323. OLE color: 4835323.
HSL color Cylindrical-coordinate representation of color #FBC749: hue angle of 42.47º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FBC749 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 199 | 73 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.02 |
| HSL | 42.47º | 0.96% | 0.64% | - |
| HSV(B) | 42.47º | 0.71% | 0.98% | - |
| XYZ | 61.41 | 61.84 | 15 | - |
| YUV | 200.18 | 56.23 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 199 | 73 | 0 | 0.21 | 0.71 | 0.02 | 42.47 | 0.96 | 0.64 |
| Hex | FB | C7 | 49 | 0 | 15 | 47 | 2 | 2A | 60 | 40 |
| Octal | 373 | 307 | 111 | 0 | 25 | 107 | 2 | 52 | 140 | 100 |
| Binary | 11111011 | 11000111 | 1001001 | 0 | 10101 | 1000111 | 10 | 101010 | 1100000 | 1000000 |
Color Harmonies of #FBC749
Complementary color
Monochromatic Colors of #FBC749
Black with #FBC749
Text Example
Text Example
White with #FBC749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC749; }
p { color: rgb(251,199,73); }
H1.HeaderClassName
{
color: #FBC749;
}
.AnyTagClassName
{
color: #FBC749;
}
</style>
background-color css
<style>
a { background-color: #FBC749; }
a { background-color: rgb(251,199,73); }
div.DivClassName
{
background-color: #FBC749;
}
.BgClassName
{
background-color: #FBC749;
}
</style>
border-color css
<style>
span { border-color: #FBC749; }
span { border-color: rgb(251,199,73); }
td.TdClassName
{
border-color: #FBC749;
}
.TagClassName
{
border-color: #FBC749;
}
</style>