Shades of Golden Tainoi #FFC044
Tints of Golden Tainoi #FFC044
RGB
CMYK
RGB Variations
Color information
#FFC044 (or 0xFFC044) is known color: Golden Tainoi. HEX triplet: FF, C0 and 44. RGB value is (255,192,68). Sum of RGB (Red+Green+Blue) = 255+192+68=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 68 (26.95% from 255 or 13.20% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC044 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC044 is #003FBB. Grayscale: #C5C5C5. Windows color (decimal): -16316 or 4505855. OLE color: 4505855.
HSL color Cylindrical-coordinate representation of color #FFC044: hue angle of 39.79º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFC044 is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 68 | - |
| CMYK | 0 | 0.25 | 0.73 | 0 |
| HSL | 39.79º | 1% | 0.63% | - |
| HSV(B) | 39.79º | 0.73% | 1% | - |
| XYZ | 61.13 | 59.38 | 13.71 | - |
| YUV | 196.7 | 55.37 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 68 | 0 | 0.25 | 0.73 | 0 | 39.79 | 1 | 0.63 |
| Hex | FF | C0 | 44 | 0 | 19 | 49 | 0 | 28 | 64 | 3F |
| Octal | 377 | 300 | 104 | 0 | 31 | 111 | 0 | 50 | 144 | 77 |
| Binary | 11111111 | 11000000 | 1000100 | 0 | 11001 | 1001001 | 0 | 101000 | 1100100 | 111111 |
Color Harmonies of #FFC044
Complementary color
Monochromatic Colors of #FFC044
Black with #FFC044
Text Example
Text Example
White with #FFC044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC044; }
p { color: rgb(255,192,68); }
H1.HeaderClassName
{
color: #FFC044;
}
.AnyTagClassName
{
color: #FFC044;
}
</style>
background-color css
<style>
a { background-color: #FFC044; }
a { background-color: rgb(255,192,68); }
div.DivClassName
{
background-color: #FFC044;
}
.BgClassName
{
background-color: #FFC044;
}
</style>
border-color css
<style>
span { border-color: #FFC044; }
span { border-color: rgb(255,192,68); }
td.TdClassName
{
border-color: #FFC044;
}
.TagClassName
{
border-color: #FFC044;
}
</style>