Shades of Golden Tainoi #F9BD57
Tints of Golden Tainoi #F9BD57
RGB
CMYK
RGB Variations
Color information
#F9BD57 (or 0xF9BD57) is known color: Golden Tainoi. HEX triplet: F9, BD and 57. RGB value is (249,189,87). Sum of RGB (Red+Green+Blue) = 249+189+87=525 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.43% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 87 (34.38% from 255 or 16.57% from 525); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BD57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9BD57 is #0642A8. Grayscale: #C3C3C3. Windows color (decimal): -410281 or 5750265. OLE color: 5750265.
HSL color Cylindrical-coordinate representation of color #F9BD57: hue angle of 37.78º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F9BD57 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 189 | 87 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.02 |
| HSL | 37.78º | 0.93% | 0.66% | - |
| HSV(B) | 37.78º | 0.65% | 0.98% | - |
| XYZ | 58.98 | 57.22 | 16.95 | - |
| YUV | 195.31 | 66.88 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 189 | 87 | 0 | 0.24 | 0.65 | 0.02 | 37.78 | 0.93 | 0.66 |
| Hex | F9 | BD | 57 | 0 | 18 | 41 | 2 | 26 | 5D | 42 |
| Octal | 371 | 275 | 127 | 0 | 30 | 101 | 2 | 46 | 135 | 102 |
| Binary | 11111001 | 10111101 | 1010111 | 0 | 11000 | 1000001 | 10 | 100110 | 1011101 | 1000010 |
Color Harmonies of #F9BD57
Complementary color
Monochromatic Colors of #F9BD57
Black with #F9BD57
Text Example
Text Example
White with #F9BD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BD57; }
p { color: rgb(249,189,87); }
H1.HeaderClassName
{
color: #F9BD57;
}
.AnyTagClassName
{
color: #F9BD57;
}
</style>
background-color css
<style>
a { background-color: #F9BD57; }
a { background-color: rgb(249,189,87); }
div.DivClassName
{
background-color: #F9BD57;
}
.BgClassName
{
background-color: #F9BD57;
}
</style>
border-color css
<style>
span { border-color: #F9BD57; }
span { border-color: rgb(249,189,87); }
td.TdClassName
{
border-color: #F9BD57;
}
.TagClassName
{
border-color: #F9BD57;
}
</style>