Shades of Golden Tainoi #FFC154
Tints of Golden Tainoi #FFC154
RGB
CMYK
RGB Variations
Color information
#FFC154 (or 0xFFC154) is known color: Golden Tainoi. HEX triplet: FF, C1 and 54. RGB value is (255,193,84). Sum of RGB (Red+Green+Blue) = 255+193+84=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 84 (33.20% from 255 or 15.79% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC154 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC154 is #003EAB. Grayscale: #C7C7C7. Windows color (decimal): -16044 or 5554687. OLE color: 5554687.
HSL color Cylindrical-coordinate representation of color #FFC154: hue angle of 38.25º 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 #FFC154 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 84 | - |
| CMYK | 0 | 0.24 | 0.67 | 0 |
| HSL | 38.25º | 1% | 0.66% | - |
| HSV(B) | 38.25º | 0.67% | 1% | - |
| XYZ | 61.91 | 60.04 | 16.71 | - |
| YUV | 199.11 | 63.04 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 84 | 0 | 0.24 | 0.67 | 0 | 38.25 | 1 | 0.66 |
| Hex | FF | C1 | 54 | 0 | 18 | 43 | 0 | 26 | 64 | 42 |
| Octal | 377 | 301 | 124 | 0 | 30 | 103 | 0 | 46 | 144 | 102 |
| Binary | 11111111 | 11000001 | 1010100 | 0 | 11000 | 1000011 | 0 | 100110 | 1100100 | 1000010 |
Color Harmonies of #FFC154
Complementary color
Monochromatic Colors of #FFC154
Black with #FFC154
Text Example
Text Example
White with #FFC154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC154; }
p { color: rgb(255,193,84); }
H1.HeaderClassName
{
color: #FFC154;
}
.AnyTagClassName
{
color: #FFC154;
}
</style>
background-color css
<style>
a { background-color: #FFC154; }
a { background-color: rgb(255,193,84); }
div.DivClassName
{
background-color: #FFC154;
}
.BgClassName
{
background-color: #FFC154;
}
</style>
border-color css
<style>
span { border-color: #FFC154; }
span { border-color: rgb(255,193,84); }
td.TdClassName
{
border-color: #FFC154;
}
.TagClassName
{
border-color: #FFC154;
}
</style>