Shades of Golden Tainoi #FBC053
Tints of Golden Tainoi #FBC053
RGB
CMYK
RGB Variations
Color information
#FBC053 (or 0xFBC053) is known color: Golden Tainoi. HEX triplet: FB, C0 and 53. RGB value is (251,192,83). Sum of RGB (Red+Green+Blue) = 251+192+83=526 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.72% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 83 (32.81% from 255 or 15.78% from 526); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC053 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC053 is #043FAC. Grayscale: #C5C5C5. Windows color (decimal): -278445 or 5488891. OLE color: 5488891.
HSL color Cylindrical-coordinate representation of color #FBC053: hue angle of 38.93º 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 #FBC053 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 83 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.02 |
| HSL | 38.93º | 0.95% | 0.65% | - |
| HSV(B) | 38.93º | 0.67% | 0.98% | - |
| XYZ | 60.19 | 58.83 | 16.37 | - |
| YUV | 197.22 | 63.55 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 83 | 0 | 0.24 | 0.67 | 0.02 | 38.93 | 0.95 | 0.65 |
| Hex | FB | C0 | 53 | 0 | 18 | 43 | 2 | 27 | 5F | 41 |
| Octal | 373 | 300 | 123 | 0 | 30 | 103 | 2 | 47 | 137 | 101 |
| Binary | 11111011 | 11000000 | 1010011 | 0 | 11000 | 1000011 | 10 | 100111 | 1011111 | 1000001 |
Color Harmonies of #FBC053
Complementary color
Monochromatic Colors of #FBC053
Black with #FBC053
Text Example
Text Example
White with #FBC053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC053; }
p { color: rgb(251,192,83); }
H1.HeaderClassName
{
color: #FBC053;
}
.AnyTagClassName
{
color: #FBC053;
}
</style>
background-color css
<style>
a { background-color: #FBC053; }
a { background-color: rgb(251,192,83); }
div.DivClassName
{
background-color: #FBC053;
}
.BgClassName
{
background-color: #FBC053;
}
</style>
border-color css
<style>
span { border-color: #FBC053; }
span { border-color: rgb(251,192,83); }
td.TdClassName
{
border-color: #FBC053;
}
.TagClassName
{
border-color: #FBC053;
}
</style>