Shades of Tacao #FEB073
Tints of Tacao #FEB073
RGB
CMYK
RGB Variations
Color information
#FEB073 (or 0xFEB073) is known color: Tacao. HEX triplet: FE, B0 and 73. RGB value is (254,176,115). Sum of RGB (Red+Green+Blue) = 254+176+115=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 176 (69.14% from 255 or 32.29% from 545); Blue value is 115 (45.31% from 255 or 21.10% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB073 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB073 is #014F8C. Grayscale: #C0C0C0. Windows color (decimal): -85901 or 7581950. OLE color: 7581950.
HSL color Cylindrical-coordinate representation of color #FEB073: hue angle of 26.33º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FEB073 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 115 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.00 |
| HSL | 26.33º | 0.99% | 0.72% | - |
| HSV(B) | 26.33º | 0.55% | 1% | - |
| XYZ | 59.49 | 53.36 | 23.38 | - |
| YUV | 192.37 | 84.34 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 115 | 0 | 0.31 | 0.55 | 0.00 | 26.33 | 0.99 | 0.72 |
| Hex | FE | B0 | 73 | 0 | 1F | 37 | 0 | 1A | 63 | 48 |
| Octal | 376 | 260 | 163 | 0 | 37 | 67 | 0 | 32 | 143 | 110 |
| Binary | 11111110 | 10110000 | 1110011 | 0 | 11111 | 110111 | 0 | 11010 | 1100011 | 1001000 |
Color Harmonies of #FEB073
Complementary color
Monochromatic Colors of #FEB073
Black with #FEB073
Text Example
Text Example
White with #FEB073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB073; }
p { color: rgb(254,176,115); }
H1.HeaderClassName
{
color: #FEB073;
}
.AnyTagClassName
{
color: #FEB073;
}
</style>
background-color css
<style>
a { background-color: #FEB073; }
a { background-color: rgb(254,176,115); }
div.DivClassName
{
background-color: #FEB073;
}
.BgClassName
{
background-color: #FEB073;
}
</style>
border-color css
<style>
span { border-color: #FEB073; }
span { border-color: rgb(254,176,115); }
td.TdClassName
{
border-color: #FEB073;
}
.TagClassName
{
border-color: #FEB073;
}
</style>