Shades of Tacao #FEB07D
Tints of Tacao #FEB07D
RGB
CMYK
RGB Variations
Color information
#FEB07D (or 0xFEB07D) is known color: Tacao. HEX triplet: FE, B0 and 7D. RGB value is (254,176,125). Sum of RGB (Red+Green+Blue) = 254+176+125=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 176 (69.14% from 255 or 31.71% from 555); Blue value is 125 (49.22% from 255 or 22.52% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB07D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB07D is #014F82. Grayscale: #C1C1C1. Windows color (decimal): -85891 or 8237310. OLE color: 8237310.
HSL color Cylindrical-coordinate representation of color #FEB07D: hue angle of 23.72º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FEB07D is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 125 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.00 |
| HSL | 23.72º | 0.98% | 0.74% | - |
| HSV(B) | 23.72º | 0.51% | 1% | - |
| XYZ | 60.1 | 53.6 | 26.58 | - |
| YUV | 193.51 | 89.34 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 125 | 0 | 0.31 | 0.51 | 0.00 | 23.72 | 0.98 | 0.74 |
| Hex | FE | B0 | 7D | 0 | 1F | 33 | 0 | 18 | 62 | 4A |
| Octal | 376 | 260 | 175 | 0 | 37 | 63 | 0 | 30 | 142 | 112 |
| Binary | 11111110 | 10110000 | 1111101 | 0 | 11111 | 110011 | 0 | 11000 | 1100010 | 1001010 |
Color Harmonies of #FEB07D
Complementary color
Monochromatic Colors of #FEB07D
Black with #FEB07D
Text Example
Text Example
White with #FEB07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB07D; }
p { color: rgb(254,176,125); }
H1.HeaderClassName
{
color: #FEB07D;
}
.AnyTagClassName
{
color: #FEB07D;
}
</style>
background-color css
<style>
a { background-color: #FEB07D; }
a { background-color: rgb(254,176,125); }
div.DivClassName
{
background-color: #FEB07D;
}
.BgClassName
{
background-color: #FEB07D;
}
</style>
border-color css
<style>
span { border-color: #FEB07D; }
span { border-color: rgb(254,176,125); }
td.TdClassName
{
border-color: #FEB07D;
}
.TagClassName
{
border-color: #FEB07D;
}
</style>