Shades of Tacao #FFB26E
Tints of Tacao #FFB26E
RGB
CMYK
RGB Variations
Color information
#FFB26E (or 0xFFB26E) is known color: Tacao. HEX triplet: FF, B2 and 6E. RGB value is (255,178,110). Sum of RGB (Red+Green+Blue) = 255+178+110=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 178 (69.92% from 255 or 32.78% from 543); Blue value is 110 (43.36% from 255 or 20.26% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB26E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB26E is #004D91. Grayscale: #C1C1C1. Windows color (decimal): -19858 or 7254783. OLE color: 7254783.
HSL color Cylindrical-coordinate representation of color #FFB26E: hue angle of 28.14º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFB26E is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 110 | - |
| CMYK | 0 | 0.30 | 0.57 | 0 |
| HSL | 28.14º | 1% | 0.72% | - |
| HSV(B) | 28.14º | 0.57% | 1% | - |
| XYZ | 59.97 | 54.23 | 22.06 | - |
| YUV | 193.27 | 81.01 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 110 | 0 | 0.30 | 0.57 | 0 | 28.14 | 1 | 0.72 |
| Hex | FF | B2 | 6E | 0 | 1E | 39 | 0 | 1C | 64 | 48 |
| Octal | 377 | 262 | 156 | 0 | 36 | 71 | 0 | 34 | 144 | 110 |
| Binary | 11111111 | 10110010 | 1101110 | 0 | 11110 | 111001 | 0 | 11100 | 1100100 | 1001000 |
Color Harmonies of #FFB26E
Complementary color
Monochromatic Colors of #FFB26E
Black with #FFB26E
Text Example
Text Example
White with #FFB26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB26E; }
p { color: rgb(255,178,110); }
H1.HeaderClassName
{
color: #FFB26E;
}
.AnyTagClassName
{
color: #FFB26E;
}
</style>
background-color css
<style>
a { background-color: #FFB26E; }
a { background-color: rgb(255,178,110); }
div.DivClassName
{
background-color: #FFB26E;
}
.BgClassName
{
background-color: #FFB26E;
}
</style>
border-color css
<style>
span { border-color: #FFB26E; }
span { border-color: rgb(255,178,110); }
td.TdClassName
{
border-color: #FFB26E;
}
.TagClassName
{
border-color: #FFB26E;
}
</style>