Shades of Golden Tainoi #F9C24A
Tints of Golden Tainoi #F9C24A
RGB
CMYK
RGB Variations
Color information
#F9C24A (or 0xF9C24A) is known color: Golden Tainoi. HEX triplet: F9, C2 and 4A. RGB value is (249,194,74). Sum of RGB (Red+Green+Blue) = 249+194+74=517 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.16% from 517); Green value is 194 (76.17% from 255 or 37.52% from 517); Blue value is 74 (29.30% from 255 or 14.31% from 517); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C24A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C24A is #063DB5. Grayscale: #C5C5C5. Windows color (decimal): -409014 or 4899577. OLE color: 4899577.
HSL color Cylindrical-coordinate representation of color #F9C24A: hue angle of 41.14º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F9C24A is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 194 | 74 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.02 |
| HSL | 41.14º | 0.94% | 0.63% | - |
| HSV(B) | 41.14º | 0.7% | 0.98% | - |
| XYZ | 59.59 | 59.22 | 14.77 | - |
| YUV | 196.77 | 58.72 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 194 | 74 | 0 | 0.22 | 0.70 | 0.02 | 41.14 | 0.94 | 0.63 |
| Hex | F9 | C2 | 4A | 0 | 16 | 46 | 2 | 29 | 5E | 3F |
| Octal | 371 | 302 | 112 | 0 | 26 | 106 | 2 | 51 | 136 | 77 |
| Binary | 11111001 | 11000010 | 1001010 | 0 | 10110 | 1000110 | 10 | 101001 | 1011110 | 111111 |
Color Harmonies of #F9C24A
Complementary color
Monochromatic Colors of #F9C24A
Black with #F9C24A
Text Example
Text Example
White with #F9C24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C24A; }
p { color: rgb(249,194,74); }
H1.HeaderClassName
{
color: #F9C24A;
}
.AnyTagClassName
{
color: #F9C24A;
}
</style>
background-color css
<style>
a { background-color: #F9C24A; }
a { background-color: rgb(249,194,74); }
div.DivClassName
{
background-color: #F9C24A;
}
.BgClassName
{
background-color: #F9C24A;
}
</style>
border-color css
<style>
span { border-color: #F9C24A; }
span { border-color: rgb(249,194,74); }
td.TdClassName
{
border-color: #F9C24A;
}
.TagClassName
{
border-color: #F9C24A;
}
</style>