Shades of Golden Tainoi #FFC548
Tints of Golden Tainoi #FFC548
RGB
CMYK
RGB Variations
Color information
#FFC548 (or 0xFFC548) is known color: Golden Tainoi. HEX triplet: FF, C5 and 48. RGB value is (255,197,72). Sum of RGB (Red+Green+Blue) = 255+197+72=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 197 (77.34% from 255 or 37.60% from 524); Blue value is 72 (28.52% from 255 or 13.74% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC548 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC548 is #003AB7. Grayscale: #C8C8C8. Windows color (decimal): -15032 or 4769279. OLE color: 4769279.
HSL color Cylindrical-coordinate representation of color #FFC548: hue angle of 40.98º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FFC548 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 72 | - |
| CMYK | 0 | 0.23 | 0.72 | 0 |
| HSL | 40.98º | 1% | 0.64% | - |
| HSV(B) | 40.98º | 0.72% | 1% | - |
| XYZ | 62.38 | 61.66 | 14.74 | - |
| YUV | 200.09 | 55.72 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 72 | 0 | 0.23 | 0.72 | 0 | 40.98 | 1 | 0.64 |
| Hex | FF | C5 | 48 | 0 | 17 | 48 | 0 | 29 | 64 | 40 |
| Octal | 377 | 305 | 110 | 0 | 27 | 110 | 0 | 51 | 144 | 100 |
| Binary | 11111111 | 11000101 | 1001000 | 0 | 10111 | 1001000 | 0 | 101001 | 1100100 | 1000000 |
Color Harmonies of #FFC548
Complementary color
Monochromatic Colors of #FFC548
Black with #FFC548
Text Example
Text Example
White with #FFC548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC548; }
p { color: rgb(255,197,72); }
H1.HeaderClassName
{
color: #FFC548;
}
.AnyTagClassName
{
color: #FFC548;
}
</style>
background-color css
<style>
a { background-color: #FFC548; }
a { background-color: rgb(255,197,72); }
div.DivClassName
{
background-color: #FFC548;
}
.BgClassName
{
background-color: #FFC548;
}
</style>
border-color css
<style>
span { border-color: #FFC548; }
span { border-color: rgb(255,197,72); }
td.TdClassName
{
border-color: #FFC548;
}
.TagClassName
{
border-color: #FFC548;
}
</style>