Shades of Golden Tainoi #FBBC4A
Tints of Golden Tainoi #FBBC4A
RGB
CMYK
RGB Variations
Color information
#FBBC4A (or 0xFBBC4A) is known color: Golden Tainoi. HEX triplet: FB, BC and 4A. RGB value is (251,188,74). Sum of RGB (Red+Green+Blue) = 251+188+74=513 (67% of max value = 765). Red value is 251 (98.44% from 255 or 48.93% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 74 (29.30% from 255 or 14.42% from 513); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBC4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBBC4A is #0443B5. Grayscale: #C2C2C2. Windows color (decimal): -279478 or 4898043. OLE color: 4898043.
HSL color Cylindrical-coordinate representation of color #FBBC4A: hue angle of 38.64º 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 #FBBC4A is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 188 | 74 | - |
| CMYK | 0 | 0.25 | 0.71 | 0.02 |
| HSL | 38.64º | 0.96% | 0.64% | - |
| HSV(B) | 38.64º | 0.71% | 0.98% | - |
| XYZ | 59 | 56.97 | 14.37 | - |
| YUV | 193.84 | 60.37 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 188 | 74 | 0 | 0.25 | 0.71 | 0.02 | 38.64 | 0.96 | 0.64 |
| Hex | FB | BC | 4A | 0 | 19 | 47 | 2 | 27 | 60 | 40 |
| Octal | 373 | 274 | 112 | 0 | 31 | 107 | 2 | 47 | 140 | 100 |
| Binary | 11111011 | 10111100 | 1001010 | 0 | 11001 | 1000111 | 10 | 100111 | 1100000 | 1000000 |
Color Harmonies of #FBBC4A
Complementary color
Monochromatic Colors of #FBBC4A
Black with #FBBC4A
Text Example
Text Example
White with #FBBC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBC4A; }
p { color: rgb(251,188,74); }
H1.HeaderClassName
{
color: #FBBC4A;
}
.AnyTagClassName
{
color: #FBBC4A;
}
</style>
background-color css
<style>
a { background-color: #FBBC4A; }
a { background-color: rgb(251,188,74); }
div.DivClassName
{
background-color: #FBBC4A;
}
.BgClassName
{
background-color: #FBBC4A;
}
</style>
border-color css
<style>
span { border-color: #FBBC4A; }
span { border-color: rgb(251,188,74); }
td.TdClassName
{
border-color: #FBBC4A;
}
.TagClassName
{
border-color: #FBBC4A;
}
</style>