Shades of Golden Tainoi #FFC653
Tints of Golden Tainoi #FFC653
RGB
CMYK
RGB Variations
Color information
#FFC653 (or 0xFFC653) is known color: Golden Tainoi. HEX triplet: FF, C6 and 53. RGB value is (255,198,83). Sum of RGB (Red+Green+Blue) = 255+198+83=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 198 (77.73% from 255 or 36.94% from 536); Blue value is 83 (32.81% from 255 or 15.49% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC653 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC653 is #0039AC. Grayscale: #CACACA. Windows color (decimal): -14765 or 5490431. OLE color: 5490431.
HSL color Cylindrical-coordinate representation of color #FFC653: hue angle of 40.12º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFC653 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 83 | - |
| CMYK | 0 | 0.22 | 0.67 | 0 |
| HSL | 40.12º | 1% | 0.66% | - |
| HSV(B) | 40.12º | 0.67% | 1% | - |
| XYZ | 63 | 62.27 | 16.88 | - |
| YUV | 201.93 | 60.88 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 83 | 0 | 0.22 | 0.67 | 0 | 40.12 | 1 | 0.66 |
| Hex | FF | C6 | 53 | 0 | 16 | 43 | 0 | 28 | 64 | 42 |
| Octal | 377 | 306 | 123 | 0 | 26 | 103 | 0 | 50 | 144 | 102 |
| Binary | 11111111 | 11000110 | 1010011 | 0 | 10110 | 1000011 | 0 | 101000 | 1100100 | 1000010 |
Color Harmonies of #FFC653
Complementary color
Monochromatic Colors of #FFC653
Black with #FFC653
Text Example
Text Example
White with #FFC653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC653; }
p { color: rgb(255,198,83); }
H1.HeaderClassName
{
color: #FFC653;
}
.AnyTagClassName
{
color: #FFC653;
}
</style>
background-color css
<style>
a { background-color: #FFC653; }
a { background-color: rgb(255,198,83); }
div.DivClassName
{
background-color: #FFC653;
}
.BgClassName
{
background-color: #FFC653;
}
</style>
border-color css
<style>
span { border-color: #FFC653; }
span { border-color: rgb(255,198,83); }
td.TdClassName
{
border-color: #FFC653;
}
.TagClassName
{
border-color: #FFC653;
}
</style>