Shades of Golden Tainoi #FFC744
Tints of Golden Tainoi #FFC744
RGB
CMYK
RGB Variations
Color information
#FFC744 (or 0xFFC744) is known color: Golden Tainoi. HEX triplet: FF, C7 and 44. RGB value is (255,199,68). Sum of RGB (Red+Green+Blue) = 255+199+68=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 199 (78.12% from 255 or 38.12% from 522); Blue value is 68 (26.95% from 255 or 13.03% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC744 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC744 is #0038BB. Grayscale: #C9C9C9. Windows color (decimal): -14524 or 4507647. OLE color: 4507647.
HSL color Cylindrical-coordinate representation of color #FFC744: hue angle of 42.03º 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 #FFC744 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 68 | - |
| CMYK | 0 | 0.22 | 0.73 | 0 |
| HSL | 42.03º | 1% | 0.63% | - |
| HSV(B) | 42.03º | 0.73% | 1% | - |
| XYZ | 62.71 | 62.52 | 14.23 | - |
| YUV | 200.81 | 53.05 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 68 | 0 | 0.22 | 0.73 | 0 | 42.03 | 1 | 0.63 |
| Hex | FF | C7 | 44 | 0 | 16 | 49 | 0 | 2A | 64 | 3F |
| Octal | 377 | 307 | 104 | 0 | 26 | 111 | 0 | 52 | 144 | 77 |
| Binary | 11111111 | 11000111 | 1000100 | 0 | 10110 | 1001001 | 0 | 101010 | 1100100 | 111111 |
Color Harmonies of #FFC744
Complementary color
Monochromatic Colors of #FFC744
Black with #FFC744
Text Example
Text Example
White with #FFC744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC744; }
p { color: rgb(255,199,68); }
H1.HeaderClassName
{
color: #FFC744;
}
.AnyTagClassName
{
color: #FFC744;
}
</style>
background-color css
<style>
a { background-color: #FFC744; }
a { background-color: rgb(255,199,68); }
div.DivClassName
{
background-color: #FFC744;
}
.BgClassName
{
background-color: #FFC744;
}
</style>
border-color css
<style>
span { border-color: #FFC744; }
span { border-color: rgb(255,199,68); }
td.TdClassName
{
border-color: #FFC744;
}
.TagClassName
{
border-color: #FFC744;
}
</style>