Shades of Tacao #F4A97D
Tints of Tacao #F4A97D
RGB
CMYK
RGB Variations
Color information
#F4A97D (or 0xF4A97D) is known color: Tacao. HEX triplet: F4, A9 and 7D. RGB value is (244,169,125). Sum of RGB (Red+Green+Blue) = 244+169+125=538 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.35% from 538); Green value is 169 (66.41% from 255 or 31.41% from 538); Blue value is 125 (49.22% from 255 or 23.23% from 538); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A97D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4A97D is #0B5682. Grayscale: #BABABA. Windows color (decimal): -743043 or 8235508. OLE color: 8235508.
HSL color Cylindrical-coordinate representation of color #F4A97D: hue angle of 22.18º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F4A97D is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 169 | 125 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.04 |
| HSL | 22.18º | 0.84% | 0.72% | - |
| HSV(B) | 22.18º | 0.49% | 0.96% | - |
| XYZ | 55.2 | 49.09 | 25.97 | - |
| YUV | 186.41 | 93.35 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 169 | 125 | 0 | 0.31 | 0.49 | 0.04 | 22.18 | 0.84 | 0.72 |
| Hex | F4 | A9 | 7D | 0 | 1F | 31 | 4 | 16 | 54 | 48 |
| Octal | 364 | 251 | 175 | 0 | 37 | 61 | 4 | 26 | 124 | 110 |
| Binary | 11110100 | 10101001 | 1111101 | 0 | 11111 | 110001 | 100 | 10110 | 1010100 | 1001000 |
Color Harmonies of #F4A97D
Complementary color
Monochromatic Colors of #F4A97D
Black with #F4A97D
Text Example
Text Example
White with #F4A97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A97D; }
p { color: rgb(244,169,125); }
H1.HeaderClassName
{
color: #F4A97D;
}
.AnyTagClassName
{
color: #F4A97D;
}
</style>
background-color css
<style>
a { background-color: #F4A97D; }
a { background-color: rgb(244,169,125); }
div.DivClassName
{
background-color: #F4A97D;
}
.BgClassName
{
background-color: #F4A97D;
}
</style>
border-color css
<style>
span { border-color: #F4A97D; }
span { border-color: rgb(244,169,125); }
td.TdClassName
{
border-color: #F4A97D;
}
.TagClassName
{
border-color: #F4A97D;
}
</style>