Shades of Golden Tainoi #FAC052
Tints of Golden Tainoi #FAC052
RGB
CMYK
RGB Variations
Color information
#FAC052 (or 0xFAC052) is known color: Golden Tainoi. HEX triplet: FA, C0 and 52. RGB value is (250,192,82). Sum of RGB (Red+Green+Blue) = 250+192+82=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 82 (32.42% from 255 or 15.65% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC052 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC052 is #053FAD. Grayscale: #C5C5C5. Windows color (decimal): -343982 or 5423354. OLE color: 5423354.
HSL color Cylindrical-coordinate representation of color #FAC052: hue angle of 39.29º 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 #FAC052 is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 82 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.02 |
| HSL | 39.29º | 0.94% | 0.65% | - |
| HSV(B) | 39.29º | 0.67% | 0.98% | - |
| XYZ | 59.8 | 58.63 | 16.15 | - |
| YUV | 196.8 | 63.22 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 82 | 0 | 0.23 | 0.67 | 0.02 | 39.29 | 0.94 | 0.65 |
| Hex | FA | C0 | 52 | 0 | 17 | 43 | 2 | 27 | 5E | 41 |
| Octal | 372 | 300 | 122 | 0 | 27 | 103 | 2 | 47 | 136 | 101 |
| Binary | 11111010 | 11000000 | 1010010 | 0 | 10111 | 1000011 | 10 | 100111 | 1011110 | 1000001 |
Color Harmonies of #FAC052
Complementary color
Monochromatic Colors of #FAC052
Black with #FAC052
Text Example
Text Example
White with #FAC052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC052; }
p { color: rgb(250,192,82); }
H1.HeaderClassName
{
color: #FAC052;
}
.AnyTagClassName
{
color: #FAC052;
}
</style>
background-color css
<style>
a { background-color: #FAC052; }
a { background-color: rgb(250,192,82); }
div.DivClassName
{
background-color: #FAC052;
}
.BgClassName
{
background-color: #FAC052;
}
</style>
border-color css
<style>
span { border-color: #FAC052; }
span { border-color: rgb(250,192,82); }
td.TdClassName
{
border-color: #FAC052;
}
.TagClassName
{
border-color: #FAC052;
}
</style>