Shades of Tacao #FEB070
Tints of Tacao #FEB070
RGB
CMYK
RGB Variations
Color information
#FEB070 (or 0xFEB070) is known color: Tacao. HEX triplet: FE, B0 and 70. RGB value is (254,176,112). Sum of RGB (Red+Green+Blue) = 254+176+112=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 176 (69.14% from 255 or 32.47% from 542); Blue value is 112 (44.14% from 255 or 20.66% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB070 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB070 is #014F8F. Grayscale: #C0C0C0. Windows color (decimal): -85904 or 7385342. OLE color: 7385342.
HSL color Cylindrical-coordinate representation of color #FEB070: hue angle of 27.04º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FEB070 is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 112 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.00 |
| HSL | 27.04º | 0.99% | 0.72% | - |
| HSV(B) | 27.04º | 0.56% | 1% | - |
| XYZ | 59.32 | 53.29 | 22.49 | - |
| YUV | 192.03 | 82.84 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 112 | 0 | 0.31 | 0.56 | 0.00 | 27.04 | 0.99 | 0.72 |
| Hex | FE | B0 | 70 | 0 | 1F | 38 | 0 | 1B | 63 | 48 |
| Octal | 376 | 260 | 160 | 0 | 37 | 70 | 0 | 33 | 143 | 110 |
| Binary | 11111110 | 10110000 | 1110000 | 0 | 11111 | 111000 | 0 | 11011 | 1100011 | 1001000 |
Color Harmonies of #FEB070
Complementary color
Monochromatic Colors of #FEB070
Black with #FEB070
Text Example
Text Example
White with #FEB070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB070; }
p { color: rgb(254,176,112); }
H1.HeaderClassName
{
color: #FEB070;
}
.AnyTagClassName
{
color: #FEB070;
}
</style>
background-color css
<style>
a { background-color: #FEB070; }
a { background-color: rgb(254,176,112); }
div.DivClassName
{
background-color: #FEB070;
}
.BgClassName
{
background-color: #FEB070;
}
</style>
border-color css
<style>
span { border-color: #FEB070; }
span { border-color: rgb(254,176,112); }
td.TdClassName
{
border-color: #FEB070;
}
.TagClassName
{
border-color: #FEB070;
}
</style>