Shades of Tacao #FEAF7B
Tints of Tacao #FEAF7B
RGB
CMYK
RGB Variations
Color information
#FEAF7B (or 0xFEAF7B) is known color: Tacao. HEX triplet: FE, AF and 7B. RGB value is (254,175,123). Sum of RGB (Red+Green+Blue) = 254+175+123=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 123 (48.44% from 255 or 22.28% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAF7B is #015084. Grayscale: #C0C0C0. Windows color (decimal): -86149 or 8105982. OLE color: 8105982.
HSL color Cylindrical-coordinate representation of color #FEAF7B: hue angle of 23.82º 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 #FEAF7B is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 175 | 123 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.00 |
| HSL | 23.82º | 0.98% | 0.74% | - |
| HSV(B) | 23.82º | 0.52% | 1% | - |
| XYZ | 59.78 | 53.16 | 25.85 | - |
| YUV | 192.69 | 88.67 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 175 | 123 | 0 | 0.31 | 0.52 | 0.00 | 23.82 | 0.98 | 0.74 |
| Hex | FE | AF | 7B | 0 | 1F | 34 | 0 | 18 | 62 | 4A |
| Octal | 376 | 257 | 173 | 0 | 37 | 64 | 0 | 30 | 142 | 112 |
| Binary | 11111110 | 10101111 | 1111011 | 0 | 11111 | 110100 | 0 | 11000 | 1100010 | 1001010 |
Color Harmonies of #FEAF7B
Complementary color
Monochromatic Colors of #FEAF7B
Black with #FEAF7B
Text Example
Text Example
White with #FEAF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAF7B; }
p { color: rgb(254,175,123); }
H1.HeaderClassName
{
color: #FEAF7B;
}
.AnyTagClassName
{
color: #FEAF7B;
}
</style>
background-color css
<style>
a { background-color: #FEAF7B; }
a { background-color: rgb(254,175,123); }
div.DivClassName
{
background-color: #FEAF7B;
}
.BgClassName
{
background-color: #FEAF7B;
}
</style>
border-color css
<style>
span { border-color: #FEAF7B; }
span { border-color: rgb(254,175,123); }
td.TdClassName
{
border-color: #FEAF7B;
}
.TagClassName
{
border-color: #FEAF7B;
}
</style>