Shades of Golden Tainoi #FFC748
Tints of Golden Tainoi #FFC748
RGB
CMYK
RGB Variations
Color information
#FFC748 (or 0xFFC748) is known color: Golden Tainoi. HEX triplet: FF, C7 and 48. RGB value is (255,199,72). Sum of RGB (Red+Green+Blue) = 255+199+72=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 199 (78.12% from 255 or 37.83% from 526); Blue value is 72 (28.52% from 255 or 13.69% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC748 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC748 is #0038B7. Grayscale: #C9C9C9. Windows color (decimal): -14520 or 4769791. OLE color: 4769791.
HSL color Cylindrical-coordinate representation of color #FFC748: hue angle of 41.64º 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 #FFC748 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 72 | - |
| CMYK | 0 | 0.22 | 0.72 | 0 |
| HSL | 41.64º | 1% | 0.64% | - |
| HSV(B) | 41.64º | 0.72% | 1% | - |
| XYZ | 62.83 | 62.57 | 14.9 | - |
| YUV | 201.27 | 55.05 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 72 | 0 | 0.22 | 0.72 | 0 | 41.64 | 1 | 0.64 |
| Hex | FF | C7 | 48 | 0 | 16 | 48 | 0 | 2A | 64 | 40 |
| Octal | 377 | 307 | 110 | 0 | 26 | 110 | 0 | 52 | 144 | 100 |
| Binary | 11111111 | 11000111 | 1001000 | 0 | 10110 | 1001000 | 0 | 101010 | 1100100 | 1000000 |
Color Harmonies of #FFC748
Complementary color
Monochromatic Colors of #FFC748
Black with #FFC748
Text Example
Text Example
White with #FFC748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC748; }
p { color: rgb(255,199,72); }
H1.HeaderClassName
{
color: #FFC748;
}
.AnyTagClassName
{
color: #FFC748;
}
</style>
background-color css
<style>
a { background-color: #FFC748; }
a { background-color: rgb(255,199,72); }
div.DivClassName
{
background-color: #FFC748;
}
.BgClassName
{
background-color: #FFC748;
}
</style>
border-color css
<style>
span { border-color: #FFC748; }
span { border-color: rgb(255,199,72); }
td.TdClassName
{
border-color: #FFC748;
}
.TagClassName
{
border-color: #FFC748;
}
</style>