Shades of Tacao #F1A874
Tints of Tacao #F1A874
RGB
CMYK
RGB Variations
Color information
#F1A874 (or 0xF1A874) is known color: Tacao. HEX triplet: F1, A8 and 74. RGB value is (241,168,116). Sum of RGB (Red+Green+Blue) = 241+168+116=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 168 (66.02% from 255 or 32% from 525); Blue value is 116 (45.70% from 255 or 22.10% from 525); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A874 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A874 is #0E578B. Grayscale: #B8B8B8. Windows color (decimal): -939916 or 7645425. OLE color: 7645425.
HSL color Cylindrical-coordinate representation of color #F1A874: hue angle of 24.96º 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 #F1A874 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 168 | 116 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.05 |
| HSL | 24.96º | 0.82% | 0.7% | - |
| HSV(B) | 24.96º | 0.52% | 0.95% | - |
| XYZ | 53.43 | 47.97 | 22.97 | - |
| YUV | 183.9 | 89.68 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 168 | 116 | 0 | 0.30 | 0.52 | 0.05 | 24.96 | 0.82 | 0.7 |
| Hex | F1 | A8 | 74 | 0 | 1E | 34 | 5 | 19 | 52 | 46 |
| Octal | 361 | 250 | 164 | 0 | 36 | 64 | 5 | 31 | 122 | 106 |
| Binary | 11110001 | 10101000 | 1110100 | 0 | 11110 | 110100 | 101 | 11001 | 1010010 | 1000110 |
Color Harmonies of #F1A874
Complementary color
Monochromatic Colors of #F1A874
Black with #F1A874
Text Example
Text Example
White with #F1A874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A874; }
p { color: rgb(241,168,116); }
H1.HeaderClassName
{
color: #F1A874;
}
.AnyTagClassName
{
color: #F1A874;
}
</style>
background-color css
<style>
a { background-color: #F1A874; }
a { background-color: rgb(241,168,116); }
div.DivClassName
{
background-color: #F1A874;
}
.BgClassName
{
background-color: #F1A874;
}
</style>
border-color css
<style>
span { border-color: #F1A874; }
span { border-color: rgb(241,168,116); }
td.TdClassName
{
border-color: #F1A874;
}
.TagClassName
{
border-color: #F1A874;
}
</style>