Shades of Tacao #F4B37F
Tints of Tacao #F4B37F
RGB
CMYK
RGB Variations
Color information
#F4B37F (or 0xF4B37F) is known color: Tacao. HEX triplet: F4, B3 and 7F. RGB value is (244,179,127). Sum of RGB (Red+Green+Blue) = 244+179+127=550 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.36% from 550); Green value is 179 (70.31% from 255 or 32.55% from 550); Blue value is 127 (50% from 255 or 23.09% from 550); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B37F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4B37F is #0B4C80. Grayscale: #C0C0C0. Windows color (decimal): -740481 or 8369140. OLE color: 8369140.
HSL color Cylindrical-coordinate representation of color #F4B37F: hue angle of 26.67º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F4B37F is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 179 | 127 | - |
| CMYK | 0 | 0.27 | 0.48 | 0.04 |
| HSL | 26.67º | 0.84% | 0.73% | - |
| HSV(B) | 26.67º | 0.48% | 0.96% | - |
| XYZ | 57.26 | 53.01 | 27.29 | - |
| YUV | 192.51 | 91.03 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 179 | 127 | 0 | 0.27 | 0.48 | 0.04 | 26.67 | 0.84 | 0.73 |
| Hex | F4 | B3 | 7F | 0 | 1B | 30 | 4 | 1B | 54 | 49 |
| Octal | 364 | 263 | 177 | 0 | 33 | 60 | 4 | 33 | 124 | 111 |
| Binary | 11110100 | 10110011 | 1111111 | 0 | 11011 | 110000 | 100 | 11011 | 1010100 | 1001001 |
Color Harmonies of #F4B37F
Complementary color
Monochromatic Colors of #F4B37F
Black with #F4B37F
Text Example
Text Example
White with #F4B37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B37F; }
p { color: rgb(244,179,127); }
H1.HeaderClassName
{
color: #F4B37F;
}
.AnyTagClassName
{
color: #F4B37F;
}
</style>
background-color css
<style>
a { background-color: #F4B37F; }
a { background-color: rgb(244,179,127); }
div.DivClassName
{
background-color: #F4B37F;
}
.BgClassName
{
background-color: #F4B37F;
}
</style>
border-color css
<style>
span { border-color: #F4B37F; }
span { border-color: rgb(244,179,127); }
td.TdClassName
{
border-color: #F4B37F;
}
.TagClassName
{
border-color: #F4B37F;
}
</style>