Shades of Golden Tainoi #FFC251
Tints of Golden Tainoi #FFC251
RGB
CMYK
RGB Variations
Color information
#FFC251 (or 0xFFC251) is known color: Golden Tainoi. HEX triplet: FF, C2 and 51. RGB value is (255,194,81). Sum of RGB (Red+Green+Blue) = 255+194+81=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 194 (76.17% from 255 or 36.60% from 530); Blue value is 81 (32.03% from 255 or 15.28% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC251 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC251 is #003DAE. Grayscale: #C7C7C7. Windows color (decimal): -15791 or 5358335. OLE color: 5358335.
HSL color Cylindrical-coordinate representation of color #FFC251: hue angle of 38.97º 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 #FFC251 is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 81 | - |
| CMYK | 0 | 0.24 | 0.68 | 0 |
| HSL | 38.97º | 1% | 0.66% | - |
| HSV(B) | 38.97º | 0.68% | 1% | - |
| XYZ | 62.02 | 60.44 | 16.18 | - |
| YUV | 199.36 | 61.21 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 81 | 0 | 0.24 | 0.68 | 0 | 38.97 | 1 | 0.66 |
| Hex | FF | C2 | 51 | 0 | 18 | 44 | 0 | 27 | 64 | 42 |
| Octal | 377 | 302 | 121 | 0 | 30 | 104 | 0 | 47 | 144 | 102 |
| Binary | 11111111 | 11000010 | 1010001 | 0 | 11000 | 1000100 | 0 | 100111 | 1100100 | 1000010 |
Color Harmonies of #FFC251
Complementary color
Monochromatic Colors of #FFC251
Black with #FFC251
Text Example
Text Example
White with #FFC251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC251; }
p { color: rgb(255,194,81); }
H1.HeaderClassName
{
color: #FFC251;
}
.AnyTagClassName
{
color: #FFC251;
}
</style>
background-color css
<style>
a { background-color: #FFC251; }
a { background-color: rgb(255,194,81); }
div.DivClassName
{
background-color: #FFC251;
}
.BgClassName
{
background-color: #FFC251;
}
</style>
border-color css
<style>
span { border-color: #FFC251; }
span { border-color: rgb(255,194,81); }
td.TdClassName
{
border-color: #FFC251;
}
.TagClassName
{
border-color: #FFC251;
}
</style>