Shades of Golden Tainoi #F9C249
Tints of Golden Tainoi #F9C249
RGB
CMYK
RGB Variations
Color information
#F9C249 (or 0xF9C249) is known color: Golden Tainoi. HEX triplet: F9, C2 and 49. RGB value is (249,194,73). Sum of RGB (Red+Green+Blue) = 249+194+73=516 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.26% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 73 (28.91% from 255 or 14.15% from 516); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C249 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C249 is #063DB6. Grayscale: #C5C5C5. Windows color (decimal): -409015 or 4834041. OLE color: 4834041.
HSL color Cylindrical-coordinate representation of color #F9C249: hue angle of 41.25º 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 #F9C249 is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 194 | 73 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.02 |
| HSL | 41.25º | 0.94% | 0.63% | - |
| HSV(B) | 41.25º | 0.71% | 0.98% | - |
| XYZ | 59.56 | 59.2 | 14.59 | - |
| YUV | 196.65 | 58.22 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 194 | 73 | 0 | 0.22 | 0.71 | 0.02 | 41.25 | 0.94 | 0.63 |
| Hex | F9 | C2 | 49 | 0 | 16 | 47 | 2 | 29 | 5E | 3F |
| Octal | 371 | 302 | 111 | 0 | 26 | 107 | 2 | 51 | 136 | 77 |
| Binary | 11111001 | 11000010 | 1001001 | 0 | 10110 | 1000111 | 10 | 101001 | 1011110 | 111111 |
Color Harmonies of #F9C249
Complementary color
Monochromatic Colors of #F9C249
Black with #F9C249
Text Example
Text Example
White with #F9C249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C249; }
p { color: rgb(249,194,73); }
H1.HeaderClassName
{
color: #F9C249;
}
.AnyTagClassName
{
color: #F9C249;
}
</style>
background-color css
<style>
a { background-color: #F9C249; }
a { background-color: rgb(249,194,73); }
div.DivClassName
{
background-color: #F9C249;
}
.BgClassName
{
background-color: #F9C249;
}
</style>
border-color css
<style>
span { border-color: #F9C249; }
span { border-color: rgb(249,194,73); }
td.TdClassName
{
border-color: #F9C249;
}
.TagClassName
{
border-color: #F9C249;
}
</style>