Shades of Golden Tainoi #FFC848
Tints of Golden Tainoi #FFC848
RGB
CMYK
RGB Variations
Color information
#FFC848 (or 0xFFC848) is known color: Golden Tainoi. HEX triplet: FF, C8 and 48. RGB value is (255,200,72). Sum of RGB (Red+Green+Blue) = 255+200+72=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 200 (78.52% from 255 or 37.95% from 527); Blue value is 72 (28.52% from 255 or 13.66% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC848 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC848 is #0037B7. Grayscale: #CACACA. Windows color (decimal): -14264 or 4770047. OLE color: 4770047.
HSL color Cylindrical-coordinate representation of color #FFC848: hue angle of 41.97º 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 #FFC848 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 72 | - |
| CMYK | 0 | 0.22 | 0.72 | 0 |
| HSL | 41.97º | 1% | 0.64% | - |
| HSV(B) | 41.97º | 0.72% | 1% | - |
| XYZ | 63.06 | 63.04 | 14.97 | - |
| YUV | 201.85 | 54.72 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 72 | 0 | 0.22 | 0.72 | 0 | 41.97 | 1 | 0.64 |
| Hex | FF | C8 | 48 | 0 | 16 | 48 | 0 | 2A | 64 | 40 |
| Octal | 377 | 310 | 110 | 0 | 26 | 110 | 0 | 52 | 144 | 100 |
| Binary | 11111111 | 11001000 | 1001000 | 0 | 10110 | 1001000 | 0 | 101010 | 1100100 | 1000000 |
Color Harmonies of #FFC848
Complementary color
Monochromatic Colors of #FFC848
Black with #FFC848
Text Example
Text Example
White with #FFC848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC848; }
p { color: rgb(255,200,72); }
H1.HeaderClassName
{
color: #FFC848;
}
.AnyTagClassName
{
color: #FFC848;
}
</style>
background-color css
<style>
a { background-color: #FFC848; }
a { background-color: rgb(255,200,72); }
div.DivClassName
{
background-color: #FFC848;
}
.BgClassName
{
background-color: #FFC848;
}
</style>
border-color css
<style>
span { border-color: #FFC848; }
span { border-color: rgb(255,200,72); }
td.TdClassName
{
border-color: #FFC848;
}
.TagClassName
{
border-color: #FFC848;
}
</style>