Shades of Golden Tainoi #FFC862
Tints of Golden Tainoi #FFC862
RGB
CMYK
RGB Variations
Color information
#FFC862 (or 0xFFC862) is known color: Golden Tainoi. HEX triplet: FF, C8 and 62. RGB value is (255,200,98). Sum of RGB (Red+Green+Blue) = 255+200+98=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 200 (78.52% from 255 or 36.17% from 553); Blue value is 98 (38.67% from 255 or 17.72% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC862 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC862 is #00379D. Grayscale: #CDCDCD. Windows color (decimal): -14238 or 6473983. OLE color: 6473983.
HSL color Cylindrical-coordinate representation of color #FFC862: hue angle of 38.98º 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 #FFC862 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 98 | - |
| CMYK | 0 | 0.22 | 0.62 | 0 |
| HSL | 38.98º | 1% | 0.69% | - |
| HSV(B) | 38.98º | 0.62% | 1% | - |
| XYZ | 64.1 | 63.45 | 20.42 | - |
| YUV | 204.82 | 67.72 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 98 | 0 | 0.22 | 0.62 | 0 | 38.98 | 1 | 0.69 |
| Hex | FF | C8 | 62 | 0 | 16 | 3E | 0 | 27 | 64 | 45 |
| Octal | 377 | 310 | 142 | 0 | 26 | 76 | 0 | 47 | 144 | 105 |
| Binary | 11111111 | 11001000 | 1100010 | 0 | 10110 | 111110 | 0 | 100111 | 1100100 | 1000101 |
Color Harmonies of #FFC862
Complementary color
Monochromatic Colors of #FFC862
Black with #FFC862
Text Example
Text Example
White with #FFC862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC862; }
p { color: rgb(255,200,98); }
H1.HeaderClassName
{
color: #FFC862;
}
.AnyTagClassName
{
color: #FFC862;
}
</style>
background-color css
<style>
a { background-color: #FFC862; }
a { background-color: rgb(255,200,98); }
div.DivClassName
{
background-color: #FFC862;
}
.BgClassName
{
background-color: #FFC862;
}
</style>
border-color css
<style>
span { border-color: #FFC862; }
span { border-color: rgb(255,200,98); }
td.TdClassName
{
border-color: #FFC862;
}
.TagClassName
{
border-color: #FFC862;
}
</style>