Shades of Golden Tainoi #FBC54C
Tints of Golden Tainoi #FBC54C
RGB
CMYK
RGB Variations
Color information
#FBC54C (or 0xFBC54C) is known color: Golden Tainoi. HEX triplet: FB, C5 and 4C. RGB value is (251,197,76). Sum of RGB (Red+Green+Blue) = 251+197+76=524 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.90% from 524); Green value is 197 (77.34% from 255 or 37.60% from 524); Blue value is 76 (30.08% from 255 or 14.50% from 524); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC54C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC54C is #043AB3. Grayscale: #C7C7C7. Windows color (decimal): -277172 or 5031419. OLE color: 5031419.
HSL color Cylindrical-coordinate representation of color #FBC54C: hue angle of 41.49º 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 #FBC54C is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 197 | 76 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.02 |
| HSL | 41.49º | 0.96% | 0.64% | - |
| HSV(B) | 41.49º | 0.7% | 0.98% | - |
| XYZ | 61.05 | 60.96 | 15.39 | - |
| YUV | 199.35 | 58.39 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 197 | 76 | 0 | 0.22 | 0.70 | 0.02 | 41.49 | 0.96 | 0.64 |
| Hex | FB | C5 | 4C | 0 | 16 | 46 | 2 | 29 | 60 | 40 |
| Octal | 373 | 305 | 114 | 0 | 26 | 106 | 2 | 51 | 140 | 100 |
| Binary | 11111011 | 11000101 | 1001100 | 0 | 10110 | 1000110 | 10 | 101001 | 1100000 | 1000000 |
Color Harmonies of #FBC54C
Complementary color
Monochromatic Colors of #FBC54C
Black with #FBC54C
Text Example
Text Example
White with #FBC54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC54C; }
p { color: rgb(251,197,76); }
H1.HeaderClassName
{
color: #FBC54C;
}
.AnyTagClassName
{
color: #FBC54C;
}
</style>
background-color css
<style>
a { background-color: #FBC54C; }
a { background-color: rgb(251,197,76); }
div.DivClassName
{
background-color: #FBC54C;
}
.BgClassName
{
background-color: #FBC54C;
}
</style>
border-color css
<style>
span { border-color: #FBC54C; }
span { border-color: rgb(251,197,76); }
td.TdClassName
{
border-color: #FBC54C;
}
.TagClassName
{
border-color: #FBC54C;
}
</style>