Shades of Golden Tainoi #FBC154
Tints of Golden Tainoi #FBC154
RGB
CMYK
RGB Variations
Color information
#FBC154 (or 0xFBC154) is known color: Golden Tainoi. HEX triplet: FB, C1 and 54. RGB value is (251,193,84). Sum of RGB (Red+Green+Blue) = 251+193+84=528 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.54% from 528); Green value is 193 (75.78% from 255 or 36.55% from 528); Blue value is 84 (33.20% from 255 or 15.91% from 528); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC154 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC154 is #043EAB. Grayscale: #C6C6C6. Windows color (decimal): -278188 or 5554683. OLE color: 5554683.
HSL color Cylindrical-coordinate representation of color #FBC154: hue angle of 39.16º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FBC154 is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 193 | 84 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.02 |
| HSL | 39.16º | 0.95% | 0.66% | - |
| HSV(B) | 39.16º | 0.67% | 0.98% | - |
| XYZ | 60.45 | 59.29 | 16.65 | - |
| YUV | 197.92 | 63.72 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 193 | 84 | 0 | 0.23 | 0.67 | 0.02 | 39.16 | 0.95 | 0.66 |
| Hex | FB | C1 | 54 | 0 | 17 | 43 | 2 | 27 | 5F | 42 |
| Octal | 373 | 301 | 124 | 0 | 27 | 103 | 2 | 47 | 137 | 102 |
| Binary | 11111011 | 11000001 | 1010100 | 0 | 10111 | 1000011 | 10 | 100111 | 1011111 | 1000010 |
Color Harmonies of #FBC154
Complementary color
Monochromatic Colors of #FBC154
Black with #FBC154
Text Example
Text Example
White with #FBC154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC154; }
p { color: rgb(251,193,84); }
H1.HeaderClassName
{
color: #FBC154;
}
.AnyTagClassName
{
color: #FBC154;
}
</style>
background-color css
<style>
a { background-color: #FBC154; }
a { background-color: rgb(251,193,84); }
div.DivClassName
{
background-color: #FBC154;
}
.BgClassName
{
background-color: #FBC154;
}
</style>
border-color css
<style>
span { border-color: #FBC154; }
span { border-color: rgb(251,193,84); }
td.TdClassName
{
border-color: #FBC154;
}
.TagClassName
{
border-color: #FBC154;
}
</style>