Shades of Golden Tainoi #FFC761
Tints of Golden Tainoi #FFC761
RGB
CMYK
RGB Variations
Color information
#FFC761 (or 0xFFC761) is known color: Golden Tainoi. HEX triplet: FF, C7 and 61. RGB value is (255,199,97). Sum of RGB (Red+Green+Blue) = 255+199+97=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 199 (78.12% from 255 or 36.12% from 551); Blue value is 97 (38.28% from 255 or 17.60% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC761 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC761 is #00389E. Grayscale: #CCCCCC. Windows color (decimal): -14495 or 6408191. OLE color: 6408191.
HSL color Cylindrical-coordinate representation of color #FFC761: hue angle of 38.73º 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 #FFC761 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 97 | - |
| CMYK | 0 | 0.22 | 0.62 | 0 |
| HSL | 38.73º | 1% | 0.69% | - |
| HSV(B) | 38.73º | 0.62% | 1% | - |
| XYZ | 63.82 | 62.97 | 20.1 | - |
| YUV | 204.12 | 67.55 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 97 | 0 | 0.22 | 0.62 | 0 | 38.73 | 1 | 0.69 |
| Hex | FF | C7 | 61 | 0 | 16 | 3E | 0 | 27 | 64 | 45 |
| Octal | 377 | 307 | 141 | 0 | 26 | 76 | 0 | 47 | 144 | 105 |
| Binary | 11111111 | 11000111 | 1100001 | 0 | 10110 | 111110 | 0 | 100111 | 1100100 | 1000101 |
Color Harmonies of #FFC761
Complementary color
Monochromatic Colors of #FFC761
Black with #FFC761
Text Example
Text Example
White with #FFC761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC761; }
p { color: rgb(255,199,97); }
H1.HeaderClassName
{
color: #FFC761;
}
.AnyTagClassName
{
color: #FFC761;
}
</style>
background-color css
<style>
a { background-color: #FFC761; }
a { background-color: rgb(255,199,97); }
div.DivClassName
{
background-color: #FFC761;
}
.BgClassName
{
background-color: #FFC761;
}
</style>
border-color css
<style>
span { border-color: #FFC761; }
span { border-color: rgb(255,199,97); }
td.TdClassName
{
border-color: #FFC761;
}
.TagClassName
{
border-color: #FFC761;
}
</style>