Shades of Golden Tainoi #FAC652
Tints of Golden Tainoi #FAC652
RGB
CMYK
RGB Variations
Color information
#FAC652 (or 0xFAC652) is known color: Golden Tainoi. HEX triplet: FA, C6 and 52. RGB value is (250,198,82). Sum of RGB (Red+Green+Blue) = 250+198+82=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 198 (77.73% from 255 or 37.36% from 530); Blue value is 82 (32.42% from 255 or 15.47% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC652 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC652 is #0539AD. Grayscale: #C8C8C8. Windows color (decimal): -342446 or 5424890. OLE color: 5424890.
HSL color Cylindrical-coordinate representation of color #FAC652: hue angle of 41.43º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FAC652 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 82 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.02 |
| HSL | 41.43º | 0.94% | 0.65% | - |
| HSV(B) | 41.43º | 0.67% | 0.98% | - |
| XYZ | 61.14 | 61.32 | 16.6 | - |
| YUV | 200.32 | 61.23 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 82 | 0 | 0.21 | 0.67 | 0.02 | 41.43 | 0.94 | 0.65 |
| Hex | FA | C6 | 52 | 0 | 15 | 43 | 2 | 29 | 5E | 41 |
| Octal | 372 | 306 | 122 | 0 | 25 | 103 | 2 | 51 | 136 | 101 |
| Binary | 11111010 | 11000110 | 1010010 | 0 | 10101 | 1000011 | 10 | 101001 | 1011110 | 1000001 |
Color Harmonies of #FAC652
Complementary color
Monochromatic Colors of #FAC652
Black with #FAC652
Text Example
Text Example
White with #FAC652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC652; }
p { color: rgb(250,198,82); }
H1.HeaderClassName
{
color: #FAC652;
}
.AnyTagClassName
{
color: #FAC652;
}
</style>
background-color css
<style>
a { background-color: #FAC652; }
a { background-color: rgb(250,198,82); }
div.DivClassName
{
background-color: #FAC652;
}
.BgClassName
{
background-color: #FAC652;
}
</style>
border-color css
<style>
span { border-color: #FAC652; }
span { border-color: rgb(250,198,82); }
td.TdClassName
{
border-color: #FAC652;
}
.TagClassName
{
border-color: #FAC652;
}
</style>