Shades of Tacao #FEAF6E
Tints of Tacao #FEAF6E
RGB
CMYK
RGB Variations
Color information
#FEAF6E (or 0xFEAF6E) is known color: Tacao. HEX triplet: FE, AF and 6E. RGB value is (254,175,110). Sum of RGB (Red+Green+Blue) = 254+175+110=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 110 (43.36% from 255 or 20.41% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAF6E is #015091. Grayscale: #BFBFBF. Windows color (decimal): -86162 or 7254014. OLE color: 7254014.
HSL color Cylindrical-coordinate representation of color #FEAF6E: hue angle of 27.08º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FEAF6E is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 175 | 110 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.00 |
| HSL | 27.08º | 0.99% | 0.71% | - |
| HSV(B) | 27.08º | 0.57% | 1% | - |
| XYZ | 59.02 | 52.86 | 21.84 | - |
| YUV | 191.21 | 82.17 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 175 | 110 | 0 | 0.31 | 0.57 | 0.00 | 27.08 | 0.99 | 0.71 |
| Hex | FE | AF | 6E | 0 | 1F | 39 | 0 | 1B | 63 | 47 |
| Octal | 376 | 257 | 156 | 0 | 37 | 71 | 0 | 33 | 143 | 107 |
| Binary | 11111110 | 10101111 | 1101110 | 0 | 11111 | 111001 | 0 | 11011 | 1100011 | 1000111 |
Color Harmonies of #FEAF6E
Complementary color
Monochromatic Colors of #FEAF6E
Black with #FEAF6E
Text Example
Text Example
White with #FEAF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAF6E; }
p { color: rgb(254,175,110); }
H1.HeaderClassName
{
color: #FEAF6E;
}
.AnyTagClassName
{
color: #FEAF6E;
}
</style>
background-color css
<style>
a { background-color: #FEAF6E; }
a { background-color: rgb(254,175,110); }
div.DivClassName
{
background-color: #FEAF6E;
}
.BgClassName
{
background-color: #FEAF6E;
}
</style>
border-color css
<style>
span { border-color: #FEAF6E; }
span { border-color: rgb(254,175,110); }
td.TdClassName
{
border-color: #FEAF6E;
}
.TagClassName
{
border-color: #FEAF6E;
}
</style>