Shades of Golden Tainoi #FFC043
Tints of Golden Tainoi #FFC043
RGB
CMYK
RGB Variations
Color information
#FFC043 (or 0xFFC043) is known color: Golden Tainoi. HEX triplet: FF, C0 and 43. RGB value is (255,192,67). Sum of RGB (Red+Green+Blue) = 255+192+67=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 67 (26.56% from 255 or 13.04% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC043 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC043 is #003FBC. Grayscale: #C5C5C5. Windows color (decimal): -16317 or 4440319. OLE color: 4440319.
HSL color Cylindrical-coordinate representation of color #FFC043: hue angle of 39.89º 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 #FFC043 is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 67 | - |
| CMYK | 0 | 0.25 | 0.74 | 0 |
| HSL | 39.89º | 1% | 0.63% | - |
| HSV(B) | 39.89º | 0.74% | 1% | - |
| XYZ | 61.1 | 59.36 | 13.55 | - |
| YUV | 196.59 | 54.87 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 67 | 0 | 0.25 | 0.74 | 0 | 39.89 | 1 | 0.63 |
| Hex | FF | C0 | 43 | 0 | 19 | 4A | 0 | 28 | 64 | 3F |
| Octal | 377 | 300 | 103 | 0 | 31 | 112 | 0 | 50 | 144 | 77 |
| Binary | 11111111 | 11000000 | 1000011 | 0 | 11001 | 1001010 | 0 | 101000 | 1100100 | 111111 |
Color Harmonies of #FFC043
Complementary color
Monochromatic Colors of #FFC043
Black with #FFC043
Text Example
Text Example
White with #FFC043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC043; }
p { color: rgb(255,192,67); }
H1.HeaderClassName
{
color: #FFC043;
}
.AnyTagClassName
{
color: #FFC043;
}
</style>
background-color css
<style>
a { background-color: #FFC043; }
a { background-color: rgb(255,192,67); }
div.DivClassName
{
background-color: #FFC043;
}
.BgClassName
{
background-color: #FFC043;
}
</style>
border-color css
<style>
span { border-color: #FFC043; }
span { border-color: rgb(255,192,67); }
td.TdClassName
{
border-color: #FFC043;
}
.TagClassName
{
border-color: #FFC043;
}
</style>