Shades of Golden Tainoi #FFC149
Tints of Golden Tainoi #FFC149
RGB
CMYK
RGB Variations
Color information
#FFC149 (or 0xFFC149) is known color: Golden Tainoi. HEX triplet: FF, C1 and 49. RGB value is (255,193,73). Sum of RGB (Red+Green+Blue) = 255+193+73=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 73 (28.91% from 255 or 14.01% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC149 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC149 is #003EB6. Grayscale: #C6C6C6. Windows color (decimal): -16055 or 4833791. OLE color: 4833791.
HSL color Cylindrical-coordinate representation of color #FFC149: hue angle of 39.56º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFC149 is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 73 | - |
| CMYK | 0 | 0.24 | 0.71 | 0 |
| HSL | 39.56º | 1% | 0.64% | - |
| HSV(B) | 39.56º | 0.71% | 1% | - |
| XYZ | 61.51 | 59.88 | 14.62 | - |
| YUV | 197.86 | 57.54 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 73 | 0 | 0.24 | 0.71 | 0 | 39.56 | 1 | 0.64 |
| Hex | FF | C1 | 49 | 0 | 18 | 47 | 0 | 28 | 64 | 40 |
| Octal | 377 | 301 | 111 | 0 | 30 | 107 | 0 | 50 | 144 | 100 |
| Binary | 11111111 | 11000001 | 1001001 | 0 | 11000 | 1000111 | 0 | 101000 | 1100100 | 1000000 |
Color Harmonies of #FFC149
Complementary color
Monochromatic Colors of #FFC149
Black with #FFC149
Text Example
Text Example
White with #FFC149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC149; }
p { color: rgb(255,193,73); }
H1.HeaderClassName
{
color: #FFC149;
}
.AnyTagClassName
{
color: #FFC149;
}
</style>
background-color css
<style>
a { background-color: #FFC149; }
a { background-color: rgb(255,193,73); }
div.DivClassName
{
background-color: #FFC149;
}
.BgClassName
{
background-color: #FFC149;
}
</style>
border-color css
<style>
span { border-color: #FFC149; }
span { border-color: rgb(255,193,73); }
td.TdClassName
{
border-color: #FFC149;
}
.TagClassName
{
border-color: #FFC149;
}
</style>