Shades of Golden Tainoi #F9C149
Tints of Golden Tainoi #F9C149
RGB
CMYK
RGB Variations
Color information
#F9C149 (or 0xF9C149) is known color: Golden Tainoi. HEX triplet: F9, C1 and 49. RGB value is (249,193,73). Sum of RGB (Red+Green+Blue) = 249+193+73=515 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.35% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 73 (28.91% from 255 or 14.17% from 515); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C149 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C149 is #063EB6. Grayscale: #C4C4C4. Windows color (decimal): -409271 or 4833785. OLE color: 4833785.
HSL color Cylindrical-coordinate representation of color #F9C149: hue angle of 40.91º 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 #F9C149 is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 193 | 73 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.02 |
| HSL | 40.91º | 0.94% | 0.63% | - |
| HSV(B) | 40.91º | 0.71% | 0.98% | - |
| XYZ | 59.34 | 58.76 | 14.52 | - |
| YUV | 196.06 | 58.55 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 193 | 73 | 0 | 0.22 | 0.71 | 0.02 | 40.91 | 0.94 | 0.63 |
| Hex | F9 | C1 | 49 | 0 | 16 | 47 | 2 | 29 | 5E | 3F |
| Octal | 371 | 301 | 111 | 0 | 26 | 107 | 2 | 51 | 136 | 77 |
| Binary | 11111001 | 11000001 | 1001001 | 0 | 10110 | 1000111 | 10 | 101001 | 1011110 | 111111 |
Color Harmonies of #F9C149
Complementary color
Monochromatic Colors of #F9C149
Black with #F9C149
Text Example
Text Example
White with #F9C149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C149; }
p { color: rgb(249,193,73); }
H1.HeaderClassName
{
color: #F9C149;
}
.AnyTagClassName
{
color: #F9C149;
}
</style>
background-color css
<style>
a { background-color: #F9C149; }
a { background-color: rgb(249,193,73); }
div.DivClassName
{
background-color: #F9C149;
}
.BgClassName
{
background-color: #F9C149;
}
</style>
border-color css
<style>
span { border-color: #F9C149; }
span { border-color: rgb(249,193,73); }
td.TdClassName
{
border-color: #F9C149;
}
.TagClassName
{
border-color: #F9C149;
}
</style>