Shades of Tacao #F4B672
Tints of Tacao #F4B672
RGB
CMYK
RGB Variations
Color information
#F4B672 (or 0xF4B672) is known color: Tacao. HEX triplet: F4, B6 and 72. RGB value is (244,182,114). Sum of RGB (Red+Green+Blue) = 244+182+114=540 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.19% from 540); Green value is 182 (71.48% from 255 or 33.70% from 540); Blue value is 114 (44.92% from 255 or 21.11% from 540); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B672 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4B672 is #0B498D. Grayscale: #C1C1C1. Windows color (decimal): -739726 or 7517940. OLE color: 7517940.
HSL color Cylindrical-coordinate representation of color #F4B672: hue angle of 31.38º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F4B672 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 182 | 114 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.04 |
| HSL | 31.38º | 0.86% | 0.7% | - |
| HSV(B) | 31.38º | 0.53% | 0.96% | - |
| XYZ | 57.07 | 53.9 | 23.32 | - |
| YUV | 192.79 | 83.54 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 182 | 114 | 0 | 0.25 | 0.53 | 0.04 | 31.38 | 0.86 | 0.7 |
| Hex | F4 | B6 | 72 | 0 | 19 | 35 | 4 | 1F | 56 | 46 |
| Octal | 364 | 266 | 162 | 0 | 31 | 65 | 4 | 37 | 126 | 106 |
| Binary | 11110100 | 10110110 | 1110010 | 0 | 11001 | 110101 | 100 | 11111 | 1010110 | 1000110 |
Color Harmonies of #F4B672
Complementary color
Monochromatic Colors of #F4B672
Black with #F4B672
Text Example
Text Example
White with #F4B672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B672; }
p { color: rgb(244,182,114); }
H1.HeaderClassName
{
color: #F4B672;
}
.AnyTagClassName
{
color: #F4B672;
}
</style>
background-color css
<style>
a { background-color: #F4B672; }
a { background-color: rgb(244,182,114); }
div.DivClassName
{
background-color: #F4B672;
}
.BgClassName
{
background-color: #F4B672;
}
</style>
border-color css
<style>
span { border-color: #F4B672; }
span { border-color: rgb(244,182,114); }
td.TdClassName
{
border-color: #F4B672;
}
.TagClassName
{
border-color: #F4B672;
}
</style>