Shades of Golden Tainoi #F9C65C
Tints of Golden Tainoi #F9C65C
RGB
CMYK
RGB Variations
Color information
#F9C65C (or 0xF9C65C) is known color: Golden Tainoi. HEX triplet: F9, C6 and 5C. RGB value is (249,198,92). Sum of RGB (Red+Green+Blue) = 249+198+92=539 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.20% from 539); Green value is 198 (77.73% from 255 or 36.73% from 539); Blue value is 92 (36.33% from 255 or 17.07% from 539); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C65C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C65C is #0639A3. Grayscale: #C9C9C9. Windows color (decimal): -407972 or 6080249. OLE color: 6080249.
HSL color Cylindrical-coordinate representation of color #F9C65C: hue angle of 40.51º 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 #F9C65C is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 198 | 92 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.02 |
| HSL | 40.51º | 0.93% | 0.67% | - |
| HSV(B) | 40.51º | 0.63% | 0.98% | - |
| XYZ | 61.19 | 61.3 | 18.73 | - |
| YUV | 201.17 | 66.4 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 198 | 92 | 0 | 0.20 | 0.63 | 0.02 | 40.51 | 0.93 | 0.67 |
| Hex | F9 | C6 | 5C | 0 | 14 | 3F | 2 | 29 | 5D | 43 |
| Octal | 371 | 306 | 134 | 0 | 24 | 77 | 2 | 51 | 135 | 103 |
| Binary | 11111001 | 11000110 | 1011100 | 0 | 10100 | 111111 | 10 | 101001 | 1011101 | 1000011 |
Color Harmonies of #F9C65C
Complementary color
Monochromatic Colors of #F9C65C
Black with #F9C65C
Text Example
Text Example
White with #F9C65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C65C; }
p { color: rgb(249,198,92); }
H1.HeaderClassName
{
color: #F9C65C;
}
.AnyTagClassName
{
color: #F9C65C;
}
</style>
background-color css
<style>
a { background-color: #F9C65C; }
a { background-color: rgb(249,198,92); }
div.DivClassName
{
background-color: #F9C65C;
}
.BgClassName
{
background-color: #F9C65C;
}
</style>
border-color css
<style>
span { border-color: #F9C65C; }
span { border-color: rgb(249,198,92); }
td.TdClassName
{
border-color: #F9C65C;
}
.TagClassName
{
border-color: #F9C65C;
}
</style>