Shades of Tacao #FEB082
Tints of Tacao #FEB082
RGB
CMYK
RGB Variations
Color information
#FEB082 (or 0xFEB082) is known color: Tacao. HEX triplet: FE, B0 and 82. RGB value is (254,176,130). Sum of RGB (Red+Green+Blue) = 254+176+130=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 176 (69.14% from 255 or 31.43% from 560); Blue value is 130 (51.17% from 255 or 23.21% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB082 is #014F7D. Grayscale: #C2C2C2. Windows color (decimal): -85886 or 8564990. OLE color: 8564990.
HSL color Cylindrical-coordinate representation of color #FEB082: hue angle of 22.26º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FEB082 is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 130 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.00 |
| HSL | 22.26º | 0.98% | 0.75% | - |
| HSV(B) | 22.26º | 0.49% | 1% | - |
| XYZ | 60.43 | 53.73 | 28.31 | - |
| YUV | 194.08 | 91.84 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 130 | 0 | 0.31 | 0.49 | 0.00 | 22.26 | 0.98 | 0.75 |
| Hex | FE | B0 | 82 | 0 | 1F | 31 | 0 | 16 | 62 | 4B |
| Octal | 376 | 260 | 202 | 0 | 37 | 61 | 0 | 26 | 142 | 113 |
| Binary | 11111110 | 10110000 | 10000010 | 0 | 11111 | 110001 | 0 | 10110 | 1100010 | 1001011 |
Color Harmonies of #FEB082
Complementary color
Monochromatic Colors of #FEB082
Black with #FEB082
Text Example
Text Example
White with #FEB082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB082; }
p { color: rgb(254,176,130); }
H1.HeaderClassName
{
color: #FEB082;
}
.AnyTagClassName
{
color: #FEB082;
}
</style>
background-color css
<style>
a { background-color: #FEB082; }
a { background-color: rgb(254,176,130); }
div.DivClassName
{
background-color: #FEB082;
}
.BgClassName
{
background-color: #FEB082;
}
</style>
border-color css
<style>
span { border-color: #FEB082; }
span { border-color: rgb(254,176,130); }
td.TdClassName
{
border-color: #FEB082;
}
.TagClassName
{
border-color: #FEB082;
}
</style>