Shades of Golden Tainoi #FAC045
Tints of Golden Tainoi #FAC045
RGB
CMYK
RGB Variations
Color information
#FAC045 (or 0xFAC045) is known color: Golden Tainoi. HEX triplet: FA, C0 and 45. RGB value is (250,192,69). Sum of RGB (Red+Green+Blue) = 250+192+69=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 69 (27.34% from 255 or 13.50% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC045 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC045 is #053FBA. Grayscale: #C3C3C3. Windows color (decimal): -343995 or 4571386. OLE color: 4571386.
HSL color Cylindrical-coordinate representation of color #FAC045: hue angle of 40.77º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FAC045 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 69 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.02 |
| HSL | 40.77º | 0.95% | 0.63% | - |
| HSV(B) | 40.77º | 0.72% | 0.98% | - |
| XYZ | 59.35 | 58.45 | 13.78 | - |
| YUV | 195.32 | 56.72 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 69 | 0 | 0.23 | 0.72 | 0.02 | 40.77 | 0.95 | 0.63 |
| Hex | FA | C0 | 45 | 0 | 17 | 48 | 2 | 29 | 5F | 3F |
| Octal | 372 | 300 | 105 | 0 | 27 | 110 | 2 | 51 | 137 | 77 |
| Binary | 11111010 | 11000000 | 1000101 | 0 | 10111 | 1001000 | 10 | 101001 | 1011111 | 111111 |
Color Harmonies of #FAC045
Complementary color
Monochromatic Colors of #FAC045
Black with #FAC045
Text Example
Text Example
White with #FAC045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC045; }
p { color: rgb(250,192,69); }
H1.HeaderClassName
{
color: #FAC045;
}
.AnyTagClassName
{
color: #FAC045;
}
</style>
background-color css
<style>
a { background-color: #FAC045; }
a { background-color: rgb(250,192,69); }
div.DivClassName
{
background-color: #FAC045;
}
.BgClassName
{
background-color: #FAC045;
}
</style>
border-color css
<style>
span { border-color: #FAC045; }
span { border-color: rgb(250,192,69); }
td.TdClassName
{
border-color: #FAC045;
}
.TagClassName
{
border-color: #FAC045;
}
</style>