Shades of Golden Tainoi #FBC257
Tints of Golden Tainoi #FBC257
RGB
CMYK
RGB Variations
Color information
#FBC257 (or 0xFBC257) is known color: Golden Tainoi. HEX triplet: FB, C2 and 57. RGB value is (251,194,87). Sum of RGB (Red+Green+Blue) = 251+194+87=532 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.18% from 532); Green value is 194 (76.17% from 255 or 36.47% from 532); Blue value is 87 (34.38% from 255 or 16.35% from 532); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC257 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC257 is #043DA8. Grayscale: #C7C7C7. Windows color (decimal): -277929 or 5751547. OLE color: 5751547.
HSL color Cylindrical-coordinate representation of color #FBC257: hue angle of 39.15º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FBC257 is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 194 | 87 | - |
| CMYK | 0 | 0.23 | 0.65 | 0.02 |
| HSL | 39.15º | 0.95% | 0.66% | - |
| HSV(B) | 39.15º | 0.65% | 0.98% | - |
| XYZ | 60.8 | 59.78 | 17.35 | - |
| YUV | 198.85 | 64.88 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 194 | 87 | 0 | 0.23 | 0.65 | 0.02 | 39.15 | 0.95 | 0.66 |
| Hex | FB | C2 | 57 | 0 | 17 | 41 | 2 | 27 | 5F | 42 |
| Octal | 373 | 302 | 127 | 0 | 27 | 101 | 2 | 47 | 137 | 102 |
| Binary | 11111011 | 11000010 | 1010111 | 0 | 10111 | 1000001 | 10 | 100111 | 1011111 | 1000010 |
Color Harmonies of #FBC257
Complementary color
Monochromatic Colors of #FBC257
Black with #FBC257
Text Example
Text Example
White with #FBC257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC257; }
p { color: rgb(251,194,87); }
H1.HeaderClassName
{
color: #FBC257;
}
.AnyTagClassName
{
color: #FBC257;
}
</style>
background-color css
<style>
a { background-color: #FBC257; }
a { background-color: rgb(251,194,87); }
div.DivClassName
{
background-color: #FBC257;
}
.BgClassName
{
background-color: #FBC257;
}
</style>
border-color css
<style>
span { border-color: #FBC257; }
span { border-color: rgb(251,194,87); }
td.TdClassName
{
border-color: #FBC257;
}
.TagClassName
{
border-color: #FBC257;
}
</style>