Shades of Golden Tainoi #FFC062
Tints of Golden Tainoi #FFC062
RGB
CMYK
RGB Variations
Color information
#FFC062 (or 0xFFC062) is known color: Golden Tainoi. HEX triplet: FF, C0 and 62. RGB value is (255,192,98). Sum of RGB (Red+Green+Blue) = 255+192+98=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 98 (38.67% from 255 or 17.98% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC062 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC062 is #003F9D. Grayscale: #C8C8C8. Windows color (decimal): -16286 or 6471935. OLE color: 6471935.
HSL color Cylindrical-coordinate representation of color #FFC062: hue angle of 35.92º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFC062 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 98 | - |
| CMYK | 0 | 0.25 | 0.62 | 0 |
| HSL | 35.92º | 1% | 0.69% | - |
| HSV(B) | 35.92º | 0.62% | 1% | - |
| XYZ | 62.29 | 59.84 | 19.82 | - |
| YUV | 200.12 | 70.37 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 98 | 0 | 0.25 | 0.62 | 0 | 35.92 | 1 | 0.69 |
| Hex | FF | C0 | 62 | 0 | 19 | 3E | 0 | 24 | 64 | 45 |
| Octal | 377 | 300 | 142 | 0 | 31 | 76 | 0 | 44 | 144 | 105 |
| Binary | 11111111 | 11000000 | 1100010 | 0 | 11001 | 111110 | 0 | 100100 | 1100100 | 1000101 |
Color Harmonies of #FFC062
Complementary color
Monochromatic Colors of #FFC062
Black with #FFC062
Text Example
Text Example
White with #FFC062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC062; }
p { color: rgb(255,192,98); }
H1.HeaderClassName
{
color: #FFC062;
}
.AnyTagClassName
{
color: #FFC062;
}
</style>
background-color css
<style>
a { background-color: #FFC062; }
a { background-color: rgb(255,192,98); }
div.DivClassName
{
background-color: #FFC062;
}
.BgClassName
{
background-color: #FFC062;
}
</style>
border-color css
<style>
span { border-color: #FFC062; }
span { border-color: rgb(255,192,98); }
td.TdClassName
{
border-color: #FFC062;
}
.TagClassName
{
border-color: #FFC062;
}
</style>