Shades of Golden Tainoi #FFC048
Tints of Golden Tainoi #FFC048
RGB
CMYK
RGB Variations
Color information
#FFC048 (or 0xFFC048) is known color: Golden Tainoi. HEX triplet: FF, C0 and 48. RGB value is (255,192,72). Sum of RGB (Red+Green+Blue) = 255+192+72=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 72 (28.52% from 255 or 13.87% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC048 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC048 is #003FB7. Grayscale: #C5C5C5. Windows color (decimal): -16312 or 4767999. OLE color: 4767999.
HSL color Cylindrical-coordinate representation of color #FFC048: hue angle of 39.34º 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 #FFC048 is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 72 | - |
| CMYK | 0 | 0.25 | 0.72 | 0 |
| HSL | 39.34º | 1% | 0.64% | - |
| HSV(B) | 39.34º | 0.72% | 1% | - |
| XYZ | 61.26 | 59.43 | 14.37 | - |
| YUV | 197.16 | 57.37 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 72 | 0 | 0.25 | 0.72 | 0 | 39.34 | 1 | 0.64 |
| Hex | FF | C0 | 48 | 0 | 19 | 48 | 0 | 27 | 64 | 40 |
| Octal | 377 | 300 | 110 | 0 | 31 | 110 | 0 | 47 | 144 | 100 |
| Binary | 11111111 | 11000000 | 1001000 | 0 | 11001 | 1001000 | 0 | 100111 | 1100100 | 1000000 |
Color Harmonies of #FFC048
Complementary color
Monochromatic Colors of #FFC048
Black with #FFC048
Text Example
Text Example
White with #FFC048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC048; }
p { color: rgb(255,192,72); }
H1.HeaderClassName
{
color: #FFC048;
}
.AnyTagClassName
{
color: #FFC048;
}
</style>
background-color css
<style>
a { background-color: #FFC048; }
a { background-color: rgb(255,192,72); }
div.DivClassName
{
background-color: #FFC048;
}
.BgClassName
{
background-color: #FFC048;
}
</style>
border-color css
<style>
span { border-color: #FFC048; }
span { border-color: rgb(255,192,72); }
td.TdClassName
{
border-color: #FFC048;
}
.TagClassName
{
border-color: #FFC048;
}
</style>