Shades of Tacao #F1A474
Tints of Tacao #F1A474
RGB
CMYK
RGB Variations
Color information
#F1A474 (or 0xF1A474) is known color: Tacao. HEX triplet: F1, A4 and 74. RGB value is (241,164,116). Sum of RGB (Red+Green+Blue) = 241+164+116=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 164 (64.45% from 255 or 31.48% from 521); Blue value is 116 (45.70% from 255 or 22.26% from 521); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A474 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A474 is #0E5B8B. Grayscale: #B5B5B5. Windows color (decimal): -940940 or 7644401. OLE color: 7644401.
HSL color Cylindrical-coordinate representation of color #F1A474: hue angle of 23.04º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F1A474 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 164 | 116 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.05 |
| HSL | 23.04º | 0.82% | 0.7% | - |
| HSV(B) | 23.04º | 0.52% | 0.95% | - |
| XYZ | 52.7 | 46.51 | 22.72 | - |
| YUV | 181.55 | 91.01 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 164 | 116 | 0 | 0.32 | 0.52 | 0.05 | 23.04 | 0.82 | 0.7 |
| Hex | F1 | A4 | 74 | 0 | 20 | 34 | 5 | 17 | 52 | 46 |
| Octal | 361 | 244 | 164 | 0 | 40 | 64 | 5 | 27 | 122 | 106 |
| Binary | 11110001 | 10100100 | 1110100 | 0 | 100000 | 110100 | 101 | 10111 | 1010010 | 1000110 |
Color Harmonies of #F1A474
Complementary color
Monochromatic Colors of #F1A474
Black with #F1A474
Text Example
Text Example
White with #F1A474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A474; }
p { color: rgb(241,164,116); }
H1.HeaderClassName
{
color: #F1A474;
}
.AnyTagClassName
{
color: #F1A474;
}
</style>
background-color css
<style>
a { background-color: #F1A474; }
a { background-color: rgb(241,164,116); }
div.DivClassName
{
background-color: #F1A474;
}
.BgClassName
{
background-color: #F1A474;
}
</style>
border-color css
<style>
span { border-color: #F1A474; }
span { border-color: rgb(241,164,116); }
td.TdClassName
{
border-color: #F1A474;
}
.TagClassName
{
border-color: #F1A474;
}
</style>