Shades of Golden Tainoi #F6C25D
Tints of Golden Tainoi #F6C25D
RGB
CMYK
RGB Variations
Color information
#F6C25D (or 0xF6C25D) is known color: Golden Tainoi. HEX triplet: F6, C2 and 5D. RGB value is (246,194,93). Sum of RGB (Red+Green+Blue) = 246+194+93=533 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.15% from 533); Green value is 194 (76.17% from 255 or 36.40% from 533); Blue value is 93 (36.72% from 255 or 17.45% from 533); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C25D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C25D is #093DA2. Grayscale: #C6C6C6. Windows color (decimal): -605603 or 6144758. OLE color: 6144758.
HSL color Cylindrical-coordinate representation of color #F6C25D: hue angle of 39.61º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F6C25D is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 194 | 93 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.04 |
| HSL | 39.61º | 0.89% | 0.66% | - |
| HSV(B) | 39.61º | 0.62% | 0.96% | - |
| XYZ | 59.27 | 58.97 | 18.61 | - |
| YUV | 198.03 | 68.73 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 194 | 93 | 0 | 0.21 | 0.62 | 0.04 | 39.61 | 0.89 | 0.66 |
| Hex | F6 | C2 | 5D | 0 | 15 | 3E | 4 | 28 | 59 | 42 |
| Octal | 366 | 302 | 135 | 0 | 25 | 76 | 4 | 50 | 131 | 102 |
| Binary | 11110110 | 11000010 | 1011101 | 0 | 10101 | 111110 | 100 | 101000 | 1011001 | 1000010 |
Color Harmonies of #F6C25D
Complementary color
Monochromatic Colors of #F6C25D
Black with #F6C25D
Text Example
Text Example
White with #F6C25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C25D; }
p { color: rgb(246,194,93); }
H1.HeaderClassName
{
color: #F6C25D;
}
.AnyTagClassName
{
color: #F6C25D;
}
</style>
background-color css
<style>
a { background-color: #F6C25D; }
a { background-color: rgb(246,194,93); }
div.DivClassName
{
background-color: #F6C25D;
}
.BgClassName
{
background-color: #F6C25D;
}
</style>
border-color css
<style>
span { border-color: #F6C25D; }
span { border-color: rgb(246,194,93); }
td.TdClassName
{
border-color: #F6C25D;
}
.TagClassName
{
border-color: #F6C25D;
}
</style>