Shades of Golden Tainoi #FBC450
Tints of Golden Tainoi #FBC450
RGB
CMYK
RGB Variations
Color information
#FBC450 (or 0xFBC450) is known color: Golden Tainoi. HEX triplet: FB, C4 and 50. RGB value is (251,196,80). Sum of RGB (Red+Green+Blue) = 251+196+80=527 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.63% from 527); Green value is 196 (76.95% from 255 or 37.19% from 527); Blue value is 80 (31.64% from 255 or 15.18% from 527); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC450 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC450 is #043BAF. Grayscale: #C7C7C7. Windows color (decimal): -277424 or 5293307. OLE color: 5293307.
HSL color Cylindrical-coordinate representation of color #FBC450: hue angle of 40.7º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FBC450 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 196 | 80 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.02 |
| HSL | 40.7º | 0.96% | 0.65% | - |
| HSV(B) | 40.7º | 0.68% | 0.98% | - |
| XYZ | 60.97 | 60.57 | 16.07 | - |
| YUV | 199.22 | 60.72 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 196 | 80 | 0 | 0.22 | 0.68 | 0.02 | 40.7 | 0.96 | 0.65 |
| Hex | FB | C4 | 50 | 0 | 16 | 44 | 2 | 29 | 60 | 41 |
| Octal | 373 | 304 | 120 | 0 | 26 | 104 | 2 | 51 | 140 | 101 |
| Binary | 11111011 | 11000100 | 1010000 | 0 | 10110 | 1000100 | 10 | 101001 | 1100000 | 1000001 |
Color Harmonies of #FBC450
Complementary color
Monochromatic Colors of #FBC450
Black with #FBC450
Text Example
Text Example
White with #FBC450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC450; }
p { color: rgb(251,196,80); }
H1.HeaderClassName
{
color: #FBC450;
}
.AnyTagClassName
{
color: #FBC450;
}
</style>
background-color css
<style>
a { background-color: #FBC450; }
a { background-color: rgb(251,196,80); }
div.DivClassName
{
background-color: #FBC450;
}
.BgClassName
{
background-color: #FBC450;
}
</style>
border-color css
<style>
span { border-color: #FBC450; }
span { border-color: rgb(251,196,80); }
td.TdClassName
{
border-color: #FBC450;
}
.TagClassName
{
border-color: #FBC450;
}
</style>