Shades of Golden Tainoi #FBC14D
Tints of Golden Tainoi #FBC14D
RGB
CMYK
RGB Variations
Color information
#FBC14D (or 0xFBC14D) is known color: Golden Tainoi. HEX triplet: FB, C1 and 4D. RGB value is (251,193,77). Sum of RGB (Red+Green+Blue) = 251+193+77=521 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.18% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 77 (30.47% from 255 or 14.78% from 521); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC14D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC14D is #043EB2. Grayscale: #C5C5C5. Windows color (decimal): -278195 or 5095931. OLE color: 5095931.
HSL color Cylindrical-coordinate representation of color #FBC14D: hue angle of 40º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FBC14D is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 193 | 77 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.02 |
| HSL | 40º | 0.96% | 0.64% | - |
| HSV(B) | 40º | 0.69% | 0.98% | - |
| XYZ | 60.19 | 59.18 | 15.27 | - |
| YUV | 197.12 | 60.22 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 193 | 77 | 0 | 0.23 | 0.69 | 0.02 | 40 | 0.96 | 0.64 |
| Hex | FB | C1 | 4D | 0 | 17 | 45 | 2 | 28 | 60 | 40 |
| Octal | 373 | 301 | 115 | 0 | 27 | 105 | 2 | 50 | 140 | 100 |
| Binary | 11111011 | 11000001 | 1001101 | 0 | 10111 | 1000101 | 10 | 101000 | 1100000 | 1000000 |
Color Harmonies of #FBC14D
Complementary color
Monochromatic Colors of #FBC14D
Black with #FBC14D
Text Example
Text Example
White with #FBC14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC14D; }
p { color: rgb(251,193,77); }
H1.HeaderClassName
{
color: #FBC14D;
}
.AnyTagClassName
{
color: #FBC14D;
}
</style>
background-color css
<style>
a { background-color: #FBC14D; }
a { background-color: rgb(251,193,77); }
div.DivClassName
{
background-color: #FBC14D;
}
.BgClassName
{
background-color: #FBC14D;
}
</style>
border-color css
<style>
span { border-color: #FBC14D; }
span { border-color: rgb(251,193,77); }
td.TdClassName
{
border-color: #FBC14D;
}
.TagClassName
{
border-color: #FBC14D;
}
</style>