Shades of Golden Tainoi #F9C24E
Tints of Golden Tainoi #F9C24E
RGB
CMYK
RGB Variations
Color information
#F9C24E (or 0xF9C24E) is known color: Golden Tainoi. HEX triplet: F9, C2 and 4E. RGB value is (249,194,78). Sum of RGB (Red+Green+Blue) = 249+194+78=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 78 (30.86% from 255 or 14.97% from 521); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C24E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C24E is #063DB1. Grayscale: #C5C5C5. Windows color (decimal): -409010 or 5161721. OLE color: 5161721.
HSL color Cylindrical-coordinate representation of color #F9C24E: hue angle of 40.7º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F9C24E is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 194 | 78 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.02 |
| HSL | 40.7º | 0.93% | 0.64% | - |
| HSV(B) | 40.7º | 0.69% | 0.98% | - |
| XYZ | 59.73 | 59.27 | 15.5 | - |
| YUV | 197.22 | 60.72 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 194 | 78 | 0 | 0.22 | 0.69 | 0.02 | 40.7 | 0.93 | 0.64 |
| Hex | F9 | C2 | 4E | 0 | 16 | 45 | 2 | 29 | 5D | 40 |
| Octal | 371 | 302 | 116 | 0 | 26 | 105 | 2 | 51 | 135 | 100 |
| Binary | 11111001 | 11000010 | 1001110 | 0 | 10110 | 1000101 | 10 | 101001 | 1011101 | 1000000 |
Color Harmonies of #F9C24E
Complementary color
Monochromatic Colors of #F9C24E
Black with #F9C24E
Text Example
Text Example
White with #F9C24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C24E; }
p { color: rgb(249,194,78); }
H1.HeaderClassName
{
color: #F9C24E;
}
.AnyTagClassName
{
color: #F9C24E;
}
</style>
background-color css
<style>
a { background-color: #F9C24E; }
a { background-color: rgb(249,194,78); }
div.DivClassName
{
background-color: #F9C24E;
}
.BgClassName
{
background-color: #F9C24E;
}
</style>
border-color css
<style>
span { border-color: #F9C24E; }
span { border-color: rgb(249,194,78); }
td.TdClassName
{
border-color: #F9C24E;
}
.TagClassName
{
border-color: #F9C24E;
}
</style>