Shades of Golden Tainoi #F6C25C
Tints of Golden Tainoi #F6C25C
RGB
CMYK
RGB Variations
Color information
#F6C25C (or 0xF6C25C) is known color: Golden Tainoi. HEX triplet: F6, C2 and 5C. RGB value is (246,194,92). Sum of RGB (Red+Green+Blue) = 246+194+92=532 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.24% from 532); Green value is 194 (76.17% from 255 or 36.47% from 532); Blue value is 92 (36.33% from 255 or 17.29% from 532); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C25C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C25C is #093DA3. Grayscale: #C6C6C6. Windows color (decimal): -605604 or 6079222. OLE color: 6079222.
HSL color Cylindrical-coordinate representation of color #F6C25C: hue angle of 39.74º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F6C25C is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 194 | 92 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.04 |
| HSL | 39.74º | 0.9% | 0.66% | - |
| HSV(B) | 39.74º | 0.63% | 0.96% | - |
| XYZ | 59.23 | 58.95 | 18.38 | - |
| YUV | 197.92 | 68.23 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 194 | 92 | 0 | 0.21 | 0.63 | 0.04 | 39.74 | 0.9 | 0.66 |
| Hex | F6 | C2 | 5C | 0 | 15 | 3F | 4 | 28 | 5A | 42 |
| Octal | 366 | 302 | 134 | 0 | 25 | 77 | 4 | 50 | 132 | 102 |
| Binary | 11110110 | 11000010 | 1011100 | 0 | 10101 | 111111 | 100 | 101000 | 1011010 | 1000010 |
Color Harmonies of #F6C25C
Complementary color
Monochromatic Colors of #F6C25C
Black with #F6C25C
Text Example
Text Example
White with #F6C25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C25C; }
p { color: rgb(246,194,92); }
H1.HeaderClassName
{
color: #F6C25C;
}
.AnyTagClassName
{
color: #F6C25C;
}
</style>
background-color css
<style>
a { background-color: #F6C25C; }
a { background-color: rgb(246,194,92); }
div.DivClassName
{
background-color: #F6C25C;
}
.BgClassName
{
background-color: #F6C25C;
}
</style>
border-color css
<style>
span { border-color: #F6C25C; }
span { border-color: rgb(246,194,92); }
td.TdClassName
{
border-color: #F6C25C;
}
.TagClassName
{
border-color: #F6C25C;
}
</style>