Shades of Golden Tainoi #FFC254
Tints of Golden Tainoi #FFC254
RGB
CMYK
RGB Variations
Color information
#FFC254 (or 0xFFC254) is known color: Golden Tainoi. HEX triplet: FF, C2 and 54. RGB value is (255,194,84). Sum of RGB (Red+Green+Blue) = 255+194+84=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 194 (76.17% from 255 or 36.40% from 533); Blue value is 84 (33.20% from 255 or 15.76% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC254 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC254 is #003DAB. Grayscale: #C8C8C8. Windows color (decimal): -15788 or 5554943. OLE color: 5554943.
HSL color Cylindrical-coordinate representation of color #FFC254: hue angle of 38.6º 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 #FFC254 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 84 | - |
| CMYK | 0 | 0.24 | 0.67 | 0 |
| HSL | 38.6º | 1% | 0.66% | - |
| HSV(B) | 38.6º | 0.67% | 1% | - |
| XYZ | 62.13 | 60.48 | 16.79 | - |
| YUV | 199.7 | 62.71 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 84 | 0 | 0.24 | 0.67 | 0 | 38.6 | 1 | 0.66 |
| Hex | FF | C2 | 54 | 0 | 18 | 43 | 0 | 27 | 64 | 42 |
| Octal | 377 | 302 | 124 | 0 | 30 | 103 | 0 | 47 | 144 | 102 |
| Binary | 11111111 | 11000010 | 1010100 | 0 | 11000 | 1000011 | 0 | 100111 | 1100100 | 1000010 |
Color Harmonies of #FFC254
Complementary color
Monochromatic Colors of #FFC254
Black with #FFC254
Text Example
Text Example
White with #FFC254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC254; }
p { color: rgb(255,194,84); }
H1.HeaderClassName
{
color: #FFC254;
}
.AnyTagClassName
{
color: #FFC254;
}
</style>
background-color css
<style>
a { background-color: #FFC254; }
a { background-color: rgb(255,194,84); }
div.DivClassName
{
background-color: #FFC254;
}
.BgClassName
{
background-color: #FFC254;
}
</style>
border-color css
<style>
span { border-color: #FFC254; }
span { border-color: rgb(255,194,84); }
td.TdClassName
{
border-color: #FFC254;
}
.TagClassName
{
border-color: #FFC254;
}
</style>