Shades of Golden Tainoi #F9C044
Tints of Golden Tainoi #F9C044
RGB
CMYK
RGB Variations
Color information
#F9C044 (or 0xF9C044) is known color: Golden Tainoi. HEX triplet: F9, C0 and 44. RGB value is (249,192,68). Sum of RGB (Red+Green+Blue) = 249+192+68=509 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.92% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 68 (26.95% from 255 or 13.36% from 509); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C044 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C044 is #063FBB. Grayscale: #C3C3C3. Windows color (decimal): -409532 or 4505849. OLE color: 4505849.
HSL color Cylindrical-coordinate representation of color #F9C044: hue angle of 41.1º 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 #F9C044 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 192 | 68 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.02 |
| HSL | 41.1º | 0.94% | 0.62% | - |
| HSV(B) | 41.1º | 0.73% | 0.98% | - |
| XYZ | 58.96 | 58.26 | 13.61 | - |
| YUV | 194.91 | 56.38 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 192 | 68 | 0 | 0.23 | 0.73 | 0.02 | 41.1 | 0.94 | 0.62 |
| Hex | F9 | C0 | 44 | 0 | 17 | 49 | 2 | 29 | 5E | 3E |
| Octal | 371 | 300 | 104 | 0 | 27 | 111 | 2 | 51 | 136 | 76 |
| Binary | 11111001 | 11000000 | 1000100 | 0 | 10111 | 1001001 | 10 | 101001 | 1011110 | 111110 |
Color Harmonies of #F9C044
Complementary color
Monochromatic Colors of #F9C044
Black with #F9C044
Text Example
Text Example
White with #F9C044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C044; }
p { color: rgb(249,192,68); }
H1.HeaderClassName
{
color: #F9C044;
}
.AnyTagClassName
{
color: #F9C044;
}
</style>
background-color css
<style>
a { background-color: #F9C044; }
a { background-color: rgb(249,192,68); }
div.DivClassName
{
background-color: #F9C044;
}
.BgClassName
{
background-color: #F9C044;
}
</style>
border-color css
<style>
span { border-color: #F9C044; }
span { border-color: rgb(249,192,68); }
td.TdClassName
{
border-color: #F9C044;
}
.TagClassName
{
border-color: #F9C044;
}
</style>