Shades of Golden Tainoi #FBC746
Tints of Golden Tainoi #FBC746
RGB
CMYK
RGB Variations
Color information
#FBC746 (or 0xFBC746) is known color: Golden Tainoi. HEX triplet: FB, C7 and 46. RGB value is (251,199,70). Sum of RGB (Red+Green+Blue) = 251+199+70=520 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.27% from 520); Green value is 199 (78.12% from 255 or 38.27% from 520); Blue value is 70 (27.73% from 255 or 13.46% from 520); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC746 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC746 is #0438B9. Grayscale: #C8C8C8. Windows color (decimal): -276666 or 4638715. OLE color: 4638715.
HSL color Cylindrical-coordinate representation of color #FBC746: hue angle of 42.76º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FBC746 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 199 | 70 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.02 |
| HSL | 42.76º | 0.96% | 0.63% | - |
| HSV(B) | 42.76º | 0.72% | 0.98% | - |
| XYZ | 61.31 | 61.8 | 14.49 | - |
| YUV | 199.84 | 54.73 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 199 | 70 | 0 | 0.21 | 0.72 | 0.02 | 42.76 | 0.96 | 0.63 |
| Hex | FB | C7 | 46 | 0 | 15 | 48 | 2 | 2B | 60 | 3F |
| Octal | 373 | 307 | 106 | 0 | 25 | 110 | 2 | 53 | 140 | 77 |
| Binary | 11111011 | 11000111 | 1000110 | 0 | 10101 | 1001000 | 10 | 101011 | 1100000 | 111111 |
Color Harmonies of #FBC746
Complementary color
Monochromatic Colors of #FBC746
Black with #FBC746
Text Example
Text Example
White with #FBC746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC746; }
p { color: rgb(251,199,70); }
H1.HeaderClassName
{
color: #FBC746;
}
.AnyTagClassName
{
color: #FBC746;
}
</style>
background-color css
<style>
a { background-color: #FBC746; }
a { background-color: rgb(251,199,70); }
div.DivClassName
{
background-color: #FBC746;
}
.BgClassName
{
background-color: #FBC746;
}
</style>
border-color css
<style>
span { border-color: #FBC746; }
span { border-color: rgb(251,199,70); }
td.TdClassName
{
border-color: #FBC746;
}
.TagClassName
{
border-color: #FBC746;
}
</style>