Shades of Golden Tainoi #FFC443
Tints of Golden Tainoi #FFC443
RGB
CMYK
RGB Variations
Color information
#FFC443 (or 0xFFC443) is known color: Golden Tainoi. HEX triplet: FF, C4 and 43. RGB value is (255,196,67). Sum of RGB (Red+Green+Blue) = 255+196+67=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 196 (76.95% from 255 or 37.84% from 518); Blue value is 67 (26.56% from 255 or 12.93% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC443 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC443 is #003BBC. Grayscale: #C7C7C7. Windows color (decimal): -15293 or 4441343. OLE color: 4441343.
HSL color Cylindrical-coordinate representation of color #FFC443: hue angle of 41.17º 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 #FFC443 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 67 | - |
| CMYK | 0 | 0.23 | 0.74 | 0 |
| HSL | 41.17º | 1% | 0.63% | - |
| HSV(B) | 41.17º | 0.74% | 1% | - |
| XYZ | 61.99 | 61.15 | 13.84 | - |
| YUV | 198.94 | 53.55 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 67 | 0 | 0.23 | 0.74 | 0 | 41.17 | 1 | 0.63 |
| Hex | FF | C4 | 43 | 0 | 17 | 4A | 0 | 29 | 64 | 3F |
| Octal | 377 | 304 | 103 | 0 | 27 | 112 | 0 | 51 | 144 | 77 |
| Binary | 11111111 | 11000100 | 1000011 | 0 | 10111 | 1001010 | 0 | 101001 | 1100100 | 111111 |
Color Harmonies of #FFC443
Complementary color
Monochromatic Colors of #FFC443
Black with #FFC443
Text Example
Text Example
White with #FFC443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC443; }
p { color: rgb(255,196,67); }
H1.HeaderClassName
{
color: #FFC443;
}
.AnyTagClassName
{
color: #FFC443;
}
</style>
background-color css
<style>
a { background-color: #FFC443; }
a { background-color: rgb(255,196,67); }
div.DivClassName
{
background-color: #FFC443;
}
.BgClassName
{
background-color: #FFC443;
}
</style>
border-color css
<style>
span { border-color: #FFC443; }
span { border-color: rgb(255,196,67); }
td.TdClassName
{
border-color: #FFC443;
}
.TagClassName
{
border-color: #FFC443;
}
</style>