Shades of Golden Tainoi #FAC14C
Tints of Golden Tainoi #FAC14C
RGB
CMYK
RGB Variations
Color information
#FAC14C (or 0xFAC14C) is known color: Golden Tainoi. HEX triplet: FA, C1 and 4C. RGB value is (250,193,76). Sum of RGB (Red+Green+Blue) = 250+193+76=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 193 (75.78% from 255 or 37.19% from 519); Blue value is 76 (30.08% from 255 or 14.64% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC14C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC14C is #053EB3. Grayscale: #C5C5C5. Windows color (decimal): -343732 or 5030394. OLE color: 5030394.
HSL color Cylindrical-coordinate representation of color #FAC14C: hue angle of 40.34º 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 #FAC14C is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 76 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.02 |
| HSL | 40.34º | 0.95% | 0.64% | - |
| HSV(B) | 40.34º | 0.7% | 0.98% | - |
| XYZ | 59.8 | 58.99 | 15.07 | - |
| YUV | 196.71 | 59.88 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 76 | 0 | 0.23 | 0.70 | 0.02 | 40.34 | 0.95 | 0.64 |
| Hex | FA | C1 | 4C | 0 | 17 | 46 | 2 | 28 | 5F | 40 |
| Octal | 372 | 301 | 114 | 0 | 27 | 106 | 2 | 50 | 137 | 100 |
| Binary | 11111010 | 11000001 | 1001100 | 0 | 10111 | 1000110 | 10 | 101000 | 1011111 | 1000000 |
Color Harmonies of #FAC14C
Complementary color
Monochromatic Colors of #FAC14C
Black with #FAC14C
Text Example
Text Example
White with #FAC14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC14C; }
p { color: rgb(250,193,76); }
H1.HeaderClassName
{
color: #FAC14C;
}
.AnyTagClassName
{
color: #FAC14C;
}
</style>
background-color css
<style>
a { background-color: #FAC14C; }
a { background-color: rgb(250,193,76); }
div.DivClassName
{
background-color: #FAC14C;
}
.BgClassName
{
background-color: #FAC14C;
}
</style>
border-color css
<style>
span { border-color: #FAC14C; }
span { border-color: rgb(250,193,76); }
td.TdClassName
{
border-color: #FAC14C;
}
.TagClassName
{
border-color: #FAC14C;
}
</style>