Shades of Golden Tainoi #FBC245
Tints of Golden Tainoi #FBC245
RGB
CMYK
RGB Variations
Color information
#FBC245 (or 0xFBC245) is known color: Golden Tainoi. HEX triplet: FB, C2 and 45. RGB value is (251,194,69). Sum of RGB (Red+Green+Blue) = 251+194+69=514 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.83% from 514); Green value is 194 (76.17% from 255 or 37.74% from 514); Blue value is 69 (27.34% from 255 or 13.42% from 514); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC245 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC245 is #043DBA. Grayscale: #C5C5C5. Windows color (decimal): -277947 or 4571899. OLE color: 4571899.
HSL color Cylindrical-coordinate representation of color #FBC245: hue angle of 41.21º 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 #FBC245 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 194 | 69 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.02 |
| HSL | 41.21º | 0.96% | 0.63% | - |
| HSV(B) | 41.21º | 0.73% | 0.98% | - |
| XYZ | 60.15 | 59.52 | 13.95 | - |
| YUV | 196.79 | 55.88 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 194 | 69 | 0 | 0.23 | 0.73 | 0.02 | 41.21 | 0.96 | 0.63 |
| Hex | FB | C2 | 45 | 0 | 17 | 49 | 2 | 29 | 60 | 3F |
| Octal | 373 | 302 | 105 | 0 | 27 | 111 | 2 | 51 | 140 | 77 |
| Binary | 11111011 | 11000010 | 1000101 | 0 | 10111 | 1001001 | 10 | 101001 | 1100000 | 111111 |
Color Harmonies of #FBC245
Complementary color
Monochromatic Colors of #FBC245
Black with #FBC245
Text Example
Text Example
White with #FBC245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC245; }
p { color: rgb(251,194,69); }
H1.HeaderClassName
{
color: #FBC245;
}
.AnyTagClassName
{
color: #FBC245;
}
</style>
background-color css
<style>
a { background-color: #FBC245; }
a { background-color: rgb(251,194,69); }
div.DivClassName
{
background-color: #FBC245;
}
.BgClassName
{
background-color: #FBC245;
}
</style>
border-color css
<style>
span { border-color: #FBC245; }
span { border-color: rgb(251,194,69); }
td.TdClassName
{
border-color: #FBC245;
}
.TagClassName
{
border-color: #FBC245;
}
</style>