Shades of Tacao #FEB07B
Tints of Tacao #FEB07B
RGB
CMYK
RGB Variations
Color information
#FEB07B (or 0xFEB07B) is known color: Tacao. HEX triplet: FE, B0 and 7B. RGB value is (254,176,123). Sum of RGB (Red+Green+Blue) = 254+176+123=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 176 (69.14% from 255 or 31.83% from 553); Blue value is 123 (48.44% from 255 or 22.24% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB07B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB07B is #014F84. Grayscale: #C1C1C1. Windows color (decimal): -85893 or 8106238. OLE color: 8106238.
HSL color Cylindrical-coordinate representation of color #FEB07B: hue angle of 24.27º 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 #FEB07B is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 123 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.00 |
| HSL | 24.27º | 0.98% | 0.74% | - |
| HSV(B) | 24.27º | 0.52% | 1% | - |
| XYZ | 59.97 | 53.55 | 25.91 | - |
| YUV | 193.28 | 88.34 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 123 | 0 | 0.31 | 0.52 | 0.00 | 24.27 | 0.98 | 0.74 |
| Hex | FE | B0 | 7B | 0 | 1F | 34 | 0 | 18 | 62 | 4A |
| Octal | 376 | 260 | 173 | 0 | 37 | 64 | 0 | 30 | 142 | 112 |
| Binary | 11111110 | 10110000 | 1111011 | 0 | 11111 | 110100 | 0 | 11000 | 1100010 | 1001010 |
Color Harmonies of #FEB07B
Complementary color
Monochromatic Colors of #FEB07B
Black with #FEB07B
Text Example
Text Example
White with #FEB07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB07B; }
p { color: rgb(254,176,123); }
H1.HeaderClassName
{
color: #FEB07B;
}
.AnyTagClassName
{
color: #FEB07B;
}
</style>
background-color css
<style>
a { background-color: #FEB07B; }
a { background-color: rgb(254,176,123); }
div.DivClassName
{
background-color: #FEB07B;
}
.BgClassName
{
background-color: #FEB07B;
}
</style>
border-color css
<style>
span { border-color: #FEB07B; }
span { border-color: rgb(254,176,123); }
td.TdClassName
{
border-color: #FEB07B;
}
.TagClassName
{
border-color: #FEB07B;
}
</style>