Shades of Golden Tainoi #F9C643
Tints of Golden Tainoi #F9C643
RGB
CMYK
RGB Variations
Color information
#F9C643 (or 0xF9C643) is known color: Golden Tainoi. HEX triplet: F9, C6 and 43. RGB value is (249,198,67). Sum of RGB (Red+Green+Blue) = 249+198+67=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 198 (77.73% from 255 or 38.52% from 514); Blue value is 67 (26.56% from 255 or 13.04% from 514); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C643 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C643 is #0639BC. Grayscale: #C6C6C6. Windows color (decimal): -407997 or 4441849. OLE color: 4441849.
HSL color Cylindrical-coordinate representation of color #F9C643: hue angle of 43.19º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F9C643 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 198 | 67 | - |
| CMYK | 0 | 0.20 | 0.73 | 0.02 |
| HSL | 43.19º | 0.94% | 0.62% | - |
| HSV(B) | 43.19º | 0.73% | 0.98% | - |
| XYZ | 60.27 | 60.93 | 13.89 | - |
| YUV | 198.32 | 53.9 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 198 | 67 | 0 | 0.20 | 0.73 | 0.02 | 43.19 | 0.94 | 0.62 |
| Hex | F9 | C6 | 43 | 0 | 14 | 49 | 2 | 2B | 5E | 3E |
| Octal | 371 | 306 | 103 | 0 | 24 | 111 | 2 | 53 | 136 | 76 |
| Binary | 11111001 | 11000110 | 1000011 | 0 | 10100 | 1001001 | 10 | 101011 | 1011110 | 111110 |
Color Harmonies of #F9C643
Complementary color
Monochromatic Colors of #F9C643
Black with #F9C643
Text Example
Text Example
White with #F9C643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C643; }
p { color: rgb(249,198,67); }
H1.HeaderClassName
{
color: #F9C643;
}
.AnyTagClassName
{
color: #F9C643;
}
</style>
background-color css
<style>
a { background-color: #F9C643; }
a { background-color: rgb(249,198,67); }
div.DivClassName
{
background-color: #F9C643;
}
.BgClassName
{
background-color: #F9C643;
}
</style>
border-color css
<style>
span { border-color: #F9C643; }
span { border-color: rgb(249,198,67); }
td.TdClassName
{
border-color: #F9C643;
}
.TagClassName
{
border-color: #F9C643;
}
</style>