Shades of Golden Tainoi #FFC954
Tints of Golden Tainoi #FFC954
RGB
CMYK
RGB Variations
Color information
#FFC954 (or 0xFFC954) is known color: Golden Tainoi. HEX triplet: FF, C9 and 54. RGB value is (255,201,84). Sum of RGB (Red+Green+Blue) = 255+201+84=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 201 (78.91% from 255 or 37.22% from 540); Blue value is 84 (33.20% from 255 or 15.56% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC954 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC954 is #0036AB. Grayscale: #CCCCCC. Windows color (decimal): -13996 or 5556735. OLE color: 5556735.
HSL color Cylindrical-coordinate representation of color #FFC954: hue angle of 41.05º 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 #FFC954 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 84 | - |
| CMYK | 0 | 0.21 | 0.67 | 0 |
| HSL | 41.05º | 1% | 0.66% | - |
| HSV(B) | 41.05º | 0.67% | 1% | - |
| XYZ | 63.73 | 63.67 | 17.32 | - |
| YUV | 203.81 | 60.39 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 84 | 0 | 0.21 | 0.67 | 0 | 41.05 | 1 | 0.66 |
| Hex | FF | C9 | 54 | 0 | 15 | 43 | 0 | 29 | 64 | 42 |
| Octal | 377 | 311 | 124 | 0 | 25 | 103 | 0 | 51 | 144 | 102 |
| Binary | 11111111 | 11001001 | 1010100 | 0 | 10101 | 1000011 | 0 | 101001 | 1100100 | 1000010 |
Color Harmonies of #FFC954
Complementary color
Monochromatic Colors of #FFC954
Black with #FFC954
Text Example
Text Example
White with #FFC954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC954; }
p { color: rgb(255,201,84); }
H1.HeaderClassName
{
color: #FFC954;
}
.AnyTagClassName
{
color: #FFC954;
}
</style>
background-color css
<style>
a { background-color: #FFC954; }
a { background-color: rgb(255,201,84); }
div.DivClassName
{
background-color: #FFC954;
}
.BgClassName
{
background-color: #FFC954;
}
</style>
border-color css
<style>
span { border-color: #FFC954; }
span { border-color: rgb(255,201,84); }
td.TdClassName
{
border-color: #FFC954;
}
.TagClassName
{
border-color: #FFC954;
}
</style>