Shades of Golden Tainoi #FCBB51
Tints of Golden Tainoi #FCBB51
RGB
CMYK
RGB Variations
Color information
#FCBB51 (or 0xFCBB51) is known color: Golden Tainoi. HEX triplet: FC, BB and 51. RGB value is (252,187,81). Sum of RGB (Red+Green+Blue) = 252+187+81=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 81 (32.03% from 255 or 15.58% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBB51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBB51 is #0344AE. Grayscale: #C2C2C2. Windows color (decimal): -214191 or 5356540. OLE color: 5356540.
HSL color Cylindrical-coordinate representation of color #FCBB51: hue angle of 37.19º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FCBB51 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 81 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.01 |
| HSL | 37.19º | 0.97% | 0.65% | - |
| HSV(B) | 37.19º | 0.68% | 0.99% | - |
| XYZ | 59.4 | 56.83 | 15.62 | - |
| YUV | 194.35 | 64.03 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 81 | 0 | 0.26 | 0.68 | 0.01 | 37.19 | 0.97 | 0.65 |
| Hex | FC | BB | 51 | 0 | 1A | 44 | 1 | 25 | 61 | 41 |
| Octal | 374 | 273 | 121 | 0 | 32 | 104 | 1 | 45 | 141 | 101 |
| Binary | 11111100 | 10111011 | 1010001 | 0 | 11010 | 1000100 | 1 | 100101 | 1100001 | 1000001 |
Color Harmonies of #FCBB51
Complementary color
Monochromatic Colors of #FCBB51
Black with #FCBB51
Text Example
Text Example
White with #FCBB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBB51; }
p { color: rgb(252,187,81); }
H1.HeaderClassName
{
color: #FCBB51;
}
.AnyTagClassName
{
color: #FCBB51;
}
</style>
background-color css
<style>
a { background-color: #FCBB51; }
a { background-color: rgb(252,187,81); }
div.DivClassName
{
background-color: #FCBB51;
}
.BgClassName
{
background-color: #FCBB51;
}
</style>
border-color css
<style>
span { border-color: #FCBB51; }
span { border-color: rgb(252,187,81); }
td.TdClassName
{
border-color: #FCBB51;
}
.TagClassName
{
border-color: #FCBB51;
}
</style>