Shades of Golden Tainoi #FBC045
Tints of Golden Tainoi #FBC045
RGB
CMYK
RGB Variations
Color information
#FBC045 (or 0xFBC045) is known color: Golden Tainoi. HEX triplet: FB, C0 and 45. RGB value is (251,192,69). Sum of RGB (Red+Green+Blue) = 251+192+69=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 192 (75.39% from 255 or 37.5% from 512); Blue value is 69 (27.34% from 255 or 13.48% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC045 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC045 is #043FBA. Grayscale: #C4C4C4. Windows color (decimal): -278459 or 4571387. OLE color: 4571387.
HSL color Cylindrical-coordinate representation of color #FBC045: hue angle of 40.55º 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 #FBC045 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 69 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.02 |
| HSL | 40.55º | 0.96% | 0.63% | - |
| HSV(B) | 40.55º | 0.73% | 0.98% | - |
| XYZ | 59.71 | 58.64 | 13.8 | - |
| YUV | 195.62 | 56.55 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 69 | 0 | 0.24 | 0.73 | 0.02 | 40.55 | 0.96 | 0.63 |
| Hex | FB | C0 | 45 | 0 | 18 | 49 | 2 | 29 | 60 | 3F |
| Octal | 373 | 300 | 105 | 0 | 30 | 111 | 2 | 51 | 140 | 77 |
| Binary | 11111011 | 11000000 | 1000101 | 0 | 11000 | 1001001 | 10 | 101001 | 1100000 | 111111 |
Color Harmonies of #FBC045
Complementary color
Monochromatic Colors of #FBC045
Black with #FBC045
Text Example
Text Example
White with #FBC045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC045; }
p { color: rgb(251,192,69); }
H1.HeaderClassName
{
color: #FBC045;
}
.AnyTagClassName
{
color: #FBC045;
}
</style>
background-color css
<style>
a { background-color: #FBC045; }
a { background-color: rgb(251,192,69); }
div.DivClassName
{
background-color: #FBC045;
}
.BgClassName
{
background-color: #FBC045;
}
</style>
border-color css
<style>
span { border-color: #FBC045; }
span { border-color: rgb(251,192,69); }
td.TdClassName
{
border-color: #FBC045;
}
.TagClassName
{
border-color: #FBC045;
}
</style>