Shades of Golden Tainoi #FAC15E
Tints of Golden Tainoi #FAC15E
RGB
CMYK
RGB Variations
Color information
#FAC15E (or 0xFAC15E) is known color: Golden Tainoi. HEX triplet: FA, C1 and 5E. RGB value is (250,193,94). Sum of RGB (Red+Green+Blue) = 250+193+94=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 193 (75.78% from 255 or 35.94% from 537); Blue value is 94 (37.11% from 255 or 17.50% from 537); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC15E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC15E is #053EA1. Grayscale: #C7C7C7. Windows color (decimal): -343714 or 6210042. OLE color: 6210042.
HSL color Cylindrical-coordinate representation of color #FAC15E: hue angle of 38.08º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FAC15E is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 94 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.02 |
| HSL | 38.08º | 0.94% | 0.67% | - |
| HSV(B) | 38.08º | 0.62% | 0.98% | - |
| XYZ | 60.51 | 59.27 | 18.84 | - |
| YUV | 198.76 | 68.88 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 94 | 0 | 0.23 | 0.62 | 0.02 | 38.08 | 0.94 | 0.67 |
| Hex | FA | C1 | 5E | 0 | 17 | 3E | 2 | 26 | 5E | 43 |
| Octal | 372 | 301 | 136 | 0 | 27 | 76 | 2 | 46 | 136 | 103 |
| Binary | 11111010 | 11000001 | 1011110 | 0 | 10111 | 111110 | 10 | 100110 | 1011110 | 1000011 |
Color Harmonies of #FAC15E
Complementary color
Monochromatic Colors of #FAC15E
Black with #FAC15E
Text Example
Text Example
White with #FAC15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC15E; }
p { color: rgb(250,193,94); }
H1.HeaderClassName
{
color: #FAC15E;
}
.AnyTagClassName
{
color: #FAC15E;
}
</style>
background-color css
<style>
a { background-color: #FAC15E; }
a { background-color: rgb(250,193,94); }
div.DivClassName
{
background-color: #FAC15E;
}
.BgClassName
{
background-color: #FAC15E;
}
</style>
border-color css
<style>
span { border-color: #FAC15E; }
span { border-color: rgb(250,193,94); }
td.TdClassName
{
border-color: #FAC15E;
}
.TagClassName
{
border-color: #FAC15E;
}
</style>