Shades of Golden Tainoi #FAC447
Tints of Golden Tainoi #FAC447
RGB
CMYK
RGB Variations
Color information
#FAC447 (or 0xFAC447) is known color: Golden Tainoi. HEX triplet: FA, C4 and 47. RGB value is (250,196,71). Sum of RGB (Red+Green+Blue) = 250+196+71=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 196 (76.95% from 255 or 37.91% from 517); Blue value is 71 (28.12% from 255 or 13.73% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC447 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC447 is #053BB8. Grayscale: #C6C6C6. Windows color (decimal): -342969 or 4703482. OLE color: 4703482.
HSL color Cylindrical-coordinate representation of color #FAC447: hue angle of 41.9º 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 #FAC447 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 196 | 71 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.02 |
| HSL | 41.9º | 0.95% | 0.63% | - |
| HSV(B) | 41.9º | 0.72% | 0.98% | - |
| XYZ | 60.3 | 60.26 | 14.41 | - |
| YUV | 197.9 | 56.39 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 196 | 71 | 0 | 0.22 | 0.72 | 0.02 | 41.9 | 0.95 | 0.63 |
| Hex | FA | C4 | 47 | 0 | 16 | 48 | 2 | 2A | 5F | 3F |
| Octal | 372 | 304 | 107 | 0 | 26 | 110 | 2 | 52 | 137 | 77 |
| Binary | 11111010 | 11000100 | 1000111 | 0 | 10110 | 1001000 | 10 | 101010 | 1011111 | 111111 |
Color Harmonies of #FAC447
Complementary color
Monochromatic Colors of #FAC447
Black with #FAC447
Text Example
Text Example
White with #FAC447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC447; }
p { color: rgb(250,196,71); }
H1.HeaderClassName
{
color: #FAC447;
}
.AnyTagClassName
{
color: #FAC447;
}
</style>
background-color css
<style>
a { background-color: #FAC447; }
a { background-color: rgb(250,196,71); }
div.DivClassName
{
background-color: #FAC447;
}
.BgClassName
{
background-color: #FAC447;
}
</style>
border-color css
<style>
span { border-color: #FAC447; }
span { border-color: rgb(250,196,71); }
td.TdClassName
{
border-color: #FAC447;
}
.TagClassName
{
border-color: #FAC447;
}
</style>