Shades of Golden Tainoi #FAC650
Tints of Golden Tainoi #FAC650
RGB
CMYK
RGB Variations
Color information
#FAC650 (or 0xFAC650) is known color: Golden Tainoi. HEX triplet: FA, C6 and 50. RGB value is (250,198,80). Sum of RGB (Red+Green+Blue) = 250+198+80=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 198 (77.73% from 255 or 37.5% from 528); Blue value is 80 (31.64% from 255 or 15.15% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC650 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC650 is #0539AF. Grayscale: #C8C8C8. Windows color (decimal): -342448 or 5293818. OLE color: 5293818.
HSL color Cylindrical-coordinate representation of color #FAC650: hue angle of 41.65º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FAC650 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 80 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.02 |
| HSL | 41.65º | 0.94% | 0.65% | - |
| HSV(B) | 41.65º | 0.68% | 0.98% | - |
| XYZ | 61.07 | 61.29 | 16.2 | - |
| YUV | 200.1 | 60.23 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 80 | 0 | 0.21 | 0.68 | 0.02 | 41.65 | 0.94 | 0.65 |
| Hex | FA | C6 | 50 | 0 | 15 | 44 | 2 | 2A | 5E | 41 |
| Octal | 372 | 306 | 120 | 0 | 25 | 104 | 2 | 52 | 136 | 101 |
| Binary | 11111010 | 11000110 | 1010000 | 0 | 10101 | 1000100 | 10 | 101010 | 1011110 | 1000001 |
Color Harmonies of #FAC650
Complementary color
Monochromatic Colors of #FAC650
Black with #FAC650
Text Example
Text Example
White with #FAC650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC650; }
p { color: rgb(250,198,80); }
H1.HeaderClassName
{
color: #FAC650;
}
.AnyTagClassName
{
color: #FAC650;
}
</style>
background-color css
<style>
a { background-color: #FAC650; }
a { background-color: rgb(250,198,80); }
div.DivClassName
{
background-color: #FAC650;
}
.BgClassName
{
background-color: #FAC650;
}
</style>
border-color css
<style>
span { border-color: #FAC650; }
span { border-color: rgb(250,198,80); }
td.TdClassName
{
border-color: #FAC650;
}
.TagClassName
{
border-color: #FAC650;
}
</style>