Shades of Golden Tainoi #FBC84A
Tints of Golden Tainoi #FBC84A
RGB
CMYK
RGB Variations
Color information
#FBC84A (or 0xFBC84A) is known color: Golden Tainoi. HEX triplet: FB, C8 and 4A. RGB value is (251,200,74). Sum of RGB (Red+Green+Blue) = 251+200+74=525 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.81% from 525); Green value is 200 (78.52% from 255 or 38.10% from 525); Blue value is 74 (29.30% from 255 or 14.10% from 525); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC84A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC84A is #0437B5. Grayscale: #C9C9C9. Windows color (decimal): -276406 or 4901115. OLE color: 4901115.
HSL color Cylindrical-coordinate representation of color #FBC84A: hue angle of 42.71º 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 #FBC84A is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 74 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.02 |
| HSL | 42.71º | 0.96% | 0.64% | - |
| HSV(B) | 42.71º | 0.71% | 0.98% | - |
| XYZ | 61.67 | 62.31 | 15.26 | - |
| YUV | 200.89 | 56.4 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 74 | 0 | 0.20 | 0.71 | 0.02 | 42.71 | 0.96 | 0.64 |
| Hex | FB | C8 | 4A | 0 | 14 | 47 | 2 | 2B | 60 | 40 |
| Octal | 373 | 310 | 112 | 0 | 24 | 107 | 2 | 53 | 140 | 100 |
| Binary | 11111011 | 11001000 | 1001010 | 0 | 10100 | 1000111 | 10 | 101011 | 1100000 | 1000000 |
Color Harmonies of #FBC84A
Complementary color
Monochromatic Colors of #FBC84A
Black with #FBC84A
Text Example
Text Example
White with #FBC84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC84A; }
p { color: rgb(251,200,74); }
H1.HeaderClassName
{
color: #FBC84A;
}
.AnyTagClassName
{
color: #FBC84A;
}
</style>
background-color css
<style>
a { background-color: #FBC84A; }
a { background-color: rgb(251,200,74); }
div.DivClassName
{
background-color: #FBC84A;
}
.BgClassName
{
background-color: #FBC84A;
}
</style>
border-color css
<style>
span { border-color: #FBC84A; }
span { border-color: rgb(251,200,74); }
td.TdClassName
{
border-color: #FBC84A;
}
.TagClassName
{
border-color: #FBC84A;
}
</style>