Shades of Golden Tainoi #F9C65D
Tints of Golden Tainoi #F9C65D
RGB
CMYK
RGB Variations
Color information
#F9C65D (or 0xF9C65D) is known color: Golden Tainoi. HEX triplet: F9, C6 and 5D. RGB value is (249,198,93). Sum of RGB (Red+Green+Blue) = 249+198+93=540 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.11% from 540); Green value is 198 (77.73% from 255 or 36.67% from 540); Blue value is 93 (36.72% from 255 or 17.22% from 540); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C65D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C65D is #0639A2. Grayscale: #C9C9C9. Windows color (decimal): -407971 or 6145785. OLE color: 6145785.
HSL color Cylindrical-coordinate representation of color #F9C65D: hue angle of 40.38º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F9C65D is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 198 | 93 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.02 |
| HSL | 40.38º | 0.93% | 0.67% | - |
| HSV(B) | 40.38º | 0.63% | 0.98% | - |
| XYZ | 61.24 | 61.32 | 18.96 | - |
| YUV | 201.28 | 66.9 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 198 | 93 | 0 | 0.20 | 0.63 | 0.02 | 40.38 | 0.93 | 0.67 |
| Hex | F9 | C6 | 5D | 0 | 14 | 3F | 2 | 28 | 5D | 43 |
| Octal | 371 | 306 | 135 | 0 | 24 | 77 | 2 | 50 | 135 | 103 |
| Binary | 11111001 | 11000110 | 1011101 | 0 | 10100 | 111111 | 10 | 101000 | 1011101 | 1000011 |
Color Harmonies of #F9C65D
Complementary color
Monochromatic Colors of #F9C65D
Black with #F9C65D
Text Example
Text Example
White with #F9C65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C65D; }
p { color: rgb(249,198,93); }
H1.HeaderClassName
{
color: #F9C65D;
}
.AnyTagClassName
{
color: #F9C65D;
}
</style>
background-color css
<style>
a { background-color: #F9C65D; }
a { background-color: rgb(249,198,93); }
div.DivClassName
{
background-color: #F9C65D;
}
.BgClassName
{
background-color: #F9C65D;
}
</style>
border-color css
<style>
span { border-color: #F9C65D; }
span { border-color: rgb(249,198,93); }
td.TdClassName
{
border-color: #F9C65D;
}
.TagClassName
{
border-color: #F9C65D;
}
</style>