Shades of Golden Tainoi #FBC845
Tints of Golden Tainoi #FBC845
RGB
CMYK
RGB Variations
Color information
#FBC845 (or 0xFBC845) is known color: Golden Tainoi. HEX triplet: FB, C8 and 45. RGB value is (251,200,69). Sum of RGB (Red+Green+Blue) = 251+200+69=520 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.27% from 520); Green value is 200 (78.52% from 255 or 38.46% from 520); Blue value is 69 (27.34% from 255 or 13.27% from 520); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC845 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC845 is #0437BA. Grayscale: #C8C8C8. Windows color (decimal): -276411 or 4573435. OLE color: 4573435.
HSL color Cylindrical-coordinate representation of color #FBC845: hue angle of 43.19º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FBC845 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 69 | - |
| CMYK | 0 | 0.20 | 0.73 | 0.02 |
| HSL | 43.19º | 0.96% | 0.63% | - |
| HSV(B) | 43.19º | 0.73% | 0.98% | - |
| XYZ | 61.51 | 62.25 | 14.4 | - |
| YUV | 200.32 | 53.9 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 69 | 0 | 0.20 | 0.73 | 0.02 | 43.19 | 0.96 | 0.63 |
| Hex | FB | C8 | 45 | 0 | 14 | 49 | 2 | 2B | 60 | 3F |
| Octal | 373 | 310 | 105 | 0 | 24 | 111 | 2 | 53 | 140 | 77 |
| Binary | 11111011 | 11001000 | 1000101 | 0 | 10100 | 1001001 | 10 | 101011 | 1100000 | 111111 |
Color Harmonies of #FBC845
Complementary color
Monochromatic Colors of #FBC845
Black with #FBC845
Text Example
Text Example
White with #FBC845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC845; }
p { color: rgb(251,200,69); }
H1.HeaderClassName
{
color: #FBC845;
}
.AnyTagClassName
{
color: #FBC845;
}
</style>
background-color css
<style>
a { background-color: #FBC845; }
a { background-color: rgb(251,200,69); }
div.DivClassName
{
background-color: #FBC845;
}
.BgClassName
{
background-color: #FBC845;
}
</style>
border-color css
<style>
span { border-color: #FBC845; }
span { border-color: rgb(251,200,69); }
td.TdClassName
{
border-color: #FBC845;
}
.TagClassName
{
border-color: #FBC845;
}
</style>