Shades of Golden Tainoi #F9C059
Tints of Golden Tainoi #F9C059
RGB
CMYK
RGB Variations
Color information
#F9C059 (or 0xF9C059) is known color: Golden Tainoi. HEX triplet: F9, C0 and 59. RGB value is (249,192,89). Sum of RGB (Red+Green+Blue) = 249+192+89=530 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.98% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 89 (35.16% from 255 or 16.79% from 530); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C059 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C059 is #063FA6. Grayscale: #C5C5C5. Windows color (decimal): -409511 or 5882105. OLE color: 5882105.
HSL color Cylindrical-coordinate representation of color #F9C059: hue angle of 38.62º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F9C059 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 192 | 89 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.02 |
| HSL | 38.63º | 0.93% | 0.66% | - |
| HSV(B) | 38.63º | 0.64% | 0.98% | - |
| XYZ | 59.72 | 58.56 | 17.61 | - |
| YUV | 197.3 | 66.88 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 192 | 89 | 0 | 0.23 | 0.64 | 0.02 | 38.63 | 0.93 | 0.66 |
| Hex | F9 | C0 | 59 | 0 | 17 | 40 | 2 | 27 | 5D | 42 |
| Octal | 371 | 300 | 131 | 0 | 27 | 100 | 2 | 47 | 135 | 102 |
| Binary | 11111001 | 11000000 | 1011001 | 0 | 10111 | 1000000 | 10 | 100111 | 1011101 | 1000010 |
Color Harmonies of #F9C059
Complementary color
Monochromatic Colors of #F9C059
Black with #F9C059
Text Example
Text Example
White with #F9C059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C059; }
p { color: rgb(249,192,89); }
H1.HeaderClassName
{
color: #F9C059;
}
.AnyTagClassName
{
color: #F9C059;
}
</style>
background-color css
<style>
a { background-color: #F9C059; }
a { background-color: rgb(249,192,89); }
div.DivClassName
{
background-color: #F9C059;
}
.BgClassName
{
background-color: #F9C059;
}
</style>
border-color css
<style>
span { border-color: #F9C059; }
span { border-color: rgb(249,192,89); }
td.TdClassName
{
border-color: #F9C059;
}
.TagClassName
{
border-color: #F9C059;
}
</style>