Shades of Golden Tainoi #FBC854
Tints of Golden Tainoi #FBC854
RGB
CMYK
RGB Variations
Color information
#FBC854 (or 0xFBC854) is known color: Golden Tainoi. HEX triplet: FB, C8 and 54. RGB value is (251,200,84). Sum of RGB (Red+Green+Blue) = 251+200+84=535 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.92% from 535); Green value is 200 (78.52% from 255 or 37.38% from 535); Blue value is 84 (33.20% from 255 or 15.70% from 535); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC854 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC854 is #0437AB. Grayscale: #CACACA. Windows color (decimal): -276396 or 5556475. OLE color: 5556475.
HSL color Cylindrical-coordinate representation of color #FBC854: hue angle of 41.68º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FBC854 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 84 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.02 |
| HSL | 41.68º | 0.95% | 0.66% | - |
| HSV(B) | 41.68º | 0.67% | 0.98% | - |
| XYZ | 62.04 | 62.46 | 17.17 | - |
| YUV | 202.03 | 61.4 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 84 | 0 | 0.20 | 0.67 | 0.02 | 41.68 | 0.95 | 0.66 |
| Hex | FB | C8 | 54 | 0 | 14 | 43 | 2 | 2A | 5F | 42 |
| Octal | 373 | 310 | 124 | 0 | 24 | 103 | 2 | 52 | 137 | 102 |
| Binary | 11111011 | 11001000 | 1010100 | 0 | 10100 | 1000011 | 10 | 101010 | 1011111 | 1000010 |
Color Harmonies of #FBC854
Complementary color
Monochromatic Colors of #FBC854
Black with #FBC854
Text Example
Text Example
White with #FBC854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC854; }
p { color: rgb(251,200,84); }
H1.HeaderClassName
{
color: #FBC854;
}
.AnyTagClassName
{
color: #FBC854;
}
</style>
background-color css
<style>
a { background-color: #FBC854; }
a { background-color: rgb(251,200,84); }
div.DivClassName
{
background-color: #FBC854;
}
.BgClassName
{
background-color: #FBC854;
}
</style>
border-color css
<style>
span { border-color: #FBC854; }
span { border-color: rgb(251,200,84); }
td.TdClassName
{
border-color: #FBC854;
}
.TagClassName
{
border-color: #FBC854;
}
</style>