Shades of Golden Tainoi #FFC944
Tints of Golden Tainoi #FFC944
RGB
CMYK
RGB Variations
Color information
#FFC944 (or 0xFFC944) is known color: Golden Tainoi. HEX triplet: FF, C9 and 44. RGB value is (255,201,68). Sum of RGB (Red+Green+Blue) = 255+201+68=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 201 (78.91% from 255 or 38.36% from 524); Blue value is 68 (26.95% from 255 or 12.98% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC944 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC944 is #0036BB. Grayscale: #CACACA. Windows color (decimal): -14012 or 4508159. OLE color: 4508159.
HSL color Cylindrical-coordinate representation of color #FFC944: hue angle of 42.67º 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 #FFC944 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 68 | - |
| CMYK | 0 | 0.21 | 0.73 | 0 |
| HSL | 42.67º | 1% | 0.63% | - |
| HSV(B) | 42.67º | 0.73% | 1% | - |
| XYZ | 63.17 | 63.45 | 14.39 | - |
| YUV | 201.98 | 52.39 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 68 | 0 | 0.21 | 0.73 | 0 | 42.67 | 1 | 0.63 |
| Hex | FF | C9 | 44 | 0 | 15 | 49 | 0 | 2B | 64 | 3F |
| Octal | 377 | 311 | 104 | 0 | 25 | 111 | 0 | 53 | 144 | 77 |
| Binary | 11111111 | 11001001 | 1000100 | 0 | 10101 | 1001001 | 0 | 101011 | 1100100 | 111111 |
Color Harmonies of #FFC944
Complementary color
Monochromatic Colors of #FFC944
Black with #FFC944
Text Example
Text Example
White with #FFC944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC944; }
p { color: rgb(255,201,68); }
H1.HeaderClassName
{
color: #FFC944;
}
.AnyTagClassName
{
color: #FFC944;
}
</style>
background-color css
<style>
a { background-color: #FFC944; }
a { background-color: rgb(255,201,68); }
div.DivClassName
{
background-color: #FFC944;
}
.BgClassName
{
background-color: #FFC944;
}
</style>
border-color css
<style>
span { border-color: #FFC944; }
span { border-color: rgb(255,201,68); }
td.TdClassName
{
border-color: #FFC944;
}
.TagClassName
{
border-color: #FFC944;
}
</style>