Shades of Golden Tainoi #FFC051
Tints of Golden Tainoi #FFC051
RGB
CMYK
RGB Variations
Color information
#FFC051 (or 0xFFC051) is known color: Golden Tainoi. HEX triplet: FF, C0 and 51. RGB value is (255,192,81). Sum of RGB (Red+Green+Blue) = 255+192+81=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 81 (32.03% from 255 or 15.34% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC051 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC051 is #003FAE. Grayscale: #C6C6C6. Windows color (decimal): -16303 or 5357823. OLE color: 5357823.
HSL color Cylindrical-coordinate representation of color #FFC051: hue angle of 38.28º 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 #FFC051 is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 81 | - |
| CMYK | 0 | 0.25 | 0.68 | 0 |
| HSL | 38.28º | 1% | 0.66% | - |
| HSV(B) | 38.28º | 0.68% | 1% | - |
| XYZ | 61.57 | 59.55 | 16.03 | - |
| YUV | 198.18 | 61.87 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 81 | 0 | 0.25 | 0.68 | 0 | 38.28 | 1 | 0.66 |
| Hex | FF | C0 | 51 | 0 | 19 | 44 | 0 | 26 | 64 | 42 |
| Octal | 377 | 300 | 121 | 0 | 31 | 104 | 0 | 46 | 144 | 102 |
| Binary | 11111111 | 11000000 | 1010001 | 0 | 11001 | 1000100 | 0 | 100110 | 1100100 | 1000010 |
Color Harmonies of #FFC051
Complementary color
Monochromatic Colors of #FFC051
Black with #FFC051
Text Example
Text Example
White with #FFC051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC051; }
p { color: rgb(255,192,81); }
H1.HeaderClassName
{
color: #FFC051;
}
.AnyTagClassName
{
color: #FFC051;
}
</style>
background-color css
<style>
a { background-color: #FFC051; }
a { background-color: rgb(255,192,81); }
div.DivClassName
{
background-color: #FFC051;
}
.BgClassName
{
background-color: #FFC051;
}
</style>
border-color css
<style>
span { border-color: #FFC051; }
span { border-color: rgb(255,192,81); }
td.TdClassName
{
border-color: #FFC051;
}
.TagClassName
{
border-color: #FFC051;
}
</style>