Shades of Golden Tainoi #FFC650
Tints of Golden Tainoi #FFC650
RGB
CMYK
RGB Variations
Color information
#FFC650 (or 0xFFC650) is known color: Golden Tainoi. HEX triplet: FF, C6 and 50. RGB value is (255,198,80). Sum of RGB (Red+Green+Blue) = 255+198+80=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 198 (77.73% from 255 or 37.15% from 533); Blue value is 80 (31.64% from 255 or 15.01% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC650 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC650 is #0039AF. Grayscale: #CACACA. Windows color (decimal): -14768 or 5293823. OLE color: 5293823.
HSL color Cylindrical-coordinate representation of color #FFC650: hue angle of 40.46º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFC650 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 80 | - |
| CMYK | 0 | 0.22 | 0.69 | 0 |
| HSL | 40.46º | 1% | 0.66% | - |
| HSV(B) | 40.46º | 0.69% | 1% | - |
| XYZ | 62.88 | 62.23 | 16.29 | - |
| YUV | 201.59 | 59.38 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 80 | 0 | 0.22 | 0.69 | 0 | 40.46 | 1 | 0.66 |
| Hex | FF | C6 | 50 | 0 | 16 | 45 | 0 | 28 | 64 | 42 |
| Octal | 377 | 306 | 120 | 0 | 26 | 105 | 0 | 50 | 144 | 102 |
| Binary | 11111111 | 11000110 | 1010000 | 0 | 10110 | 1000101 | 0 | 101000 | 1100100 | 1000010 |
Color Harmonies of #FFC650
Complementary color
Monochromatic Colors of #FFC650
Black with #FFC650
Text Example
Text Example
White with #FFC650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC650; }
p { color: rgb(255,198,80); }
H1.HeaderClassName
{
color: #FFC650;
}
.AnyTagClassName
{
color: #FFC650;
}
</style>
background-color css
<style>
a { background-color: #FFC650; }
a { background-color: rgb(255,198,80); }
div.DivClassName
{
background-color: #FFC650;
}
.BgClassName
{
background-color: #FFC650;
}
</style>
border-color css
<style>
span { border-color: #FFC650; }
span { border-color: rgb(255,198,80); }
td.TdClassName
{
border-color: #FFC650;
}
.TagClassName
{
border-color: #FFC650;
}
</style>