Shades of Golden Tainoi #F9C644
Tints of Golden Tainoi #F9C644
RGB
CMYK
RGB Variations
Color information
#F9C644 (or 0xF9C644) is known color: Golden Tainoi. HEX triplet: F9, C6 and 44. RGB value is (249,198,68). Sum of RGB (Red+Green+Blue) = 249+198+68=515 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.35% from 515); Green value is 198 (77.73% from 255 or 38.45% from 515); Blue value is 68 (26.95% from 255 or 13.20% from 515); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C644 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C644 is #0639BB. Grayscale: #C6C6C6. Windows color (decimal): -407996 or 4507385. OLE color: 4507385.
HSL color Cylindrical-coordinate representation of color #F9C644: hue angle of 43.09º 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 #F9C644 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 198 | 68 | - |
| CMYK | 0 | 0.20 | 0.73 | 0.02 |
| HSL | 43.09º | 0.94% | 0.62% | - |
| HSV(B) | 43.09º | 0.73% | 0.98% | - |
| XYZ | 60.3 | 60.95 | 14.05 | - |
| YUV | 198.43 | 54.4 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 198 | 68 | 0 | 0.20 | 0.73 | 0.02 | 43.09 | 0.94 | 0.62 |
| Hex | F9 | C6 | 44 | 0 | 14 | 49 | 2 | 2B | 5E | 3E |
| Octal | 371 | 306 | 104 | 0 | 24 | 111 | 2 | 53 | 136 | 76 |
| Binary | 11111001 | 11000110 | 1000100 | 0 | 10100 | 1001001 | 10 | 101011 | 1011110 | 111110 |
Color Harmonies of #F9C644
Complementary color
Monochromatic Colors of #F9C644
Black with #F9C644
Text Example
Text Example
White with #F9C644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C644; }
p { color: rgb(249,198,68); }
H1.HeaderClassName
{
color: #F9C644;
}
.AnyTagClassName
{
color: #F9C644;
}
</style>
background-color css
<style>
a { background-color: #F9C644; }
a { background-color: rgb(249,198,68); }
div.DivClassName
{
background-color: #F9C644;
}
.BgClassName
{
background-color: #F9C644;
}
</style>
border-color css
<style>
span { border-color: #F9C644; }
span { border-color: rgb(249,198,68); }
td.TdClassName
{
border-color: #F9C644;
}
.TagClassName
{
border-color: #F9C644;
}
</style>