Shades of Golden Tainoi #FCBB50
Tints of Golden Tainoi #FCBB50
RGB
CMYK
RGB Variations
Color information
#FCBB50 (or 0xFCBB50) is known color: Golden Tainoi. HEX triplet: FC, BB and 50. RGB value is (252,187,80). Sum of RGB (Red+Green+Blue) = 252+187+80=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 80 (31.64% from 255 or 15.41% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBB50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBB50 is #0344AF. Grayscale: #C2C2C2. Windows color (decimal): -214192 or 5291004. OLE color: 5291004.
HSL color Cylindrical-coordinate representation of color #FCBB50: hue angle of 37.33º 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 #FCBB50 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 80 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.01 |
| HSL | 37.33º | 0.97% | 0.65% | - |
| HSV(B) | 37.33º | 0.68% | 0.99% | - |
| XYZ | 59.36 | 56.82 | 15.43 | - |
| YUV | 194.24 | 63.53 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 80 | 0 | 0.26 | 0.68 | 0.01 | 37.33 | 0.97 | 0.65 |
| Hex | FC | BB | 50 | 0 | 1A | 44 | 1 | 25 | 61 | 41 |
| Octal | 374 | 273 | 120 | 0 | 32 | 104 | 1 | 45 | 141 | 101 |
| Binary | 11111100 | 10111011 | 1010000 | 0 | 11010 | 1000100 | 1 | 100101 | 1100001 | 1000001 |
Color Harmonies of #FCBB50
Complementary color
Monochromatic Colors of #FCBB50
Black with #FCBB50
Text Example
Text Example
White with #FCBB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBB50; }
p { color: rgb(252,187,80); }
H1.HeaderClassName
{
color: #FCBB50;
}
.AnyTagClassName
{
color: #FCBB50;
}
</style>
background-color css
<style>
a { background-color: #FCBB50; }
a { background-color: rgb(252,187,80); }
div.DivClassName
{
background-color: #FCBB50;
}
.BgClassName
{
background-color: #FCBB50;
}
</style>
border-color css
<style>
span { border-color: #FCBB50; }
span { border-color: rgb(252,187,80); }
td.TdClassName
{
border-color: #FCBB50;
}
.TagClassName
{
border-color: #FCBB50;
}
</style>