Shades of Golden Tainoi #FFC151
Tints of Golden Tainoi #FFC151
RGB
CMYK
RGB Variations
Color information
#FFC151 (or 0xFFC151) is known color: Golden Tainoi. HEX triplet: FF, C1 and 51. RGB value is (255,193,81). Sum of RGB (Red+Green+Blue) = 255+193+81=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 193 (75.78% from 255 or 36.48% from 529); Blue value is 81 (32.03% from 255 or 15.31% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC151 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC151 is #003EAE. Grayscale: #C7C7C7. Windows color (decimal): -16047 or 5358079. OLE color: 5358079.
HSL color Cylindrical-coordinate representation of color #FFC151: hue angle of 38.62º 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 #FFC151 is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 81 | - |
| CMYK | 0 | 0.24 | 0.68 | 0 |
| HSL | 38.62º | 1% | 0.66% | - |
| HSV(B) | 38.62º | 0.68% | 1% | - |
| XYZ | 61.8 | 59.99 | 16.11 | - |
| YUV | 198.77 | 61.54 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 81 | 0 | 0.24 | 0.68 | 0 | 38.62 | 1 | 0.66 |
| Hex | FF | C1 | 51 | 0 | 18 | 44 | 0 | 27 | 64 | 42 |
| Octal | 377 | 301 | 121 | 0 | 30 | 104 | 0 | 47 | 144 | 102 |
| Binary | 11111111 | 11000001 | 1010001 | 0 | 11000 | 1000100 | 0 | 100111 | 1100100 | 1000010 |
Color Harmonies of #FFC151
Complementary color
Monochromatic Colors of #FFC151
Black with #FFC151
Text Example
Text Example
White with #FFC151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC151; }
p { color: rgb(255,193,81); }
H1.HeaderClassName
{
color: #FFC151;
}
.AnyTagClassName
{
color: #FFC151;
}
</style>
background-color css
<style>
a { background-color: #FFC151; }
a { background-color: rgb(255,193,81); }
div.DivClassName
{
background-color: #FFC151;
}
.BgClassName
{
background-color: #FFC151;
}
</style>
border-color css
<style>
span { border-color: #FFC151; }
span { border-color: rgb(255,193,81); }
td.TdClassName
{
border-color: #FFC151;
}
.TagClassName
{
border-color: #FFC151;
}
</style>