Shades of Golden Tainoi #FAC352
Tints of Golden Tainoi #FAC352
RGB
CMYK
RGB Variations
Color information
#FAC352 (or 0xFAC352) is known color: Golden Tainoi. HEX triplet: FA, C3 and 52. RGB value is (250,195,82). Sum of RGB (Red+Green+Blue) = 250+195+82=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 195 (76.56% from 255 or 37.00% from 527); Blue value is 82 (32.42% from 255 or 15.56% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC352 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC352 is #053CAD. Grayscale: #C7C7C7. Windows color (decimal): -343214 or 5424122. OLE color: 5424122.
HSL color Cylindrical-coordinate representation of color #FAC352: hue angle of 40.36º 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 #FAC352 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 82 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.02 |
| HSL | 40.36º | 0.94% | 0.65% | - |
| HSV(B) | 40.36º | 0.67% | 0.98% | - |
| XYZ | 60.46 | 59.96 | 16.37 | - |
| YUV | 198.56 | 62.22 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 82 | 0 | 0.22 | 0.67 | 0.02 | 40.36 | 0.94 | 0.65 |
| Hex | FA | C3 | 52 | 0 | 16 | 43 | 2 | 28 | 5E | 41 |
| Octal | 372 | 303 | 122 | 0 | 26 | 103 | 2 | 50 | 136 | 101 |
| Binary | 11111010 | 11000011 | 1010010 | 0 | 10110 | 1000011 | 10 | 101000 | 1011110 | 1000001 |
Color Harmonies of #FAC352
Complementary color
Monochromatic Colors of #FAC352
Black with #FAC352
Text Example
Text Example
White with #FAC352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC352; }
p { color: rgb(250,195,82); }
H1.HeaderClassName
{
color: #FAC352;
}
.AnyTagClassName
{
color: #FAC352;
}
</style>
background-color css
<style>
a { background-color: #FAC352; }
a { background-color: rgb(250,195,82); }
div.DivClassName
{
background-color: #FAC352;
}
.BgClassName
{
background-color: #FAC352;
}
</style>
border-color css
<style>
span { border-color: #FAC352; }
span { border-color: rgb(250,195,82); }
td.TdClassName
{
border-color: #FAC352;
}
.TagClassName
{
border-color: #FAC352;
}
</style>