Shades of Golden Tainoi #FAC241
Tints of Golden Tainoi #FAC241
RGB
CMYK
RGB Variations
Color information
#FAC241 (or 0xFAC241) is known color: Golden Tainoi. HEX triplet: FA, C2 and 41. RGB value is (250,194,65). Sum of RGB (Red+Green+Blue) = 250+194+65=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 65 (25.78% from 255 or 12.77% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC241 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC241 is #053DBE. Grayscale: #C4C4C4. Windows color (decimal): -343487 or 4309754. OLE color: 4309754.
HSL color Cylindrical-coordinate representation of color #FAC241: hue angle of 41.84º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FAC241 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 65 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.02 |
| HSL | 41.84º | 0.95% | 0.62% | - |
| HSV(B) | 41.84º | 0.74% | 0.98% | - |
| XYZ | 59.67 | 59.29 | 13.3 | - |
| YUV | 196.04 | 54.05 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 65 | 0 | 0.22 | 0.74 | 0.02 | 41.84 | 0.95 | 0.62 |
| Hex | FA | C2 | 41 | 0 | 16 | 4A | 2 | 2A | 5F | 3E |
| Octal | 372 | 302 | 101 | 0 | 26 | 112 | 2 | 52 | 137 | 76 |
| Binary | 11111010 | 11000010 | 1000001 | 0 | 10110 | 1001010 | 10 | 101010 | 1011111 | 111110 |
Color Harmonies of #FAC241
Complementary color
Monochromatic Colors of #FAC241
Black with #FAC241
Text Example
Text Example
White with #FAC241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC241; }
p { color: rgb(250,194,65); }
H1.HeaderClassName
{
color: #FAC241;
}
.AnyTagClassName
{
color: #FAC241;
}
</style>
background-color css
<style>
a { background-color: #FAC241; }
a { background-color: rgb(250,194,65); }
div.DivClassName
{
background-color: #FAC241;
}
.BgClassName
{
background-color: #FAC241;
}
</style>
border-color css
<style>
span { border-color: #FAC241; }
span { border-color: rgb(250,194,65); }
td.TdClassName
{
border-color: #FAC241;
}
.TagClassName
{
border-color: #FAC241;
}
</style>