Shades of Golden Tainoi #FBC34A
Tints of Golden Tainoi #FBC34A
RGB
CMYK
RGB Variations
Color information
#FBC34A (or 0xFBC34A) is known color: Golden Tainoi. HEX triplet: FB, C3 and 4A. RGB value is (251,195,74). Sum of RGB (Red+Green+Blue) = 251+195+74=520 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.27% from 520); Green value is 195 (76.56% from 255 or 37.5% from 520); Blue value is 74 (29.30% from 255 or 14.23% from 520); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC34A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC34A is #043CB5. Grayscale: #C6C6C6. Windows color (decimal): -277686 or 4899835. OLE color: 4899835.
HSL color Cylindrical-coordinate representation of color #FBC34A: hue angle of 41.02º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FBC34A is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 195 | 74 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.02 |
| HSL | 41.02º | 0.96% | 0.64% | - |
| HSV(B) | 41.02º | 0.71% | 0.98% | - |
| XYZ | 60.53 | 60.03 | 14.88 | - |
| YUV | 197.95 | 58.05 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 195 | 74 | 0 | 0.22 | 0.71 | 0.02 | 41.02 | 0.96 | 0.64 |
| Hex | FB | C3 | 4A | 0 | 16 | 47 | 2 | 29 | 60 | 40 |
| Octal | 373 | 303 | 112 | 0 | 26 | 107 | 2 | 51 | 140 | 100 |
| Binary | 11111011 | 11000011 | 1001010 | 0 | 10110 | 1000111 | 10 | 101001 | 1100000 | 1000000 |
Color Harmonies of #FBC34A
Complementary color
Monochromatic Colors of #FBC34A
Black with #FBC34A
Text Example
Text Example
White with #FBC34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC34A; }
p { color: rgb(251,195,74); }
H1.HeaderClassName
{
color: #FBC34A;
}
.AnyTagClassName
{
color: #FBC34A;
}
</style>
background-color css
<style>
a { background-color: #FBC34A; }
a { background-color: rgb(251,195,74); }
div.DivClassName
{
background-color: #FBC34A;
}
.BgClassName
{
background-color: #FBC34A;
}
</style>
border-color css
<style>
span { border-color: #FBC34A; }
span { border-color: rgb(251,195,74); }
td.TdClassName
{
border-color: #FBC34A;
}
.TagClassName
{
border-color: #FBC34A;
}
</style>