Shades of Tacao #F4B575
Tints of Tacao #F4B575
RGB
CMYK
RGB Variations
Color information
#F4B575 (or 0xF4B575) is known color: Tacao. HEX triplet: F4, B5 and 75. RGB value is (244,181,117). Sum of RGB (Red+Green+Blue) = 244+181+117=542 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.02% from 542); Green value is 181 (71.09% from 255 or 33.39% from 542); Blue value is 117 (46.09% from 255 or 21.59% from 542); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B575 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4B575 is #0B4A8A. Grayscale: #C0C0C0. Windows color (decimal): -739979 or 7714292. OLE color: 7714292.
HSL color Cylindrical-coordinate representation of color #F4B575: hue angle of 30.24º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F4B575 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 181 | 117 | - |
| CMYK | 0 | 0.26 | 0.52 | 0.04 |
| HSL | 30.24º | 0.85% | 0.71% | - |
| HSV(B) | 30.24º | 0.52% | 0.96% | - |
| XYZ | 57.04 | 53.57 | 24.16 | - |
| YUV | 192.54 | 85.37 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 181 | 117 | 0 | 0.26 | 0.52 | 0.04 | 30.24 | 0.85 | 0.71 |
| Hex | F4 | B5 | 75 | 0 | 1A | 34 | 4 | 1E | 55 | 47 |
| Octal | 364 | 265 | 165 | 0 | 32 | 64 | 4 | 36 | 125 | 107 |
| Binary | 11110100 | 10110101 | 1110101 | 0 | 11010 | 110100 | 100 | 11110 | 1010101 | 1000111 |
Color Harmonies of #F4B575
Complementary color
Monochromatic Colors of #F4B575
Black with #F4B575
Text Example
Text Example
White with #F4B575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B575; }
p { color: rgb(244,181,117); }
H1.HeaderClassName
{
color: #F4B575;
}
.AnyTagClassName
{
color: #F4B575;
}
</style>
background-color css
<style>
a { background-color: #F4B575; }
a { background-color: rgb(244,181,117); }
div.DivClassName
{
background-color: #F4B575;
}
.BgClassName
{
background-color: #F4B575;
}
</style>
border-color css
<style>
span { border-color: #F4B575; }
span { border-color: rgb(244,181,117); }
td.TdClassName
{
border-color: #F4B575;
}
.TagClassName
{
border-color: #F4B575;
}
</style>