Shades of Golden Tainoi #FFC461
Tints of Golden Tainoi #FFC461
RGB
CMYK
RGB Variations
Color information
#FFC461 (or 0xFFC461) is known color: Golden Tainoi. HEX triplet: FF, C4 and 61. RGB value is (255,196,97). Sum of RGB (Red+Green+Blue) = 255+196+97=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 196 (76.95% from 255 or 35.77% from 548); Blue value is 97 (38.28% from 255 or 17.70% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC461 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC461 is #003B9E. Grayscale: #CACACA. Windows color (decimal): -15263 or 6407423. OLE color: 6407423.
HSL color Cylindrical-coordinate representation of color #FFC461: hue angle of 37.59º 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 #FFC461 is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 97 | - |
| CMYK | 0 | 0.23 | 0.62 | 0 |
| HSL | 37.59º | 1% | 0.69% | - |
| HSV(B) | 37.59º | 0.62% | 1% | - |
| XYZ | 63.14 | 61.6 | 19.87 | - |
| YUV | 202.36 | 68.55 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 97 | 0 | 0.23 | 0.62 | 0 | 37.59 | 1 | 0.69 |
| Hex | FF | C4 | 61 | 0 | 17 | 3E | 0 | 26 | 64 | 45 |
| Octal | 377 | 304 | 141 | 0 | 27 | 76 | 0 | 46 | 144 | 105 |
| Binary | 11111111 | 11000100 | 1100001 | 0 | 10111 | 111110 | 0 | 100110 | 1100100 | 1000101 |
Color Harmonies of #FFC461
Complementary color
Monochromatic Colors of #FFC461
Black with #FFC461
Text Example
Text Example
White with #FFC461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC461; }
p { color: rgb(255,196,97); }
H1.HeaderClassName
{
color: #FFC461;
}
.AnyTagClassName
{
color: #FFC461;
}
</style>
background-color css
<style>
a { background-color: #FFC461; }
a { background-color: rgb(255,196,97); }
div.DivClassName
{
background-color: #FFC461;
}
.BgClassName
{
background-color: #FFC461;
}
</style>
border-color css
<style>
span { border-color: #FFC461; }
span { border-color: rgb(255,196,97); }
td.TdClassName
{
border-color: #FFC461;
}
.TagClassName
{
border-color: #FFC461;
}
</style>