Shades of Tacao #F1AD7C
Tints of Tacao #F1AD7C
RGB
CMYK
RGB Variations
Color information
#F1AD7C (or 0xF1AD7C) is known color: Tacao. HEX triplet: F1, AD and 7C. RGB value is (241,173,124). Sum of RGB (Red+Green+Blue) = 241+173+124=538 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.80% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 124 (48.83% from 255 or 23.05% from 538); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AD7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1AD7C is #0E5283. Grayscale: #BCBCBC. Windows color (decimal): -938628 or 8170993. OLE color: 8170993.
HSL color Cylindrical-coordinate representation of color #F1AD7C: hue angle of 25.13º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F1AD7C is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 173 | 124 | - |
| CMYK | 0 | 0.28 | 0.49 | 0.05 |
| HSL | 25.13º | 0.81% | 0.72% | - |
| HSV(B) | 25.13º | 0.49% | 0.95% | - |
| XYZ | 54.86 | 50.04 | 25.84 | - |
| YUV | 187.75 | 92.03 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 173 | 124 | 0 | 0.28 | 0.49 | 0.05 | 25.13 | 0.81 | 0.72 |
| Hex | F1 | AD | 7C | 0 | 1C | 31 | 5 | 19 | 51 | 48 |
| Octal | 361 | 255 | 174 | 0 | 34 | 61 | 5 | 31 | 121 | 110 |
| Binary | 11110001 | 10101101 | 1111100 | 0 | 11100 | 110001 | 101 | 11001 | 1010001 | 1001000 |
Color Harmonies of #F1AD7C
Complementary color
Monochromatic Colors of #F1AD7C
Black with #F1AD7C
Text Example
Text Example
White with #F1AD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AD7C; }
p { color: rgb(241,173,124); }
H1.HeaderClassName
{
color: #F1AD7C;
}
.AnyTagClassName
{
color: #F1AD7C;
}
</style>
background-color css
<style>
a { background-color: #F1AD7C; }
a { background-color: rgb(241,173,124); }
div.DivClassName
{
background-color: #F1AD7C;
}
.BgClassName
{
background-color: #F1AD7C;
}
</style>
border-color css
<style>
span { border-color: #F1AD7C; }
span { border-color: rgb(241,173,124); }
td.TdClassName
{
border-color: #F1AD7C;
}
.TagClassName
{
border-color: #F1AD7C;
}
</style>