Shades of Golden Tainoi #F6C05A
Tints of Golden Tainoi #F6C05A
RGB
CMYK
RGB Variations
Color information
#F6C05A (or 0xF6C05A) is known color: Golden Tainoi. HEX triplet: F6, C0 and 5A. RGB value is (246,192,90). Sum of RGB (Red+Green+Blue) = 246+192+90=528 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.59% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 90 (35.55% from 255 or 17.05% from 528); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C05A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C05A is #093FA5. Grayscale: #C4C4C4. Windows color (decimal): -606118 or 5947638. OLE color: 5947638.
HSL color Cylindrical-coordinate representation of color #F6C05A: hue angle of 39.23º 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 #F6C05A is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 192 | 90 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.04 |
| HSL | 39.23º | 0.9% | 0.66% | - |
| HSV(B) | 39.23º | 0.63% | 0.96% | - |
| XYZ | 58.7 | 58.03 | 17.78 | - |
| YUV | 196.52 | 67.89 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 192 | 90 | 0 | 0.22 | 0.63 | 0.04 | 39.23 | 0.9 | 0.66 |
| Hex | F6 | C0 | 5A | 0 | 16 | 3F | 4 | 27 | 5A | 42 |
| Octal | 366 | 300 | 132 | 0 | 26 | 77 | 4 | 47 | 132 | 102 |
| Binary | 11110110 | 11000000 | 1011010 | 0 | 10110 | 111111 | 100 | 100111 | 1011010 | 1000010 |
Color Harmonies of #F6C05A
Complementary color
Monochromatic Colors of #F6C05A
Black with #F6C05A
Text Example
Text Example
White with #F6C05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C05A; }
p { color: rgb(246,192,90); }
H1.HeaderClassName
{
color: #F6C05A;
}
.AnyTagClassName
{
color: #F6C05A;
}
</style>
background-color css
<style>
a { background-color: #F6C05A; }
a { background-color: rgb(246,192,90); }
div.DivClassName
{
background-color: #F6C05A;
}
.BgClassName
{
background-color: #F6C05A;
}
</style>
border-color css
<style>
span { border-color: #F6C05A; }
span { border-color: rgb(246,192,90); }
td.TdClassName
{
border-color: #F6C05A;
}
.TagClassName
{
border-color: #F6C05A;
}
</style>