Shades of Golden Tainoi #FBC064
Tints of Golden Tainoi #FBC064
RGB
CMYK
RGB Variations
Color information
#FBC064 (or 0xFBC064) is known color: Golden Tainoi. HEX triplet: FB, C0 and 64. RGB value is (251,192,100). Sum of RGB (Red+Green+Blue) = 251+192+100=543 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.22% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 100 (39.45% from 255 or 18.42% from 543); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC064 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC064 is #043F9B. Grayscale: #C7C7C7. Windows color (decimal): -278428 or 6603003. OLE color: 6603003.
HSL color Cylindrical-coordinate representation of color #FBC064: hue angle of 36.56º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FBC064 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 100 | - |
| CMYK | 0 | 0.24 | 0.60 | 0.02 |
| HSL | 36.56º | 0.95% | 0.69% | - |
| HSV(B) | 36.56º | 0.6% | 0.98% | - |
| XYZ | 60.93 | 59.13 | 20.26 | - |
| YUV | 199.15 | 72.05 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 100 | 0 | 0.24 | 0.60 | 0.02 | 36.56 | 0.95 | 0.69 |
| Hex | FB | C0 | 64 | 0 | 18 | 3C | 2 | 25 | 5F | 45 |
| Octal | 373 | 300 | 144 | 0 | 30 | 74 | 2 | 45 | 137 | 105 |
| Binary | 11111011 | 11000000 | 1100100 | 0 | 11000 | 111100 | 10 | 100101 | 1011111 | 1000101 |
Color Harmonies of #FBC064
Complementary color
Monochromatic Colors of #FBC064
Black with #FBC064
Text Example
Text Example
White with #FBC064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC064; }
p { color: rgb(251,192,100); }
H1.HeaderClassName
{
color: #FBC064;
}
.AnyTagClassName
{
color: #FBC064;
}
</style>
background-color css
<style>
a { background-color: #FBC064; }
a { background-color: rgb(251,192,100); }
div.DivClassName
{
background-color: #FBC064;
}
.BgClassName
{
background-color: #FBC064;
}
</style>
border-color css
<style>
span { border-color: #FBC064; }
span { border-color: rgb(251,192,100); }
td.TdClassName
{
border-color: #FBC064;
}
.TagClassName
{
border-color: #FBC064;
}
</style>