Shades of Tacao #FEAF74
Tints of Tacao #FEAF74
RGB
CMYK
RGB Variations
Color information
#FEAF74 (or 0xFEAF74) is known color: Tacao. HEX triplet: FE, AF and 74. RGB value is (254,175,116). Sum of RGB (Red+Green+Blue) = 254+175+116=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 116 (45.70% from 255 or 21.28% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAF74 is #01508B. Grayscale: #C0C0C0. Windows color (decimal): -86156 or 7647230. OLE color: 7647230.
HSL color Cylindrical-coordinate representation of color #FEAF74: hue angle of 25.65º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FEAF74 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 175 | 116 | - |
| CMYK | 0 | 0.31 | 0.54 | 0.00 |
| HSL | 25.65º | 0.99% | 0.73% | - |
| HSV(B) | 25.65º | 0.54% | 1% | - |
| XYZ | 59.36 | 52.99 | 23.62 | - |
| YUV | 191.9 | 85.17 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 175 | 116 | 0 | 0.31 | 0.54 | 0.00 | 25.65 | 0.99 | 0.73 |
| Hex | FE | AF | 74 | 0 | 1F | 36 | 0 | 1A | 63 | 49 |
| Octal | 376 | 257 | 164 | 0 | 37 | 66 | 0 | 32 | 143 | 111 |
| Binary | 11111110 | 10101111 | 1110100 | 0 | 11111 | 110110 | 0 | 11010 | 1100011 | 1001001 |
Color Harmonies of #FEAF74
Complementary color
Monochromatic Colors of #FEAF74
Black with #FEAF74
Text Example
Text Example
White with #FEAF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAF74; }
p { color: rgb(254,175,116); }
H1.HeaderClassName
{
color: #FEAF74;
}
.AnyTagClassName
{
color: #FEAF74;
}
</style>
background-color css
<style>
a { background-color: #FEAF74; }
a { background-color: rgb(254,175,116); }
div.DivClassName
{
background-color: #FEAF74;
}
.BgClassName
{
background-color: #FEAF74;
}
</style>
border-color css
<style>
span { border-color: #FEAF74; }
span { border-color: rgb(254,175,116); }
td.TdClassName
{
border-color: #FEAF74;
}
.TagClassName
{
border-color: #FEAF74;
}
</style>