Shades of Tacao #F0B17E
Tints of Tacao #F0B17E
RGB
CMYK
RGB Variations
Color information
#F0B17E (or 0xF0B17E) is known color: Tacao. HEX triplet: F0, B1 and 7E. RGB value is (240,177,126). Sum of RGB (Red+Green+Blue) = 240+177+126=543 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.20% from 543); Green value is 177 (69.53% from 255 or 32.60% from 543); Blue value is 126 (49.61% from 255 or 23.20% from 543); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B17E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0B17E is #0F4E81. Grayscale: #BEBEBE. Windows color (decimal): -1003138 or 8303088. OLE color: 8303088.
HSL color Cylindrical-coordinate representation of color #F0B17E: hue angle of 26.84º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0B17E is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 177 | 126 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.06 |
| HSL | 26.84º | 0.79% | 0.72% | - |
| HSV(B) | 26.84º | 0.48% | 0.94% | - |
| XYZ | 55.42 | 51.48 | 26.75 | - |
| YUV | 190.02 | 91.87 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 177 | 126 | 0 | 0.26 | 0.48 | 0.06 | 26.84 | 0.79 | 0.72 |
| Hex | F0 | B1 | 7E | 0 | 1A | 30 | 6 | 1B | 4F | 48 |
| Octal | 360 | 261 | 176 | 0 | 32 | 60 | 6 | 33 | 117 | 110 |
| Binary | 11110000 | 10110001 | 1111110 | 0 | 11010 | 110000 | 110 | 11011 | 1001111 | 1001000 |
Color Harmonies of #F0B17E
Complementary color
Monochromatic Colors of #F0B17E
Black with #F0B17E
Text Example
Text Example
White with #F0B17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B17E; }
p { color: rgb(240,177,126); }
H1.HeaderClassName
{
color: #F0B17E;
}
.AnyTagClassName
{
color: #F0B17E;
}
</style>
background-color css
<style>
a { background-color: #F0B17E; }
a { background-color: rgb(240,177,126); }
div.DivClassName
{
background-color: #F0B17E;
}
.BgClassName
{
background-color: #F0B17E;
}
</style>
border-color css
<style>
span { border-color: #F0B17E; }
span { border-color: rgb(240,177,126); }
td.TdClassName
{
border-color: #F0B17E;
}
.TagClassName
{
border-color: #F0B17E;
}
</style>