Shades of Tacao #F4B285
Tints of Tacao #F4B285
RGB
CMYK
RGB Variations
Color information
#F4B285 (or 0xF4B285) is known color: Tacao. HEX triplet: F4, B2 and 85. RGB value is (244,178,133). Sum of RGB (Red+Green+Blue) = 244+178+133=555 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.96% from 555); Green value is 178 (69.92% from 255 or 32.07% from 555); Blue value is 133 (52.34% from 255 or 23.96% from 555); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B285 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4B285 is #0B4D7A. Grayscale: #C0C0C0. Windows color (decimal): -740731 or 8762100. OLE color: 8762100.
HSL color Cylindrical-coordinate representation of color #F4B285: hue angle of 24.32º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F4B285 is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 178 | 133 | - |
| CMYK | 0 | 0.27 | 0.45 | 0.04 |
| HSL | 24.32º | 0.83% | 0.74% | - |
| HSV(B) | 24.32º | 0.45% | 0.96% | - |
| XYZ | 57.46 | 52.77 | 29.35 | - |
| YUV | 192.6 | 94.37 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 178 | 133 | 0 | 0.27 | 0.45 | 0.04 | 24.32 | 0.83 | 0.74 |
| Hex | F4 | B2 | 85 | 0 | 1B | 2D | 4 | 18 | 53 | 4A |
| Octal | 364 | 262 | 205 | 0 | 33 | 55 | 4 | 30 | 123 | 112 |
| Binary | 11110100 | 10110010 | 10000101 | 0 | 11011 | 101101 | 100 | 11000 | 1010011 | 1001010 |
Color Harmonies of #F4B285
Complementary color
Monochromatic Colors of #F4B285
Black with #F4B285
Text Example
Text Example
White with #F4B285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B285; }
p { color: rgb(244,178,133); }
H1.HeaderClassName
{
color: #F4B285;
}
.AnyTagClassName
{
color: #F4B285;
}
</style>
background-color css
<style>
a { background-color: #F4B285; }
a { background-color: rgb(244,178,133); }
div.DivClassName
{
background-color: #F4B285;
}
.BgClassName
{
background-color: #F4B285;
}
</style>
border-color css
<style>
span { border-color: #F4B285; }
span { border-color: rgb(244,178,133); }
td.TdClassName
{
border-color: #F4B285;
}
.TagClassName
{
border-color: #F4B285;
}
</style>