Shades of Golden Tainoi #FBC047
Tints of Golden Tainoi #FBC047
RGB
CMYK
RGB Variations
Color information
#FBC047 (or 0xFBC047) is known color: Golden Tainoi. HEX triplet: FB, C0 and 47. RGB value is (251,192,71). Sum of RGB (Red+Green+Blue) = 251+192+71=514 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.83% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 71 (28.12% from 255 or 13.81% from 514); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC047 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC047 is #043FB8. Grayscale: #C4C4C4. Windows color (decimal): -278457 or 4702459. OLE color: 4702459.
HSL color Cylindrical-coordinate representation of color #FBC047: hue angle of 40.33º 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 #FBC047 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 71 | - |
| CMYK | 0 | 0.24 | 0.72 | 0.02 |
| HSL | 40.33º | 0.96% | 0.63% | - |
| HSV(B) | 40.33º | 0.72% | 0.98% | - |
| XYZ | 59.77 | 58.66 | 14.13 | - |
| YUV | 195.85 | 57.55 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 71 | 0 | 0.24 | 0.72 | 0.02 | 40.33 | 0.96 | 0.63 |
| Hex | FB | C0 | 47 | 0 | 18 | 48 | 2 | 28 | 60 | 3F |
| Octal | 373 | 300 | 107 | 0 | 30 | 110 | 2 | 50 | 140 | 77 |
| Binary | 11111011 | 11000000 | 1000111 | 0 | 11000 | 1001000 | 10 | 101000 | 1100000 | 111111 |
Color Harmonies of #FBC047
Complementary color
Monochromatic Colors of #FBC047
Black with #FBC047
Text Example
Text Example
White with #FBC047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC047; }
p { color: rgb(251,192,71); }
H1.HeaderClassName
{
color: #FBC047;
}
.AnyTagClassName
{
color: #FBC047;
}
</style>
background-color css
<style>
a { background-color: #FBC047; }
a { background-color: rgb(251,192,71); }
div.DivClassName
{
background-color: #FBC047;
}
.BgClassName
{
background-color: #FBC047;
}
</style>
border-color css
<style>
span { border-color: #FBC047; }
span { border-color: rgb(251,192,71); }
td.TdClassName
{
border-color: #FBC047;
}
.TagClassName
{
border-color: #FBC047;
}
</style>