Shades of Tacao #FEB085
Tints of Tacao #FEB085
RGB
CMYK
RGB Variations
Color information
#FEB085 (or 0xFEB085) is known color: Tacao. HEX triplet: FE, B0 and 85. RGB value is (254,176,133). Sum of RGB (Red+Green+Blue) = 254+176+133=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 176 (69.14% from 255 or 31.26% from 563); Blue value is 133 (52.34% from 255 or 23.62% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB085 is #014F7A. Grayscale: #C2C2C2. Windows color (decimal): -85883 or 8761598. OLE color: 8761598.
HSL color Cylindrical-coordinate representation of color #FEB085: hue angle of 21.32º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FEB085 is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 133 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.00 |
| HSL | 21.32º | 0.98% | 0.76% | - |
| HSV(B) | 21.32º | 0.48% | 1% | - |
| XYZ | 60.63 | 53.81 | 29.38 | - |
| YUV | 194.42 | 93.34 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 133 | 0 | 0.31 | 0.48 | 0.00 | 21.32 | 0.98 | 0.76 |
| Hex | FE | B0 | 85 | 0 | 1F | 30 | 0 | 15 | 62 | 4C |
| Octal | 376 | 260 | 205 | 0 | 37 | 60 | 0 | 25 | 142 | 114 |
| Binary | 11111110 | 10110000 | 10000101 | 0 | 11111 | 110000 | 0 | 10101 | 1100010 | 1001100 |
Color Harmonies of #FEB085
Complementary color
Monochromatic Colors of #FEB085
Black with #FEB085
Text Example
Text Example
White with #FEB085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB085; }
p { color: rgb(254,176,133); }
H1.HeaderClassName
{
color: #FEB085;
}
.AnyTagClassName
{
color: #FEB085;
}
</style>
background-color css
<style>
a { background-color: #FEB085; }
a { background-color: rgb(254,176,133); }
div.DivClassName
{
background-color: #FEB085;
}
.BgClassName
{
background-color: #FEB085;
}
</style>
border-color css
<style>
span { border-color: #FEB085; }
span { border-color: rgb(254,176,133); }
td.TdClassName
{
border-color: #FEB085;
}
.TagClassName
{
border-color: #FEB085;
}
</style>