Shades of Golden Tainoi #FBC062
Tints of Golden Tainoi #FBC062
RGB
CMYK
RGB Variations
Color information
#FBC062 (or 0xFBC062) is known color: Golden Tainoi. HEX triplet: FB, C0 and 62. RGB value is (251,192,98). Sum of RGB (Red+Green+Blue) = 251+192+98=541 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.40% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 98 (38.67% from 255 or 18.11% from 541); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC062 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC062 is #043F9D. Grayscale: #C7C7C7. Windows color (decimal): -278430 or 6471931. OLE color: 6471931.
HSL color Cylindrical-coordinate representation of color #FBC062: hue angle of 36.86º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FBC062 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 98 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.02 |
| HSL | 36.86º | 0.95% | 0.68% | - |
| HSV(B) | 36.86º | 0.61% | 0.98% | - |
| XYZ | 60.84 | 59.09 | 19.75 | - |
| YUV | 198.93 | 71.05 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 98 | 0 | 0.24 | 0.61 | 0.02 | 36.86 | 0.95 | 0.68 |
| Hex | FB | C0 | 62 | 0 | 18 | 3D | 2 | 25 | 5F | 44 |
| Octal | 373 | 300 | 142 | 0 | 30 | 75 | 2 | 45 | 137 | 104 |
| Binary | 11111011 | 11000000 | 1100010 | 0 | 11000 | 111101 | 10 | 100101 | 1011111 | 1000100 |
Color Harmonies of #FBC062
Complementary color
Monochromatic Colors of #FBC062
Black with #FBC062
Text Example
Text Example
White with #FBC062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC062; }
p { color: rgb(251,192,98); }
H1.HeaderClassName
{
color: #FBC062;
}
.AnyTagClassName
{
color: #FBC062;
}
</style>
background-color css
<style>
a { background-color: #FBC062; }
a { background-color: rgb(251,192,98); }
div.DivClassName
{
background-color: #FBC062;
}
.BgClassName
{
background-color: #FBC062;
}
</style>
border-color css
<style>
span { border-color: #FBC062; }
span { border-color: rgb(251,192,98); }
td.TdClassName
{
border-color: #FBC062;
}
.TagClassName
{
border-color: #FBC062;
}
</style>