Shades of Golden Tainoi #FFC054
Tints of Golden Tainoi #FFC054
RGB
CMYK
RGB Variations
Color information
#FFC054 (or 0xFFC054) is known color: Golden Tainoi. HEX triplet: FF, C0 and 54. RGB value is (255,192,84). Sum of RGB (Red+Green+Blue) = 255+192+84=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 84 (33.20% from 255 or 15.82% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC054 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC054 is #003FAB. Grayscale: #C7C7C7. Windows color (decimal): -16300 or 5554431. OLE color: 5554431.
HSL color Cylindrical-coordinate representation of color #FFC054: hue angle of 37.89º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFC054 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 84 | - |
| CMYK | 0 | 0.25 | 0.67 | 0 |
| HSL | 37.89º | 1% | 0.66% | - |
| HSV(B) | 37.89º | 0.67% | 1% | - |
| XYZ | 61.69 | 59.6 | 16.64 | - |
| YUV | 198.53 | 63.37 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 84 | 0 | 0.25 | 0.67 | 0 | 37.89 | 1 | 0.66 |
| Hex | FF | C0 | 54 | 0 | 19 | 43 | 0 | 26 | 64 | 42 |
| Octal | 377 | 300 | 124 | 0 | 31 | 103 | 0 | 46 | 144 | 102 |
| Binary | 11111111 | 11000000 | 1010100 | 0 | 11001 | 1000011 | 0 | 100110 | 1100100 | 1000010 |
Color Harmonies of #FFC054
Complementary color
Monochromatic Colors of #FFC054
Black with #FFC054
Text Example
Text Example
White with #FFC054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC054; }
p { color: rgb(255,192,84); }
H1.HeaderClassName
{
color: #FFC054;
}
.AnyTagClassName
{
color: #FFC054;
}
</style>
background-color css
<style>
a { background-color: #FFC054; }
a { background-color: rgb(255,192,84); }
div.DivClassName
{
background-color: #FFC054;
}
.BgClassName
{
background-color: #FFC054;
}
</style>
border-color css
<style>
span { border-color: #FFC054; }
span { border-color: rgb(255,192,84); }
td.TdClassName
{
border-color: #FFC054;
}
.TagClassName
{
border-color: #FFC054;
}
</style>