Shades of Golden Tainoi #FBC046
Tints of Golden Tainoi #FBC046
RGB
CMYK
RGB Variations
Color information
#FBC046 (or 0xFBC046) is known color: Golden Tainoi. HEX triplet: FB, C0 and 46. RGB value is (251,192,70). Sum of RGB (Red+Green+Blue) = 251+192+70=513 (67% of max value = 765). Red value is 251 (98.44% from 255 or 48.93% from 513); Green value is 192 (75.39% from 255 or 37.43% from 513); Blue value is 70 (27.73% from 255 or 13.65% from 513); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC046 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC046 is #043FB9. Grayscale: #C4C4C4. Windows color (decimal): -278458 or 4636923. OLE color: 4636923.
HSL color Cylindrical-coordinate representation of color #FBC046: hue angle of 40.44º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FBC046 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 70 | - |
| CMYK | 0 | 0.24 | 0.72 | 0.02 |
| HSL | 40.44º | 0.96% | 0.63% | - |
| HSV(B) | 40.44º | 0.72% | 0.98% | - |
| XYZ | 59.74 | 58.65 | 13.97 | - |
| YUV | 195.73 | 57.05 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 70 | 0 | 0.24 | 0.72 | 0.02 | 40.44 | 0.96 | 0.63 |
| Hex | FB | C0 | 46 | 0 | 18 | 48 | 2 | 28 | 60 | 3F |
| Octal | 373 | 300 | 106 | 0 | 30 | 110 | 2 | 50 | 140 | 77 |
| Binary | 11111011 | 11000000 | 1000110 | 0 | 11000 | 1001000 | 10 | 101000 | 1100000 | 111111 |
Color Harmonies of #FBC046
Complementary color
Monochromatic Colors of #FBC046
Black with #FBC046
Text Example
Text Example
White with #FBC046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC046; }
p { color: rgb(251,192,70); }
H1.HeaderClassName
{
color: #FBC046;
}
.AnyTagClassName
{
color: #FBC046;
}
</style>
background-color css
<style>
a { background-color: #FBC046; }
a { background-color: rgb(251,192,70); }
div.DivClassName
{
background-color: #FBC046;
}
.BgClassName
{
background-color: #FBC046;
}
</style>
border-color css
<style>
span { border-color: #FBC046; }
span { border-color: rgb(251,192,70); }
td.TdClassName
{
border-color: #FBC046;
}
.TagClassName
{
border-color: #FBC046;
}
</style>