Shades of Golden Tainoi #FBC256
Tints of Golden Tainoi #FBC256
RGB
CMYK
RGB Variations
Color information
#FBC256 (or 0xFBC256) is known color: Golden Tainoi. HEX triplet: FB, C2 and 56. RGB value is (251,194,86). Sum of RGB (Red+Green+Blue) = 251+194+86=531 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.27% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 86 (33.98% from 255 or 16.20% from 531); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC256 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC256 is #043DA9. Grayscale: #C7C7C7. Windows color (decimal): -277930 or 5686011. OLE color: 5686011.
HSL color Cylindrical-coordinate representation of color #FBC256: hue angle of 39.27º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FBC256 is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 194 | 86 | - |
| CMYK | 0 | 0.23 | 0.66 | 0.02 |
| HSL | 39.27º | 0.95% | 0.66% | - |
| HSV(B) | 39.27º | 0.66% | 0.98% | - |
| XYZ | 60.76 | 59.76 | 17.14 | - |
| YUV | 198.73 | 64.38 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 194 | 86 | 0 | 0.23 | 0.66 | 0.02 | 39.27 | 0.95 | 0.66 |
| Hex | FB | C2 | 56 | 0 | 17 | 42 | 2 | 27 | 5F | 42 |
| Octal | 373 | 302 | 126 | 0 | 27 | 102 | 2 | 47 | 137 | 102 |
| Binary | 11111011 | 11000010 | 1010110 | 0 | 10111 | 1000010 | 10 | 100111 | 1011111 | 1000010 |
Color Harmonies of #FBC256
Complementary color
Monochromatic Colors of #FBC256
Black with #FBC256
Text Example
Text Example
White with #FBC256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC256; }
p { color: rgb(251,194,86); }
H1.HeaderClassName
{
color: #FBC256;
}
.AnyTagClassName
{
color: #FBC256;
}
</style>
background-color css
<style>
a { background-color: #FBC256; }
a { background-color: rgb(251,194,86); }
div.DivClassName
{
background-color: #FBC256;
}
.BgClassName
{
background-color: #FBC256;
}
</style>
border-color css
<style>
span { border-color: #FBC256; }
span { border-color: rgb(251,194,86); }
td.TdClassName
{
border-color: #FBC256;
}
.TagClassName
{
border-color: #FBC256;
}
</style>