Shades of Golden Tainoi #FAC452
Tints of Golden Tainoi #FAC452
RGB
CMYK
RGB Variations
Color information
#FAC452 (or 0xFAC452) is known color: Golden Tainoi. HEX triplet: FA, C4 and 52. RGB value is (250,196,82). Sum of RGB (Red+Green+Blue) = 250+196+82=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 196 (76.95% from 255 or 37.12% from 528); Blue value is 82 (32.42% from 255 or 15.53% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC452 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC452 is #053BAD. Grayscale: #C7C7C7. Windows color (decimal): -342958 or 5424378. OLE color: 5424378.
HSL color Cylindrical-coordinate representation of color #FAC452: hue angle of 40.71º 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 #FAC452 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 196 | 82 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.02 |
| HSL | 40.71º | 0.94% | 0.65% | - |
| HSV(B) | 40.71º | 0.67% | 0.98% | - |
| XYZ | 60.69 | 60.41 | 16.44 | - |
| YUV | 199.15 | 61.89 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 196 | 82 | 0 | 0.22 | 0.67 | 0.02 | 40.71 | 0.94 | 0.65 |
| Hex | FA | C4 | 52 | 0 | 16 | 43 | 2 | 29 | 5E | 41 |
| Octal | 372 | 304 | 122 | 0 | 26 | 103 | 2 | 51 | 136 | 101 |
| Binary | 11111010 | 11000100 | 1010010 | 0 | 10110 | 1000011 | 10 | 101001 | 1011110 | 1000001 |
Color Harmonies of #FAC452
Complementary color
Monochromatic Colors of #FAC452
Black with #FAC452
Text Example
Text Example
White with #FAC452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC452; }
p { color: rgb(250,196,82); }
H1.HeaderClassName
{
color: #FAC452;
}
.AnyTagClassName
{
color: #FAC452;
}
</style>
background-color css
<style>
a { background-color: #FAC452; }
a { background-color: rgb(250,196,82); }
div.DivClassName
{
background-color: #FAC452;
}
.BgClassName
{
background-color: #FAC452;
}
</style>
border-color css
<style>
span { border-color: #FAC452; }
span { border-color: rgb(250,196,82); }
td.TdClassName
{
border-color: #FAC452;
}
.TagClassName
{
border-color: #FAC452;
}
</style>