Shades of Golden Tainoi #F9C749
Tints of Golden Tainoi #F9C749
RGB
CMYK
RGB Variations
Color information
#F9C749 (or 0xF9C749) is known color: Golden Tainoi. HEX triplet: F9, C7 and 49. RGB value is (249,199,73). Sum of RGB (Red+Green+Blue) = 249+199+73=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 199 (78.12% from 255 or 38.20% from 521); Blue value is 73 (28.91% from 255 or 14.01% from 521); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C749 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C749 is #0638B6. Grayscale: #C8C8C8. Windows color (decimal): -407735 or 4835321. OLE color: 4835321.
HSL color Cylindrical-coordinate representation of color #F9C749: hue angle of 42.95º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F9C749 is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 199 | 73 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.02 |
| HSL | 42.95º | 0.94% | 0.63% | - |
| HSV(B) | 42.95º | 0.71% | 0.98% | - |
| XYZ | 60.69 | 61.47 | 14.97 | - |
| YUV | 199.59 | 56.57 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 199 | 73 | 0 | 0.20 | 0.71 | 0.02 | 42.95 | 0.94 | 0.63 |
| Hex | F9 | C7 | 49 | 0 | 14 | 47 | 2 | 2B | 5E | 3F |
| Octal | 371 | 307 | 111 | 0 | 24 | 107 | 2 | 53 | 136 | 77 |
| Binary | 11111001 | 11000111 | 1001001 | 0 | 10100 | 1000111 | 10 | 101011 | 1011110 | 111111 |
Color Harmonies of #F9C749
Complementary color
Monochromatic Colors of #F9C749
Black with #F9C749
Text Example
Text Example
White with #F9C749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C749; }
p { color: rgb(249,199,73); }
H1.HeaderClassName
{
color: #F9C749;
}
.AnyTagClassName
{
color: #F9C749;
}
</style>
background-color css
<style>
a { background-color: #F9C749; }
a { background-color: rgb(249,199,73); }
div.DivClassName
{
background-color: #F9C749;
}
.BgClassName
{
background-color: #F9C749;
}
</style>
border-color css
<style>
span { border-color: #F9C749; }
span { border-color: rgb(249,199,73); }
td.TdClassName
{
border-color: #F9C749;
}
.TagClassName
{
border-color: #F9C749;
}
</style>