Shades of Golden Tainoi #FFC261
Tints of Golden Tainoi #FFC261
RGB
CMYK
RGB Variations
Color information
#FFC261 (or 0xFFC261) is known color: Golden Tainoi. HEX triplet: FF, C2 and 61. RGB value is (255,194,97). Sum of RGB (Red+Green+Blue) = 255+194+97=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 194 (76.17% from 255 or 35.53% from 546); Blue value is 97 (38.28% from 255 or 17.77% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC261 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC261 is #003D9E. Grayscale: #C9C9C9. Windows color (decimal): -15775 or 6406911. OLE color: 6406911.
HSL color Cylindrical-coordinate representation of color #FFC261: hue angle of 36.84º 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 #FFC261 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 97 | - |
| CMYK | 0 | 0.24 | 0.62 | 0 |
| HSL | 36.84º | 1% | 0.69% | - |
| HSV(B) | 36.84º | 0.62% | 1% | - |
| XYZ | 62.69 | 60.71 | 19.72 | - |
| YUV | 201.18 | 69.21 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 97 | 0 | 0.24 | 0.62 | 0 | 36.84 | 1 | 0.69 |
| Hex | FF | C2 | 61 | 0 | 18 | 3E | 0 | 25 | 64 | 45 |
| Octal | 377 | 302 | 141 | 0 | 30 | 76 | 0 | 45 | 144 | 105 |
| Binary | 11111111 | 11000010 | 1100001 | 0 | 11000 | 111110 | 0 | 100101 | 1100100 | 1000101 |
Color Harmonies of #FFC261
Complementary color
Monochromatic Colors of #FFC261
Black with #FFC261
Text Example
Text Example
White with #FFC261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC261; }
p { color: rgb(255,194,97); }
H1.HeaderClassName
{
color: #FFC261;
}
.AnyTagClassName
{
color: #FFC261;
}
</style>
background-color css
<style>
a { background-color: #FFC261; }
a { background-color: rgb(255,194,97); }
div.DivClassName
{
background-color: #FFC261;
}
.BgClassName
{
background-color: #FFC261;
}
</style>
border-color css
<style>
span { border-color: #FFC261; }
span { border-color: rgb(255,194,97); }
td.TdClassName
{
border-color: #FFC261;
}
.TagClassName
{
border-color: #FFC261;
}
</style>