Shades of Golden Tainoi #F8BC54
Tints of Golden Tainoi #F8BC54
RGB
CMYK
RGB Variations
Color information
#F8BC54 (or 0xF8BC54) is known color: Golden Tainoi. HEX triplet: F8, BC and 54. RGB value is (248,188,84). Sum of RGB (Red+Green+Blue) = 248+188+84=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 84 (33.20% from 255 or 16.15% from 520); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BC54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8BC54 is #0743AB. Grayscale: #C2C2C2. Windows color (decimal): -476076 or 5553400. OLE color: 5553400.
HSL color Cylindrical-coordinate representation of color #F8BC54: hue angle of 38.05º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F8BC54 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 188 | 84 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.03 |
| HSL | 38.05º | 0.92% | 0.65% | - |
| HSV(B) | 38.05º | 0.66% | 0.97% | - |
| XYZ | 58.29 | 56.56 | 16.23 | - |
| YUV | 194.08 | 65.88 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 188 | 84 | 0 | 0.24 | 0.66 | 0.03 | 38.05 | 0.92 | 0.65 |
| Hex | F8 | BC | 54 | 0 | 18 | 42 | 3 | 26 | 5C | 41 |
| Octal | 370 | 274 | 124 | 0 | 30 | 102 | 3 | 46 | 134 | 101 |
| Binary | 11111000 | 10111100 | 1010100 | 0 | 11000 | 1000010 | 11 | 100110 | 1011100 | 1000001 |
Color Harmonies of #F8BC54
Complementary color
Monochromatic Colors of #F8BC54
Black with #F8BC54
Text Example
Text Example
White with #F8BC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BC54; }
p { color: rgb(248,188,84); }
H1.HeaderClassName
{
color: #F8BC54;
}
.AnyTagClassName
{
color: #F8BC54;
}
</style>
background-color css
<style>
a { background-color: #F8BC54; }
a { background-color: rgb(248,188,84); }
div.DivClassName
{
background-color: #F8BC54;
}
.BgClassName
{
background-color: #F8BC54;
}
</style>
border-color css
<style>
span { border-color: #F8BC54; }
span { border-color: rgb(248,188,84); }
td.TdClassName
{
border-color: #F8BC54;
}
.TagClassName
{
border-color: #F8BC54;
}
</style>