Shades of Golden Tainoi #FBC150
Tints of Golden Tainoi #FBC150
RGB
CMYK
RGB Variations
Color information
#FBC150 (or 0xFBC150) is known color: Golden Tainoi. HEX triplet: FB, C1 and 50. RGB value is (251,193,80). Sum of RGB (Red+Green+Blue) = 251+193+80=524 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.90% from 524); Green value is 193 (75.78% from 255 or 36.83% from 524); Blue value is 80 (31.64% from 255 or 15.27% from 524); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC150 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC150 is #043EAF. Grayscale: #C5C5C5. Windows color (decimal): -278192 or 5292539. OLE color: 5292539.
HSL color Cylindrical-coordinate representation of color #FBC150: hue angle of 39.65º 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 #FBC150 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 193 | 80 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.02 |
| HSL | 39.65º | 0.96% | 0.65% | - |
| HSV(B) | 39.65º | 0.68% | 0.98% | - |
| XYZ | 60.3 | 59.23 | 15.84 | - |
| YUV | 197.46 | 61.72 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 193 | 80 | 0 | 0.23 | 0.68 | 0.02 | 39.65 | 0.96 | 0.65 |
| Hex | FB | C1 | 50 | 0 | 17 | 44 | 2 | 28 | 60 | 41 |
| Octal | 373 | 301 | 120 | 0 | 27 | 104 | 2 | 50 | 140 | 101 |
| Binary | 11111011 | 11000001 | 1010000 | 0 | 10111 | 1000100 | 10 | 101000 | 1100000 | 1000001 |
Color Harmonies of #FBC150
Complementary color
Monochromatic Colors of #FBC150
Black with #FBC150
Text Example
Text Example
White with #FBC150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC150; }
p { color: rgb(251,193,80); }
H1.HeaderClassName
{
color: #FBC150;
}
.AnyTagClassName
{
color: #FBC150;
}
</style>
background-color css
<style>
a { background-color: #FBC150; }
a { background-color: rgb(251,193,80); }
div.DivClassName
{
background-color: #FBC150;
}
.BgClassName
{
background-color: #FBC150;
}
</style>
border-color css
<style>
span { border-color: #FBC150; }
span { border-color: rgb(251,193,80); }
td.TdClassName
{
border-color: #FBC150;
}
.TagClassName
{
border-color: #FBC150;
}
</style>