Shades of Golden Tainoi #FBC553
Tints of Golden Tainoi #FBC553
RGB
CMYK
RGB Variations
Color information
#FBC553 (or 0xFBC553) is known color: Golden Tainoi. HEX triplet: FB, C5 and 53. RGB value is (251,197,83). Sum of RGB (Red+Green+Blue) = 251+197+83=531 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.27% from 531); Green value is 197 (77.34% from 255 or 37.10% from 531); Blue value is 83 (32.81% from 255 or 15.63% from 531); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC553 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC553 is #043AAC. Grayscale: #C8C8C8. Windows color (decimal): -277165 or 5490171. OLE color: 5490171.
HSL color Cylindrical-coordinate representation of color #FBC553: hue angle of 40.71º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FBC553 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 197 | 83 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.02 |
| HSL | 40.71º | 0.95% | 0.65% | - |
| HSV(B) | 40.71º | 0.67% | 0.98% | - |
| XYZ | 61.31 | 61.07 | 16.74 | - |
| YUV | 200.15 | 61.89 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 197 | 83 | 0 | 0.22 | 0.67 | 0.02 | 40.71 | 0.95 | 0.65 |
| Hex | FB | C5 | 53 | 0 | 16 | 43 | 2 | 29 | 5F | 41 |
| Octal | 373 | 305 | 123 | 0 | 26 | 103 | 2 | 51 | 137 | 101 |
| Binary | 11111011 | 11000101 | 1010011 | 0 | 10110 | 1000011 | 10 | 101001 | 1011111 | 1000001 |
Color Harmonies of #FBC553
Complementary color
Monochromatic Colors of #FBC553
Black with #FBC553
Text Example
Text Example
White with #FBC553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC553; }
p { color: rgb(251,197,83); }
H1.HeaderClassName
{
color: #FBC553;
}
.AnyTagClassName
{
color: #FBC553;
}
</style>
background-color css
<style>
a { background-color: #FBC553; }
a { background-color: rgb(251,197,83); }
div.DivClassName
{
background-color: #FBC553;
}
.BgClassName
{
background-color: #FBC553;
}
</style>
border-color css
<style>
span { border-color: #FBC553; }
span { border-color: rgb(251,197,83); }
td.TdClassName
{
border-color: #FBC553;
}
.TagClassName
{
border-color: #FBC553;
}
</style>