Shades of Golden Tainoi #FFC951
Tints of Golden Tainoi #FFC951
RGB
CMYK
RGB Variations
Color information
#FFC951 (or 0xFFC951) is known color: Golden Tainoi. HEX triplet: FF, C9 and 51. RGB value is (255,201,81). Sum of RGB (Red+Green+Blue) = 255+201+81=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 201 (78.91% from 255 or 37.43% from 537); Blue value is 81 (32.03% from 255 or 15.08% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC951 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC951 is #0036AE. Grayscale: #CBCBCB. Windows color (decimal): -13999 or 5360127. OLE color: 5360127.
HSL color Cylindrical-coordinate representation of color #FFC951: hue angle of 41.38º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FFC951 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 81 | - |
| CMYK | 0 | 0.21 | 0.68 | 0 |
| HSL | 41.38º | 1% | 0.66% | - |
| HSV(B) | 41.38º | 0.68% | 1% | - |
| XYZ | 63.61 | 63.63 | 16.71 | - |
| YUV | 203.47 | 58.89 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 81 | 0 | 0.21 | 0.68 | 0 | 41.38 | 1 | 0.66 |
| Hex | FF | C9 | 51 | 0 | 15 | 44 | 0 | 29 | 64 | 42 |
| Octal | 377 | 311 | 121 | 0 | 25 | 104 | 0 | 51 | 144 | 102 |
| Binary | 11111111 | 11001001 | 1010001 | 0 | 10101 | 1000100 | 0 | 101001 | 1100100 | 1000010 |
Color Harmonies of #FFC951
Complementary color
Monochromatic Colors of #FFC951
Black with #FFC951
Text Example
Text Example
White with #FFC951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC951; }
p { color: rgb(255,201,81); }
H1.HeaderClassName
{
color: #FFC951;
}
.AnyTagClassName
{
color: #FFC951;
}
</style>
background-color css
<style>
a { background-color: #FFC951; }
a { background-color: rgb(255,201,81); }
div.DivClassName
{
background-color: #FFC951;
}
.BgClassName
{
background-color: #FFC951;
}
</style>
border-color css
<style>
span { border-color: #FFC951; }
span { border-color: rgb(255,201,81); }
td.TdClassName
{
border-color: #FFC951;
}
.TagClassName
{
border-color: #FFC951;
}
</style>