Shades of Golden Tainoi #FAC45D
Tints of Golden Tainoi #FAC45D
RGB
CMYK
RGB Variations
Color information
#FAC45D (or 0xFAC45D) is known color: Golden Tainoi. HEX triplet: FA, C4 and 5D. RGB value is (250,196,93). Sum of RGB (Red+Green+Blue) = 250+196+93=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 196 (76.95% from 255 or 36.36% from 539); Blue value is 93 (36.72% from 255 or 17.25% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC45D is #053BA2. Grayscale: #C8C8C8. Windows color (decimal): -342947 or 6145274. OLE color: 6145274.
HSL color Cylindrical-coordinate representation of color #FAC45D: hue angle of 39.36º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FAC45D is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 196 | 93 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.02 |
| HSL | 39.36º | 0.94% | 0.67% | - |
| HSV(B) | 39.36º | 0.63% | 0.98% | - |
| XYZ | 61.14 | 60.59 | 18.83 | - |
| YUV | 200.4 | 67.39 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 196 | 93 | 0 | 0.22 | 0.63 | 0.02 | 39.36 | 0.94 | 0.67 |
| Hex | FA | C4 | 5D | 0 | 16 | 3F | 2 | 27 | 5E | 43 |
| Octal | 372 | 304 | 135 | 0 | 26 | 77 | 2 | 47 | 136 | 103 |
| Binary | 11111010 | 11000100 | 1011101 | 0 | 10110 | 111111 | 10 | 100111 | 1011110 | 1000011 |
Color Harmonies of #FAC45D
Complementary color
Monochromatic Colors of #FAC45D
Black with #FAC45D
Text Example
Text Example
White with #FAC45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC45D; }
p { color: rgb(250,196,93); }
H1.HeaderClassName
{
color: #FAC45D;
}
.AnyTagClassName
{
color: #FAC45D;
}
</style>
background-color css
<style>
a { background-color: #FAC45D; }
a { background-color: rgb(250,196,93); }
div.DivClassName
{
background-color: #FAC45D;
}
.BgClassName
{
background-color: #FAC45D;
}
</style>
border-color css
<style>
span { border-color: #FAC45D; }
span { border-color: rgb(250,196,93); }
td.TdClassName
{
border-color: #FAC45D;
}
.TagClassName
{
border-color: #FAC45D;
}
</style>