Shades of Golden Tainoi #F9C05F
Tints of Golden Tainoi #F9C05F
RGB
CMYK
RGB Variations
Color information
#F9C05F (or 0xF9C05F) is known color: Golden Tainoi. HEX triplet: F9, C0 and 5F. RGB value is (249,192,95). Sum of RGB (Red+Green+Blue) = 249+192+95=536 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.46% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 95 (37.5% from 255 or 17.72% from 536); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C05F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C05F is #063FA0. Grayscale: #C6C6C6. Windows color (decimal): -409505 or 6275321. OLE color: 6275321.
HSL color Cylindrical-coordinate representation of color #F9C05F: hue angle of 37.79º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F9C05F is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 192 | 95 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.02 |
| HSL | 37.79º | 0.93% | 0.67% | - |
| HSV(B) | 37.79º | 0.62% | 0.98% | - |
| XYZ | 59.98 | 58.67 | 18.99 | - |
| YUV | 197.99 | 69.88 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 192 | 95 | 0 | 0.23 | 0.62 | 0.02 | 37.79 | 0.93 | 0.67 |
| Hex | F9 | C0 | 5F | 0 | 17 | 3E | 2 | 26 | 5D | 43 |
| Octal | 371 | 300 | 137 | 0 | 27 | 76 | 2 | 46 | 135 | 103 |
| Binary | 11111001 | 11000000 | 1011111 | 0 | 10111 | 111110 | 10 | 100110 | 1011101 | 1000011 |
Color Harmonies of #F9C05F
Complementary color
Monochromatic Colors of #F9C05F
Black with #F9C05F
Text Example
Text Example
White with #F9C05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C05F; }
p { color: rgb(249,192,95); }
H1.HeaderClassName
{
color: #F9C05F;
}
.AnyTagClassName
{
color: #F9C05F;
}
</style>
background-color css
<style>
a { background-color: #F9C05F; }
a { background-color: rgb(249,192,95); }
div.DivClassName
{
background-color: #F9C05F;
}
.BgClassName
{
background-color: #F9C05F;
}
</style>
border-color css
<style>
span { border-color: #F9C05F; }
span { border-color: rgb(249,192,95); }
td.TdClassName
{
border-color: #F9C05F;
}
.TagClassName
{
border-color: #F9C05F;
}
</style>