Shades of Tacao #F1A57D
Tints of Tacao #F1A57D
RGB
CMYK
RGB Variations
Color information
#F1A57D (or 0xF1A57D) is known color: Tacao. HEX triplet: F1, A5 and 7D. RGB value is (241,165,125). Sum of RGB (Red+Green+Blue) = 241+165+125=531 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.39% from 531); Green value is 165 (64.84% from 255 or 31.07% from 531); Blue value is 125 (49.22% from 255 or 23.54% from 531); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A57D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A57D is #0E5A82. Grayscale: #B7B7B7. Windows color (decimal): -940675 or 8234481. OLE color: 8234481.
HSL color Cylindrical-coordinate representation of color #F1A57D: hue angle of 20.69º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F1A57D is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 165 | 125 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.05 |
| HSL | 20.69º | 0.81% | 0.72% | - |
| HSV(B) | 20.69º | 0.48% | 0.95% | - |
| XYZ | 53.43 | 47.09 | 25.68 | - |
| YUV | 183.16 | 95.18 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 165 | 125 | 0 | 0.32 | 0.48 | 0.05 | 20.69 | 0.81 | 0.72 |
| Hex | F1 | A5 | 7D | 0 | 20 | 30 | 5 | 15 | 51 | 48 |
| Octal | 361 | 245 | 175 | 0 | 40 | 60 | 5 | 25 | 121 | 110 |
| Binary | 11110001 | 10100101 | 1111101 | 0 | 100000 | 110000 | 101 | 10101 | 1010001 | 1001000 |
Color Harmonies of #F1A57D
Complementary color
Monochromatic Colors of #F1A57D
Black with #F1A57D
Text Example
Text Example
White with #F1A57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A57D; }
p { color: rgb(241,165,125); }
H1.HeaderClassName
{
color: #F1A57D;
}
.AnyTagClassName
{
color: #F1A57D;
}
</style>
background-color css
<style>
a { background-color: #F1A57D; }
a { background-color: rgb(241,165,125); }
div.DivClassName
{
background-color: #F1A57D;
}
.BgClassName
{
background-color: #F1A57D;
}
</style>
border-color css
<style>
span { border-color: #F1A57D; }
span { border-color: rgb(241,165,125); }
td.TdClassName
{
border-color: #F1A57D;
}
.TagClassName
{
border-color: #F1A57D;
}
</style>