Shades of Golden Tainoi #F9C45C
Tints of Golden Tainoi #F9C45C
RGB
CMYK
RGB Variations
Color information
#F9C45C (or 0xF9C45C) is known color: Golden Tainoi. HEX triplet: F9, C4 and 5C. RGB value is (249,196,92). Sum of RGB (Red+Green+Blue) = 249+196+92=537 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.37% from 537); Green value is 196 (76.95% from 255 or 36.50% from 537); Blue value is 92 (36.33% from 255 or 17.13% from 537); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C45C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C45C is #063BA3. Grayscale: #C8C8C8. Windows color (decimal): -408484 or 6079737. OLE color: 6079737.
HSL color Cylindrical-coordinate representation of color #F9C45C: hue angle of 39.75º 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 #F9C45C is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 196 | 92 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.02 |
| HSL | 39.75º | 0.93% | 0.67% | - |
| HSV(B) | 39.75º | 0.63% | 0.98% | - |
| XYZ | 60.74 | 60.39 | 18.58 | - |
| YUV | 199.99 | 67.06 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 196 | 92 | 0 | 0.21 | 0.63 | 0.02 | 39.75 | 0.93 | 0.67 |
| Hex | F9 | C4 | 5C | 0 | 15 | 3F | 2 | 28 | 5D | 43 |
| Octal | 371 | 304 | 134 | 0 | 25 | 77 | 2 | 50 | 135 | 103 |
| Binary | 11111001 | 11000100 | 1011100 | 0 | 10101 | 111111 | 10 | 101000 | 1011101 | 1000011 |
Color Harmonies of #F9C45C
Complementary color
Monochromatic Colors of #F9C45C
Black with #F9C45C
Text Example
Text Example
White with #F9C45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C45C; }
p { color: rgb(249,196,92); }
H1.HeaderClassName
{
color: #F9C45C;
}
.AnyTagClassName
{
color: #F9C45C;
}
</style>
background-color css
<style>
a { background-color: #F9C45C; }
a { background-color: rgb(249,196,92); }
div.DivClassName
{
background-color: #F9C45C;
}
.BgClassName
{
background-color: #F9C45C;
}
</style>
border-color css
<style>
span { border-color: #F9C45C; }
span { border-color: rgb(249,196,92); }
td.TdClassName
{
border-color: #F9C45C;
}
.TagClassName
{
border-color: #F9C45C;
}
</style>