Shades of Golden Tainoi #FFC643
Tints of Golden Tainoi #FFC643
RGB
CMYK
RGB Variations
Color information
#FFC643 (or 0xFFC643) is known color: Golden Tainoi. HEX triplet: FF, C6 and 43. RGB value is (255,198,67). Sum of RGB (Red+Green+Blue) = 255+198+67=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 198 (77.73% from 255 or 38.08% from 520); Blue value is 67 (26.56% from 255 or 12.88% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC643 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC643 is #0039BC. Grayscale: #C8C8C8. Windows color (decimal): -14781 or 4441855. OLE color: 4441855.
HSL color Cylindrical-coordinate representation of color #FFC643: hue angle of 41.81º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FFC643 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 67 | - |
| CMYK | 0 | 0.22 | 0.74 | 0 |
| HSL | 41.81º | 1% | 0.63% | - |
| HSV(B) | 41.81º | 0.74% | 1% | - |
| XYZ | 62.45 | 62.05 | 14 | - |
| YUV | 200.11 | 52.88 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 67 | 0 | 0.22 | 0.74 | 0 | 41.81 | 1 | 0.63 |
| Hex | FF | C6 | 43 | 0 | 16 | 4A | 0 | 2A | 64 | 3F |
| Octal | 377 | 306 | 103 | 0 | 26 | 112 | 0 | 52 | 144 | 77 |
| Binary | 11111111 | 11000110 | 1000011 | 0 | 10110 | 1001010 | 0 | 101010 | 1100100 | 111111 |
Color Harmonies of #FFC643
Complementary color
Monochromatic Colors of #FFC643
Black with #FFC643
Text Example
Text Example
White with #FFC643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC643; }
p { color: rgb(255,198,67); }
H1.HeaderClassName
{
color: #FFC643;
}
.AnyTagClassName
{
color: #FFC643;
}
</style>
background-color css
<style>
a { background-color: #FFC643; }
a { background-color: rgb(255,198,67); }
div.DivClassName
{
background-color: #FFC643;
}
.BgClassName
{
background-color: #FFC643;
}
</style>
border-color css
<style>
span { border-color: #FFC643; }
span { border-color: rgb(255,198,67); }
td.TdClassName
{
border-color: #FFC643;
}
.TagClassName
{
border-color: #FFC643;
}
</style>