Shades of Tacao #FEB07C
Tints of Tacao #FEB07C
RGB
CMYK
RGB Variations
Color information
#FEB07C (or 0xFEB07C) is known color: Tacao. HEX triplet: FE, B0 and 7C. RGB value is (254,176,124). Sum of RGB (Red+Green+Blue) = 254+176+124=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 176 (69.14% from 255 or 31.77% from 554); Blue value is 124 (48.83% from 255 or 22.38% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB07C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB07C is #014F83. Grayscale: #C1C1C1. Windows color (decimal): -85892 or 8171774. OLE color: 8171774.
HSL color Cylindrical-coordinate representation of color #FEB07C: hue angle of 24º 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 #FEB07C is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 124 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.00 |
| HSL | 24º | 0.98% | 0.74% | - |
| HSV(B) | 24º | 0.51% | 1% | - |
| XYZ | 60.04 | 53.58 | 26.25 | - |
| YUV | 193.39 | 88.84 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 124 | 0 | 0.31 | 0.51 | 0.00 | 24 | 0.98 | 0.74 |
| Hex | FE | B0 | 7C | 0 | 1F | 33 | 0 | 18 | 62 | 4A |
| Octal | 376 | 260 | 174 | 0 | 37 | 63 | 0 | 30 | 142 | 112 |
| Binary | 11111110 | 10110000 | 1111100 | 0 | 11111 | 110011 | 0 | 11000 | 1100010 | 1001010 |
Color Harmonies of #FEB07C
Complementary color
Monochromatic Colors of #FEB07C
Black with #FEB07C
Text Example
Text Example
White with #FEB07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB07C; }
p { color: rgb(254,176,124); }
H1.HeaderClassName
{
color: #FEB07C;
}
.AnyTagClassName
{
color: #FEB07C;
}
</style>
background-color css
<style>
a { background-color: #FEB07C; }
a { background-color: rgb(254,176,124); }
div.DivClassName
{
background-color: #FEB07C;
}
.BgClassName
{
background-color: #FEB07C;
}
</style>
border-color css
<style>
span { border-color: #FEB07C; }
span { border-color: rgb(254,176,124); }
td.TdClassName
{
border-color: #FEB07C;
}
.TagClassName
{
border-color: #FEB07C;
}
</style>