Shades of Golden Tainoi #FBC853
Tints of Golden Tainoi #FBC853
RGB
CMYK
RGB Variations
Color information
#FBC853 (or 0xFBC853) is known color: Golden Tainoi. HEX triplet: FB, C8 and 53. RGB value is (251,200,83). Sum of RGB (Red+Green+Blue) = 251+200+83=534 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.00% from 534); Green value is 200 (78.52% from 255 or 37.45% from 534); Blue value is 83 (32.81% from 255 or 15.54% from 534); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC853 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC853 is #0437AC. Grayscale: #CACACA. Windows color (decimal): -276397 or 5490939. OLE color: 5490939.
HSL color Cylindrical-coordinate representation of color #FBC853: hue angle of 41.79º 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 #FBC853 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 83 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.02 |
| HSL | 41.79º | 0.95% | 0.65% | - |
| HSV(B) | 41.79º | 0.67% | 0.98% | - |
| XYZ | 62 | 62.44 | 16.97 | - |
| YUV | 201.91 | 60.9 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 83 | 0 | 0.20 | 0.67 | 0.02 | 41.79 | 0.95 | 0.65 |
| Hex | FB | C8 | 53 | 0 | 14 | 43 | 2 | 2A | 5F | 41 |
| Octal | 373 | 310 | 123 | 0 | 24 | 103 | 2 | 52 | 137 | 101 |
| Binary | 11111011 | 11001000 | 1010011 | 0 | 10100 | 1000011 | 10 | 101010 | 1011111 | 1000001 |
Color Harmonies of #FBC853
Complementary color
Monochromatic Colors of #FBC853
Black with #FBC853
Text Example
Text Example
White with #FBC853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC853; }
p { color: rgb(251,200,83); }
H1.HeaderClassName
{
color: #FBC853;
}
.AnyTagClassName
{
color: #FBC853;
}
</style>
background-color css
<style>
a { background-color: #FBC853; }
a { background-color: rgb(251,200,83); }
div.DivClassName
{
background-color: #FBC853;
}
.BgClassName
{
background-color: #FBC853;
}
</style>
border-color css
<style>
span { border-color: #FBC853; }
span { border-color: rgb(251,200,83); }
td.TdClassName
{
border-color: #FBC853;
}
.TagClassName
{
border-color: #FBC853;
}
</style>