Shades of Golden Tainoi #FFC462
Tints of Golden Tainoi #FFC462
RGB
CMYK
RGB Variations
Color information
#FFC462 (or 0xFFC462) is known color: Golden Tainoi. HEX triplet: FF, C4 and 62. RGB value is (255,196,98). Sum of RGB (Red+Green+Blue) = 255+196+98=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 196 (76.95% from 255 or 35.70% from 549); Blue value is 98 (38.67% from 255 or 17.85% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC462 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC462 is #003B9D. Grayscale: #CACACA. Windows color (decimal): -15262 or 6472959. OLE color: 6472959.
HSL color Cylindrical-coordinate representation of color #FFC462: hue angle of 37.45º 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 #FFC462 is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 98 | - |
| CMYK | 0 | 0.23 | 0.62 | 0 |
| HSL | 37.45º | 1% | 0.69% | - |
| HSV(B) | 37.45º | 0.62% | 1% | - |
| XYZ | 63.18 | 61.62 | 20.12 | - |
| YUV | 202.47 | 69.05 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 98 | 0 | 0.23 | 0.62 | 0 | 37.45 | 1 | 0.69 |
| Hex | FF | C4 | 62 | 0 | 17 | 3E | 0 | 25 | 64 | 45 |
| Octal | 377 | 304 | 142 | 0 | 27 | 76 | 0 | 45 | 144 | 105 |
| Binary | 11111111 | 11000100 | 1100010 | 0 | 10111 | 111110 | 0 | 100101 | 1100100 | 1000101 |
Color Harmonies of #FFC462
Complementary color
Monochromatic Colors of #FFC462
Black with #FFC462
Text Example
Text Example
White with #FFC462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC462; }
p { color: rgb(255,196,98); }
H1.HeaderClassName
{
color: #FFC462;
}
.AnyTagClassName
{
color: #FFC462;
}
</style>
background-color css
<style>
a { background-color: #FFC462; }
a { background-color: rgb(255,196,98); }
div.DivClassName
{
background-color: #FFC462;
}
.BgClassName
{
background-color: #FFC462;
}
</style>
border-color css
<style>
span { border-color: #FFC462; }
span { border-color: rgb(255,196,98); }
td.TdClassName
{
border-color: #FFC462;
}
.TagClassName
{
border-color: #FFC462;
}
</style>