Shades of Golden Tainoi #FBC060
Tints of Golden Tainoi #FBC060
RGB
CMYK
RGB Variations
Color information
#FBC060 (or 0xFBC060) is known color: Golden Tainoi. HEX triplet: FB, C0 and 60. RGB value is (251,192,96). Sum of RGB (Red+Green+Blue) = 251+192+96=539 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.57% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 96 (37.89% from 255 or 17.81% from 539); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC060 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC060 is #043F9F. Grayscale: #C7C7C7. Windows color (decimal): -278432 or 6340859. OLE color: 6340859.
HSL color Cylindrical-coordinate representation of color #FBC060: hue angle of 37.16º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FBC060 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 96 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.02 |
| HSL | 37.16º | 0.95% | 0.68% | - |
| HSV(B) | 37.16º | 0.62% | 0.98% | - |
| XYZ | 60.74 | 59.05 | 19.26 | - |
| YUV | 198.7 | 70.05 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 96 | 0 | 0.24 | 0.62 | 0.02 | 37.16 | 0.95 | 0.68 |
| Hex | FB | C0 | 60 | 0 | 18 | 3E | 2 | 25 | 5F | 44 |
| Octal | 373 | 300 | 140 | 0 | 30 | 76 | 2 | 45 | 137 | 104 |
| Binary | 11111011 | 11000000 | 1100000 | 0 | 11000 | 111110 | 10 | 100101 | 1011111 | 1000100 |
Color Harmonies of #FBC060
Complementary color
Monochromatic Colors of #FBC060
Black with #FBC060
Text Example
Text Example
White with #FBC060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC060; }
p { color: rgb(251,192,96); }
H1.HeaderClassName
{
color: #FBC060;
}
.AnyTagClassName
{
color: #FBC060;
}
</style>
background-color css
<style>
a { background-color: #FBC060; }
a { background-color: rgb(251,192,96); }
div.DivClassName
{
background-color: #FBC060;
}
.BgClassName
{
background-color: #FBC060;
}
</style>
border-color css
<style>
span { border-color: #FBC060; }
span { border-color: rgb(251,192,96); }
td.TdClassName
{
border-color: #FBC060;
}
.TagClassName
{
border-color: #FBC060;
}
</style>