Shades of Golden Tainoi #F9C650
Tints of Golden Tainoi #F9C650
RGB
CMYK
RGB Variations
Color information
#F9C650 (or 0xF9C650) is known color: Golden Tainoi. HEX triplet: F9, C6 and 50. RGB value is (249,198,80). Sum of RGB (Red+Green+Blue) = 249+198+80=527 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.25% from 527); Green value is 198 (77.73% from 255 or 37.57% from 527); Blue value is 80 (31.64% from 255 or 15.18% from 527); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C650 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C650 is #0639AF. Grayscale: #C8C8C8. Windows color (decimal): -407984 or 5293817. OLE color: 5293817.
HSL color Cylindrical-coordinate representation of color #F9C650: hue angle of 41.89º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F9C650 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 198 | 80 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.02 |
| HSL | 41.89º | 0.93% | 0.65% | - |
| HSV(B) | 41.89º | 0.68% | 0.98% | - |
| XYZ | 60.71 | 61.11 | 16.18 | - |
| YUV | 199.8 | 60.4 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 198 | 80 | 0 | 0.20 | 0.68 | 0.02 | 41.89 | 0.93 | 0.65 |
| Hex | F9 | C6 | 50 | 0 | 14 | 44 | 2 | 2A | 5D | 41 |
| Octal | 371 | 306 | 120 | 0 | 24 | 104 | 2 | 52 | 135 | 101 |
| Binary | 11111001 | 11000110 | 1010000 | 0 | 10100 | 1000100 | 10 | 101010 | 1011101 | 1000001 |
Color Harmonies of #F9C650
Complementary color
Monochromatic Colors of #F9C650
Black with #F9C650
Text Example
Text Example
White with #F9C650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C650; }
p { color: rgb(249,198,80); }
H1.HeaderClassName
{
color: #F9C650;
}
.AnyTagClassName
{
color: #F9C650;
}
</style>
background-color css
<style>
a { background-color: #F9C650; }
a { background-color: rgb(249,198,80); }
div.DivClassName
{
background-color: #F9C650;
}
.BgClassName
{
background-color: #F9C650;
}
</style>
border-color css
<style>
span { border-color: #F9C650; }
span { border-color: rgb(249,198,80); }
td.TdClassName
{
border-color: #F9C650;
}
.TagClassName
{
border-color: #F9C650;
}
</style>