Shades of Tacao #FEAE7B
Tints of Tacao #FEAE7B
RGB
CMYK
RGB Variations
Color information
#FEAE7B (or 0xFEAE7B) is known color: Tacao. HEX triplet: FE, AE and 7B. RGB value is (254,174,123). Sum of RGB (Red+Green+Blue) = 254+174+123=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 123 (48.44% from 255 or 22.32% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAE7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAE7B is #015184. Grayscale: #C0C0C0. Windows color (decimal): -86405 or 8105726. OLE color: 8105726.
HSL color Cylindrical-coordinate representation of color #FEAE7B: hue angle of 23.36º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FEAE7B is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 174 | 123 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.00 |
| HSL | 23.36º | 0.98% | 0.74% | - |
| HSV(B) | 23.36º | 0.52% | 1% | - |
| XYZ | 59.58 | 52.77 | 25.78 | - |
| YUV | 192.11 | 89 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 174 | 123 | 0 | 0.31 | 0.52 | 0.00 | 23.36 | 0.98 | 0.74 |
| Hex | FE | AE | 7B | 0 | 1F | 34 | 0 | 17 | 62 | 4A |
| Octal | 376 | 256 | 173 | 0 | 37 | 64 | 0 | 27 | 142 | 112 |
| Binary | 11111110 | 10101110 | 1111011 | 0 | 11111 | 110100 | 0 | 10111 | 1100010 | 1001010 |
Color Harmonies of #FEAE7B
Complementary color
Monochromatic Colors of #FEAE7B
Black with #FEAE7B
Text Example
Text Example
White with #FEAE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAE7B; }
p { color: rgb(254,174,123); }
H1.HeaderClassName
{
color: #FEAE7B;
}
.AnyTagClassName
{
color: #FEAE7B;
}
</style>
background-color css
<style>
a { background-color: #FEAE7B; }
a { background-color: rgb(254,174,123); }
div.DivClassName
{
background-color: #FEAE7B;
}
.BgClassName
{
background-color: #FEAE7B;
}
</style>
border-color css
<style>
span { border-color: #FEAE7B; }
span { border-color: rgb(254,174,123); }
td.TdClassName
{
border-color: #FEAE7B;
}
.TagClassName
{
border-color: #FEAE7B;
}
</style>