Shades of Golden Tainoi #F9C449
Tints of Golden Tainoi #F9C449
RGB
CMYK
RGB Variations
Color information
#F9C449 (or 0xF9C449) is known color: Golden Tainoi. HEX triplet: F9, C4 and 49. RGB value is (249,196,73). Sum of RGB (Red+Green+Blue) = 249+196+73=518 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.07% from 518); Green value is 196 (76.95% from 255 or 37.84% from 518); Blue value is 73 (28.91% from 255 or 14.09% from 518); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C449 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C449 is #063BB6. Grayscale: #C6C6C6. Windows color (decimal): -408503 or 4834553. OLE color: 4834553.
HSL color Cylindrical-coordinate representation of color #F9C449: hue angle of 41.93º 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 #F9C449 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 196 | 73 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.02 |
| HSL | 41.93º | 0.94% | 0.63% | - |
| HSV(B) | 41.93º | 0.71% | 0.98% | - |
| XYZ | 60.01 | 60.1 | 14.74 | - |
| YUV | 197.83 | 57.56 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 196 | 73 | 0 | 0.21 | 0.71 | 0.02 | 41.93 | 0.94 | 0.63 |
| Hex | F9 | C4 | 49 | 0 | 15 | 47 | 2 | 2A | 5E | 3F |
| Octal | 371 | 304 | 111 | 0 | 25 | 107 | 2 | 52 | 136 | 77 |
| Binary | 11111001 | 11000100 | 1001001 | 0 | 10101 | 1000111 | 10 | 101010 | 1011110 | 111111 |
Color Harmonies of #F9C449
Complementary color
Monochromatic Colors of #F9C449
Black with #F9C449
Text Example
Text Example
White with #F9C449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C449; }
p { color: rgb(249,196,73); }
H1.HeaderClassName
{
color: #F9C449;
}
.AnyTagClassName
{
color: #F9C449;
}
</style>
background-color css
<style>
a { background-color: #F9C449; }
a { background-color: rgb(249,196,73); }
div.DivClassName
{
background-color: #F9C449;
}
.BgClassName
{
background-color: #F9C449;
}
</style>
border-color css
<style>
span { border-color: #F9C449; }
span { border-color: rgb(249,196,73); }
td.TdClassName
{
border-color: #F9C449;
}
.TagClassName
{
border-color: #F9C449;
}
</style>