Shades of Golden Tainoi #FBC850
Tints of Golden Tainoi #FBC850
RGB
CMYK
RGB Variations
Color information
#FBC850 (or 0xFBC850) is known color: Golden Tainoi. HEX triplet: FB, C8 and 50. RGB value is (251,200,80). Sum of RGB (Red+Green+Blue) = 251+200+80=531 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.27% from 531); Green value is 200 (78.52% from 255 or 37.66% from 531); Blue value is 80 (31.64% from 255 or 15.07% from 531); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC850 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC850 is #0437AF. Grayscale: #CACACA. Windows color (decimal): -276400 or 5294331. OLE color: 5294331.
HSL color Cylindrical-coordinate representation of color #FBC850: hue angle of 42.11º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FBC850 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 80 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.02 |
| HSL | 42.11º | 0.96% | 0.65% | - |
| HSV(B) | 42.11º | 0.68% | 0.98% | - |
| XYZ | 61.89 | 62.4 | 16.37 | - |
| YUV | 201.57 | 59.4 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 80 | 0 | 0.20 | 0.68 | 0.02 | 42.11 | 0.96 | 0.65 |
| Hex | FB | C8 | 50 | 0 | 14 | 44 | 2 | 2A | 60 | 41 |
| Octal | 373 | 310 | 120 | 0 | 24 | 104 | 2 | 52 | 140 | 101 |
| Binary | 11111011 | 11001000 | 1010000 | 0 | 10100 | 1000100 | 10 | 101010 | 1100000 | 1000001 |
Color Harmonies of #FBC850
Complementary color
Monochromatic Colors of #FBC850
Black with #FBC850
Text Example
Text Example
White with #FBC850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC850; }
p { color: rgb(251,200,80); }
H1.HeaderClassName
{
color: #FBC850;
}
.AnyTagClassName
{
color: #FBC850;
}
</style>
background-color css
<style>
a { background-color: #FBC850; }
a { background-color: rgb(251,200,80); }
div.DivClassName
{
background-color: #FBC850;
}
.BgClassName
{
background-color: #FBC850;
}
</style>
border-color css
<style>
span { border-color: #FBC850; }
span { border-color: rgb(251,200,80); }
td.TdClassName
{
border-color: #FBC850;
}
.TagClassName
{
border-color: #FBC850;
}
</style>