Shades of Golden Tainoi #FAC043
Tints of Golden Tainoi #FAC043
RGB
CMYK
RGB Variations
Color information
#FAC043 (or 0xFAC043) is known color: Golden Tainoi. HEX triplet: FA, C0 and 43. RGB value is (250,192,67). Sum of RGB (Red+Green+Blue) = 250+192+67=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 67 (26.56% from 255 or 13.16% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC043 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC043 is #053FBC. Grayscale: #C3C3C3. Windows color (decimal): -343997 or 4440314. OLE color: 4440314.
HSL color Cylindrical-coordinate representation of color #FAC043: hue angle of 40.98º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FAC043 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 67 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.02 |
| HSL | 40.98º | 0.95% | 0.62% | - |
| HSV(B) | 40.98º | 0.73% | 0.98% | - |
| XYZ | 59.29 | 58.43 | 13.46 | - |
| YUV | 195.09 | 55.72 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 67 | 0 | 0.23 | 0.73 | 0.02 | 40.98 | 0.95 | 0.62 |
| Hex | FA | C0 | 43 | 0 | 17 | 49 | 2 | 29 | 5F | 3E |
| Octal | 372 | 300 | 103 | 0 | 27 | 111 | 2 | 51 | 137 | 76 |
| Binary | 11111010 | 11000000 | 1000011 | 0 | 10111 | 1001001 | 10 | 101001 | 1011111 | 111110 |
Color Harmonies of #FAC043
Complementary color
Monochromatic Colors of #FAC043
Black with #FAC043
Text Example
Text Example
White with #FAC043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC043; }
p { color: rgb(250,192,67); }
H1.HeaderClassName
{
color: #FAC043;
}
.AnyTagClassName
{
color: #FAC043;
}
</style>
background-color css
<style>
a { background-color: #FAC043; }
a { background-color: rgb(250,192,67); }
div.DivClassName
{
background-color: #FAC043;
}
.BgClassName
{
background-color: #FAC043;
}
</style>
border-color css
<style>
span { border-color: #FAC043; }
span { border-color: rgb(250,192,67); }
td.TdClassName
{
border-color: #FAC043;
}
.TagClassName
{
border-color: #FAC043;
}
</style>