Shades of Golden Tainoi #F9C744
Tints of Golden Tainoi #F9C744
RGB
CMYK
RGB Variations
Color information
#F9C744 (or 0xF9C744) is known color: Golden Tainoi. HEX triplet: F9, C7 and 44. RGB value is (249,199,68). Sum of RGB (Red+Green+Blue) = 249+199+68=516 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.26% from 516); Green value is 199 (78.12% from 255 or 38.57% from 516); Blue value is 68 (26.95% from 255 or 13.18% from 516); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C744 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C744 is #0638BB. Grayscale: #C7C7C7. Windows color (decimal): -407740 or 4507641. OLE color: 4507641.
HSL color Cylindrical-coordinate representation of color #F9C744: hue angle of 43.43º 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 #F9C744 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 199 | 68 | - |
| CMYK | 0 | 0.20 | 0.73 | 0.02 |
| HSL | 43.43º | 0.94% | 0.62% | - |
| HSV(B) | 43.43º | 0.73% | 0.98% | - |
| XYZ | 60.53 | 61.4 | 14.13 | - |
| YUV | 199.02 | 54.07 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 199 | 68 | 0 | 0.20 | 0.73 | 0.02 | 43.43 | 0.94 | 0.62 |
| Hex | F9 | C7 | 44 | 0 | 14 | 49 | 2 | 2B | 5E | 3E |
| Octal | 371 | 307 | 104 | 0 | 24 | 111 | 2 | 53 | 136 | 76 |
| Binary | 11111001 | 11000111 | 1000100 | 0 | 10100 | 1001001 | 10 | 101011 | 1011110 | 111110 |
Color Harmonies of #F9C744
Complementary color
Monochromatic Colors of #F9C744
Black with #F9C744
Text Example
Text Example
White with #F9C744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C744; }
p { color: rgb(249,199,68); }
H1.HeaderClassName
{
color: #F9C744;
}
.AnyTagClassName
{
color: #F9C744;
}
</style>
background-color css
<style>
a { background-color: #F9C744; }
a { background-color: rgb(249,199,68); }
div.DivClassName
{
background-color: #F9C744;
}
.BgClassName
{
background-color: #F9C744;
}
</style>
border-color css
<style>
span { border-color: #F9C744; }
span { border-color: rgb(249,199,68); }
td.TdClassName
{
border-color: #F9C744;
}
.TagClassName
{
border-color: #F9C744;
}
</style>