Shades of Tacao #FEAD7B
Tints of Tacao #FEAD7B
RGB
CMYK
RGB Variations
Color information
#FEAD7B (or 0xFEAD7B) is known color: Tacao. HEX triplet: FE, AD and 7B. RGB value is (254,173,123). Sum of RGB (Red+Green+Blue) = 254+173+123=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 173 (67.97% from 255 or 31.45% from 550); Blue value is 123 (48.44% from 255 or 22.36% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAD7B is #015284. Grayscale: #BFBFBF. Windows color (decimal): -86661 or 8105470. OLE color: 8105470.
HSL color Cylindrical-coordinate representation of color #FEAD7B: hue angle of 22.9º 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 #FEAD7B is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 123 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.00 |
| HSL | 22.9º | 0.98% | 0.74% | - |
| HSV(B) | 22.9º | 0.52% | 1% | - |
| XYZ | 59.39 | 52.39 | 25.72 | - |
| YUV | 191.52 | 89.34 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 123 | 0 | 0.32 | 0.52 | 0.00 | 22.9 | 0.98 | 0.74 |
| Hex | FE | AD | 7B | 0 | 20 | 34 | 0 | 17 | 62 | 4A |
| Octal | 376 | 255 | 173 | 0 | 40 | 64 | 0 | 27 | 142 | 112 |
| Binary | 11111110 | 10101101 | 1111011 | 0 | 100000 | 110100 | 0 | 10111 | 1100010 | 1001010 |
Color Harmonies of #FEAD7B
Complementary color
Monochromatic Colors of #FEAD7B
Black with #FEAD7B
Text Example
Text Example
White with #FEAD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAD7B; }
p { color: rgb(254,173,123); }
H1.HeaderClassName
{
color: #FEAD7B;
}
.AnyTagClassName
{
color: #FEAD7B;
}
</style>
background-color css
<style>
a { background-color: #FEAD7B; }
a { background-color: rgb(254,173,123); }
div.DivClassName
{
background-color: #FEAD7B;
}
.BgClassName
{
background-color: #FEAD7B;
}
</style>
border-color css
<style>
span { border-color: #FEAD7B; }
span { border-color: rgb(254,173,123); }
td.TdClassName
{
border-color: #FEAD7B;
}
.TagClassName
{
border-color: #FEAD7B;
}
</style>