Shades of Tacao #FEB06F
Tints of Tacao #FEB06F
RGB
CMYK
RGB Variations
Color information
#FEB06F (or 0xFEB06F) is known color: Tacao. HEX triplet: FE, B0 and 6F. RGB value is (254,176,111). Sum of RGB (Red+Green+Blue) = 254+176+111=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 176 (69.14% from 255 or 32.53% from 541); Blue value is 111 (43.75% from 255 or 20.52% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB06F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB06F is #014F90. Grayscale: #C0C0C0. Windows color (decimal): -85905 or 7319806. OLE color: 7319806.
HSL color Cylindrical-coordinate representation of color #FEB06F: hue angle of 27.27º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FEB06F is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 111 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.00 |
| HSL | 27.27º | 0.99% | 0.72% | - |
| HSV(B) | 27.27º | 0.56% | 1% | - |
| XYZ | 59.27 | 53.27 | 22.2 | - |
| YUV | 191.91 | 82.34 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 111 | 0 | 0.31 | 0.56 | 0.00 | 27.27 | 0.99 | 0.72 |
| Hex | FE | B0 | 6F | 0 | 1F | 38 | 0 | 1B | 63 | 48 |
| Octal | 376 | 260 | 157 | 0 | 37 | 70 | 0 | 33 | 143 | 110 |
| Binary | 11111110 | 10110000 | 1101111 | 0 | 11111 | 111000 | 0 | 11011 | 1100011 | 1001000 |
Color Harmonies of #FEB06F
Complementary color
Monochromatic Colors of #FEB06F
Black with #FEB06F
Text Example
Text Example
White with #FEB06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB06F; }
p { color: rgb(254,176,111); }
H1.HeaderClassName
{
color: #FEB06F;
}
.AnyTagClassName
{
color: #FEB06F;
}
</style>
background-color css
<style>
a { background-color: #FEB06F; }
a { background-color: rgb(254,176,111); }
div.DivClassName
{
background-color: #FEB06F;
}
.BgClassName
{
background-color: #FEB06F;
}
</style>
border-color css
<style>
span { border-color: #FEB06F; }
span { border-color: rgb(254,176,111); }
td.TdClassName
{
border-color: #FEB06F;
}
.TagClassName
{
border-color: #FEB06F;
}
</style>