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