Shades of Golden Tainoi #FBC54A
Tints of Golden Tainoi #FBC54A
RGB
CMYK
RGB Variations
Color information
#FBC54A (or 0xFBC54A) is known color: Golden Tainoi. HEX triplet: FB, C5 and 4A. RGB value is (251,197,74). Sum of RGB (Red+Green+Blue) = 251+197+74=522 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.08% from 522); Green value is 197 (77.34% from 255 or 37.74% from 522); Blue value is 74 (29.30% from 255 or 14.18% from 522); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC54A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC54A is #043AB5. Grayscale: #C7C7C7. Windows color (decimal): -277174 or 4900347. OLE color: 4900347.
HSL color Cylindrical-coordinate representation of color #FBC54A: hue angle of 41.69º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FBC54A is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 197 | 74 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.02 |
| HSL | 41.69º | 0.96% | 0.64% | - |
| HSV(B) | 41.69º | 0.71% | 0.98% | - |
| XYZ | 60.99 | 60.94 | 15.03 | - |
| YUV | 199.12 | 57.39 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 197 | 74 | 0 | 0.22 | 0.71 | 0.02 | 41.69 | 0.96 | 0.64 |
| Hex | FB | C5 | 4A | 0 | 16 | 47 | 2 | 2A | 60 | 40 |
| Octal | 373 | 305 | 112 | 0 | 26 | 107 | 2 | 52 | 140 | 100 |
| Binary | 11111011 | 11000101 | 1001010 | 0 | 10110 | 1000111 | 10 | 101010 | 1100000 | 1000000 |
Color Harmonies of #FBC54A
Complementary color
Monochromatic Colors of #FBC54A
Black with #FBC54A
Text Example
Text Example
White with #FBC54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC54A; }
p { color: rgb(251,197,74); }
H1.HeaderClassName
{
color: #FBC54A;
}
.AnyTagClassName
{
color: #FBC54A;
}
</style>
background-color css
<style>
a { background-color: #FBC54A; }
a { background-color: rgb(251,197,74); }
div.DivClassName
{
background-color: #FBC54A;
}
.BgClassName
{
background-color: #FBC54A;
}
</style>
border-color css
<style>
span { border-color: #FBC54A; }
span { border-color: rgb(251,197,74); }
td.TdClassName
{
border-color: #FBC54A;
}
.TagClassName
{
border-color: #FBC54A;
}
</style>