Shades of Golden Tainoi #FFC448
Tints of Golden Tainoi #FFC448
RGB
CMYK
RGB Variations
Color information
#FFC448 (or 0xFFC448) is known color: Golden Tainoi. HEX triplet: FF, C4 and 48. RGB value is (255,196,72). Sum of RGB (Red+Green+Blue) = 255+196+72=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 196 (76.95% from 255 or 37.48% from 523); Blue value is 72 (28.52% from 255 or 13.77% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC448 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC448 is #003BB7. Grayscale: #C8C8C8. Windows color (decimal): -15288 or 4769023. OLE color: 4769023.
HSL color Cylindrical-coordinate representation of color #FFC448: hue angle of 40.66º 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 #FFC448 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 72 | - |
| CMYK | 0 | 0.23 | 0.72 | 0 |
| HSL | 40.66º | 1% | 0.64% | - |
| HSV(B) | 40.66º | 0.72% | 1% | - |
| XYZ | 62.15 | 61.21 | 14.67 | - |
| YUV | 199.51 | 56.05 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 72 | 0 | 0.23 | 0.72 | 0 | 40.66 | 1 | 0.64 |
| Hex | FF | C4 | 48 | 0 | 17 | 48 | 0 | 29 | 64 | 40 |
| Octal | 377 | 304 | 110 | 0 | 27 | 110 | 0 | 51 | 144 | 100 |
| Binary | 11111111 | 11000100 | 1001000 | 0 | 10111 | 1001000 | 0 | 101001 | 1100100 | 1000000 |
Color Harmonies of #FFC448
Complementary color
Monochromatic Colors of #FFC448
Black with #FFC448
Text Example
Text Example
White with #FFC448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC448; }
p { color: rgb(255,196,72); }
H1.HeaderClassName
{
color: #FFC448;
}
.AnyTagClassName
{
color: #FFC448;
}
</style>
background-color css
<style>
a { background-color: #FFC448; }
a { background-color: rgb(255,196,72); }
div.DivClassName
{
background-color: #FFC448;
}
.BgClassName
{
background-color: #FFC448;
}
</style>
border-color css
<style>
span { border-color: #FFC448; }
span { border-color: rgb(255,196,72); }
td.TdClassName
{
border-color: #FFC448;
}
.TagClassName
{
border-color: #FFC448;
}
</style>