Shades of Golden Tainoi #FBC345
Tints of Golden Tainoi #FBC345
RGB
CMYK
RGB Variations
Color information
#FBC345 (or 0xFBC345) is known color: Golden Tainoi. HEX triplet: FB, C3 and 45. RGB value is (251,195,69). Sum of RGB (Red+Green+Blue) = 251+195+69=515 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.74% from 515); Green value is 195 (76.56% from 255 or 37.86% from 515); Blue value is 69 (27.34% from 255 or 13.40% from 515); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC345 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC345 is #043CBA. Grayscale: #C5C5C5. Windows color (decimal): -277691 or 4572155. OLE color: 4572155.
HSL color Cylindrical-coordinate representation of color #FBC345: hue angle of 41.54º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FBC345 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 195 | 69 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.02 |
| HSL | 41.54º | 0.96% | 0.63% | - |
| HSV(B) | 41.54º | 0.73% | 0.98% | - |
| XYZ | 60.37 | 59.97 | 14.02 | - |
| YUV | 197.38 | 55.55 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 195 | 69 | 0 | 0.22 | 0.73 | 0.02 | 41.54 | 0.96 | 0.63 |
| Hex | FB | C3 | 45 | 0 | 16 | 49 | 2 | 2A | 60 | 3F |
| Octal | 373 | 303 | 105 | 0 | 26 | 111 | 2 | 52 | 140 | 77 |
| Binary | 11111011 | 11000011 | 1000101 | 0 | 10110 | 1001001 | 10 | 101010 | 1100000 | 111111 |
Color Harmonies of #FBC345
Complementary color
Monochromatic Colors of #FBC345
Black with #FBC345
Text Example
Text Example
White with #FBC345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC345; }
p { color: rgb(251,195,69); }
H1.HeaderClassName
{
color: #FBC345;
}
.AnyTagClassName
{
color: #FBC345;
}
</style>
background-color css
<style>
a { background-color: #FBC345; }
a { background-color: rgb(251,195,69); }
div.DivClassName
{
background-color: #FBC345;
}
.BgClassName
{
background-color: #FBC345;
}
</style>
border-color css
<style>
span { border-color: #FBC345; }
span { border-color: rgb(251,195,69); }
td.TdClassName
{
border-color: #FBC345;
}
.TagClassName
{
border-color: #FBC345;
}
</style>