Shades of Golden Tainoi #FBC04B
Tints of Golden Tainoi #FBC04B
RGB
CMYK
RGB Variations
Color information
#FBC04B (or 0xFBC04B) is known color: Golden Tainoi. HEX triplet: FB, C0 and 4B. RGB value is (251,192,75). Sum of RGB (Red+Green+Blue) = 251+192+75=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 75 (29.69% from 255 or 14.48% from 518); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC04B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC04B is #043FB4. Grayscale: #C4C4C4. Windows color (decimal): -278453 or 4964603. OLE color: 4964603.
HSL color Cylindrical-coordinate representation of color #FBC04B: hue angle of 39.89º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FBC04B is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 75 | - |
| CMYK | 0 | 0.24 | 0.70 | 0.02 |
| HSL | 39.89º | 0.96% | 0.64% | - |
| HSV(B) | 39.89º | 0.7% | 0.98% | - |
| XYZ | 59.9 | 58.72 | 14.83 | - |
| YUV | 196.3 | 59.55 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 75 | 0 | 0.24 | 0.70 | 0.02 | 39.89 | 0.96 | 0.64 |
| Hex | FB | C0 | 4B | 0 | 18 | 46 | 2 | 28 | 60 | 40 |
| Octal | 373 | 300 | 113 | 0 | 30 | 106 | 2 | 50 | 140 | 100 |
| Binary | 11111011 | 11000000 | 1001011 | 0 | 11000 | 1000110 | 10 | 101000 | 1100000 | 1000000 |
Color Harmonies of #FBC04B
Complementary color
Monochromatic Colors of #FBC04B
Black with #FBC04B
Text Example
Text Example
White with #FBC04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC04B; }
p { color: rgb(251,192,75); }
H1.HeaderClassName
{
color: #FBC04B;
}
.AnyTagClassName
{
color: #FBC04B;
}
</style>
background-color css
<style>
a { background-color: #FBC04B; }
a { background-color: rgb(251,192,75); }
div.DivClassName
{
background-color: #FBC04B;
}
.BgClassName
{
background-color: #FBC04B;
}
</style>
border-color css
<style>
span { border-color: #FBC04B; }
span { border-color: rgb(251,192,75); }
td.TdClassName
{
border-color: #FBC04B;
}
.TagClassName
{
border-color: #FBC04B;
}
</style>