Shades of Golden Tainoi #F9BC54
Tints of Golden Tainoi #F9BC54
RGB
CMYK
RGB Variations
Color information
#F9BC54 (or 0xF9BC54) is known color: Golden Tainoi. HEX triplet: F9, BC and 54. RGB value is (249,188,84). Sum of RGB (Red+Green+Blue) = 249+188+84=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 84 (33.20% from 255 or 16.12% from 521); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BC54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9BC54 is #0643AB. Grayscale: #C2C2C2. Windows color (decimal): -410540 or 5553401. OLE color: 5553401.
HSL color Cylindrical-coordinate representation of color #F9BC54: hue angle of 37.82º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F9BC54 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 188 | 84 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.02 |
| HSL | 37.82º | 0.93% | 0.65% | - |
| HSV(B) | 37.82º | 0.66% | 0.98% | - |
| XYZ | 58.65 | 56.75 | 16.25 | - |
| YUV | 194.38 | 65.71 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 188 | 84 | 0 | 0.24 | 0.66 | 0.02 | 37.82 | 0.93 | 0.65 |
| Hex | F9 | BC | 54 | 0 | 18 | 42 | 2 | 26 | 5D | 41 |
| Octal | 371 | 274 | 124 | 0 | 30 | 102 | 2 | 46 | 135 | 101 |
| Binary | 11111001 | 10111100 | 1010100 | 0 | 11000 | 1000010 | 10 | 100110 | 1011101 | 1000001 |
Color Harmonies of #F9BC54
Complementary color
Monochromatic Colors of #F9BC54
Black with #F9BC54
Text Example
Text Example
White with #F9BC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BC54; }
p { color: rgb(249,188,84); }
H1.HeaderClassName
{
color: #F9BC54;
}
.AnyTagClassName
{
color: #F9BC54;
}
</style>
background-color css
<style>
a { background-color: #F9BC54; }
a { background-color: rgb(249,188,84); }
div.DivClassName
{
background-color: #F9BC54;
}
.BgClassName
{
background-color: #F9BC54;
}
</style>
border-color css
<style>
span { border-color: #F9BC54; }
span { border-color: rgb(249,188,84); }
td.TdClassName
{
border-color: #F9BC54;
}
.TagClassName
{
border-color: #F9BC54;
}
</style>