Shades of Golden Tainoi #FAC04A
Tints of Golden Tainoi #FAC04A
RGB
CMYK
RGB Variations
Color information
#FAC04A (or 0xFAC04A) is known color: Golden Tainoi. HEX triplet: FA, C0 and 4A. RGB value is (250,192,74). Sum of RGB (Red+Green+Blue) = 250+192+74=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 74 (29.30% from 255 or 14.34% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC04A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC04A is #053FB5. Grayscale: #C4C4C4. Windows color (decimal): -343990 or 4899066. OLE color: 4899066.
HSL color Cylindrical-coordinate representation of color #FAC04A: hue angle of 40.23º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FAC04A is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 74 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.02 |
| HSL | 40.23º | 0.95% | 0.64% | - |
| HSV(B) | 40.23º | 0.7% | 0.98% | - |
| XYZ | 59.51 | 58.52 | 14.64 | - |
| YUV | 195.89 | 59.22 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 74 | 0 | 0.23 | 0.70 | 0.02 | 40.23 | 0.95 | 0.64 |
| Hex | FA | C0 | 4A | 0 | 17 | 46 | 2 | 28 | 5F | 40 |
| Octal | 372 | 300 | 112 | 0 | 27 | 106 | 2 | 50 | 137 | 100 |
| Binary | 11111010 | 11000000 | 1001010 | 0 | 10111 | 1000110 | 10 | 101000 | 1011111 | 1000000 |
Color Harmonies of #FAC04A
Complementary color
Monochromatic Colors of #FAC04A
Black with #FAC04A
Text Example
Text Example
White with #FAC04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC04A; }
p { color: rgb(250,192,74); }
H1.HeaderClassName
{
color: #FAC04A;
}
.AnyTagClassName
{
color: #FAC04A;
}
</style>
background-color css
<style>
a { background-color: #FAC04A; }
a { background-color: rgb(250,192,74); }
div.DivClassName
{
background-color: #FAC04A;
}
.BgClassName
{
background-color: #FAC04A;
}
</style>
border-color css
<style>
span { border-color: #FAC04A; }
span { border-color: rgb(250,192,74); }
td.TdClassName
{
border-color: #FAC04A;
}
.TagClassName
{
border-color: #FAC04A;
}
</style>