Shades of Golden Tainoi #FBC545
Tints of Golden Tainoi #FBC545
RGB
CMYK
RGB Variations
Color information
#FBC545 (or 0xFBC545) is known color: Golden Tainoi. HEX triplet: FB, C5 and 45. RGB value is (251,197,69). Sum of RGB (Red+Green+Blue) = 251+197+69=517 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.55% from 517); Green value is 197 (77.34% from 255 or 38.10% from 517); Blue value is 69 (27.34% from 255 or 13.35% from 517); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC545 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC545 is #043ABA. Grayscale: #C7C7C7. Windows color (decimal): -277179 or 4572667. OLE color: 4572667.
HSL color Cylindrical-coordinate representation of color #FBC545: hue angle of 42.2º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FBC545 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 197 | 69 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.02 |
| HSL | 42.2º | 0.96% | 0.63% | - |
| HSV(B) | 42.2º | 0.73% | 0.98% | - |
| XYZ | 60.82 | 60.87 | 14.17 | - |
| YUV | 198.55 | 54.89 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 197 | 69 | 0 | 0.22 | 0.73 | 0.02 | 42.2 | 0.96 | 0.63 |
| Hex | FB | C5 | 45 | 0 | 16 | 49 | 2 | 2A | 60 | 3F |
| Octal | 373 | 305 | 105 | 0 | 26 | 111 | 2 | 52 | 140 | 77 |
| Binary | 11111011 | 11000101 | 1000101 | 0 | 10110 | 1001001 | 10 | 101010 | 1100000 | 111111 |
Color Harmonies of #FBC545
Complementary color
Monochromatic Colors of #FBC545
Black with #FBC545
Text Example
Text Example
White with #FBC545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC545; }
p { color: rgb(251,197,69); }
H1.HeaderClassName
{
color: #FBC545;
}
.AnyTagClassName
{
color: #FBC545;
}
</style>
background-color css
<style>
a { background-color: #FBC545; }
a { background-color: rgb(251,197,69); }
div.DivClassName
{
background-color: #FBC545;
}
.BgClassName
{
background-color: #FBC545;
}
</style>
border-color css
<style>
span { border-color: #FBC545; }
span { border-color: rgb(251,197,69); }
td.TdClassName
{
border-color: #FBC545;
}
.TagClassName
{
border-color: #FBC545;
}
</style>