Shades of Golden Tainoi #FBC653
Tints of Golden Tainoi #FBC653
RGB
CMYK
RGB Variations
Color information
#FBC653 (or 0xFBC653) is known color: Golden Tainoi. HEX triplet: FB, C6 and 53. RGB value is (251,198,83). Sum of RGB (Red+Green+Blue) = 251+198+83=532 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.18% from 532); Green value is 198 (77.73% from 255 or 37.22% from 532); Blue value is 83 (32.81% from 255 or 15.60% from 532); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC653 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC653 is #0439AC. Grayscale: #C9C9C9. Windows color (decimal): -276909 or 5490427. OLE color: 5490427.
HSL color Cylindrical-coordinate representation of color #FBC653: hue angle of 41.07º 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 #FBC653 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 198 | 83 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.02 |
| HSL | 41.07º | 0.95% | 0.65% | - |
| HSV(B) | 41.07º | 0.67% | 0.98% | - |
| XYZ | 61.54 | 61.52 | 16.82 | - |
| YUV | 200.74 | 61.56 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 198 | 83 | 0 | 0.21 | 0.67 | 0.02 | 41.07 | 0.95 | 0.65 |
| Hex | FB | C6 | 53 | 0 | 15 | 43 | 2 | 29 | 5F | 41 |
| Octal | 373 | 306 | 123 | 0 | 25 | 103 | 2 | 51 | 137 | 101 |
| Binary | 11111011 | 11000110 | 1010011 | 0 | 10101 | 1000011 | 10 | 101001 | 1011111 | 1000001 |
Color Harmonies of #FBC653
Complementary color
Monochromatic Colors of #FBC653
Black with #FBC653
Text Example
Text Example
White with #FBC653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC653; }
p { color: rgb(251,198,83); }
H1.HeaderClassName
{
color: #FBC653;
}
.AnyTagClassName
{
color: #FBC653;
}
</style>
background-color css
<style>
a { background-color: #FBC653; }
a { background-color: rgb(251,198,83); }
div.DivClassName
{
background-color: #FBC653;
}
.BgClassName
{
background-color: #FBC653;
}
</style>
border-color css
<style>
span { border-color: #FBC653; }
span { border-color: rgb(251,198,83); }
td.TdClassName
{
border-color: #FBC653;
}
.TagClassName
{
border-color: #FBC653;
}
</style>