Shades of Golden Tainoi #FBC343
Tints of Golden Tainoi #FBC343
RGB
CMYK
RGB Variations
Color information
#FBC343 (or 0xFBC343) is known color: Golden Tainoi. HEX triplet: FB, C3 and 43. RGB value is (251,195,67). Sum of RGB (Red+Green+Blue) = 251+195+67=513 (67% of max value = 765). Red value is 251 (98.44% from 255 or 48.93% from 513); Green value is 195 (76.56% from 255 or 38.01% from 513); Blue value is 67 (26.56% from 255 or 13.06% from 513); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC343 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC343 is #043CBC. Grayscale: #C5C5C5. Windows color (decimal): -277693 or 4441083. OLE color: 4441083.
HSL color Cylindrical-coordinate representation of color #FBC343: hue angle of 41.74º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FBC343 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 195 | 67 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.02 |
| HSL | 41.74º | 0.96% | 0.62% | - |
| HSV(B) | 41.74º | 0.73% | 0.98% | - |
| XYZ | 60.31 | 59.94 | 13.7 | - |
| YUV | 197.15 | 54.55 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 195 | 67 | 0 | 0.22 | 0.73 | 0.02 | 41.74 | 0.96 | 0.62 |
| Hex | FB | C3 | 43 | 0 | 16 | 49 | 2 | 2A | 60 | 3E |
| Octal | 373 | 303 | 103 | 0 | 26 | 111 | 2 | 52 | 140 | 76 |
| Binary | 11111011 | 11000011 | 1000011 | 0 | 10110 | 1001001 | 10 | 101010 | 1100000 | 111110 |
Color Harmonies of #FBC343
Complementary color
Monochromatic Colors of #FBC343
Black with #FBC343
Text Example
Text Example
White with #FBC343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC343; }
p { color: rgb(251,195,67); }
H1.HeaderClassName
{
color: #FBC343;
}
.AnyTagClassName
{
color: #FBC343;
}
</style>
background-color css
<style>
a { background-color: #FBC343; }
a { background-color: rgb(251,195,67); }
div.DivClassName
{
background-color: #FBC343;
}
.BgClassName
{
background-color: #FBC343;
}
</style>
border-color css
<style>
span { border-color: #FBC343; }
span { border-color: rgb(251,195,67); }
td.TdClassName
{
border-color: #FBC343;
}
.TagClassName
{
border-color: #FBC343;
}
</style>