Shades of Golden Tainoi #FBC054
Tints of Golden Tainoi #FBC054
RGB
CMYK
RGB Variations
Color information
#FBC054 (or 0xFBC054) is known color: Golden Tainoi. HEX triplet: FB, C0 and 54. RGB value is (251,192,84). Sum of RGB (Red+Green+Blue) = 251+192+84=527 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.63% from 527); Green value is 192 (75.39% from 255 or 36.43% from 527); Blue value is 84 (33.20% from 255 or 15.94% from 527); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC054 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC054 is #043FAB. Grayscale: #C5C5C5. Windows color (decimal): -278444 or 5554427. OLE color: 5554427.
HSL color Cylindrical-coordinate representation of color #FBC054: hue angle of 38.8º 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 #FBC054 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 84 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.02 |
| HSL | 38.8º | 0.95% | 0.66% | - |
| HSV(B) | 38.8º | 0.67% | 0.98% | - |
| XYZ | 60.23 | 58.85 | 16.57 | - |
| YUV | 197.33 | 64.05 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 84 | 0 | 0.24 | 0.67 | 0.02 | 38.8 | 0.95 | 0.66 |
| Hex | FB | C0 | 54 | 0 | 18 | 43 | 2 | 27 | 5F | 42 |
| Octal | 373 | 300 | 124 | 0 | 30 | 103 | 2 | 47 | 137 | 102 |
| Binary | 11111011 | 11000000 | 1010100 | 0 | 11000 | 1000011 | 10 | 100111 | 1011111 | 1000010 |
Color Harmonies of #FBC054
Complementary color
Monochromatic Colors of #FBC054
Black with #FBC054
Text Example
Text Example
White with #FBC054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC054; }
p { color: rgb(251,192,84); }
H1.HeaderClassName
{
color: #FBC054;
}
.AnyTagClassName
{
color: #FBC054;
}
</style>
background-color css
<style>
a { background-color: #FBC054; }
a { background-color: rgb(251,192,84); }
div.DivClassName
{
background-color: #FBC054;
}
.BgClassName
{
background-color: #FBC054;
}
</style>
border-color css
<style>
span { border-color: #FBC054; }
span { border-color: rgb(251,192,84); }
td.TdClassName
{
border-color: #FBC054;
}
.TagClassName
{
border-color: #FBC054;
}
</style>