Shades of Tacao #FFB07E
Tints of Tacao #FFB07E
RGB
CMYK
RGB Variations
Color information
#FFB07E (or 0xFFB07E) is known color: Tacao. HEX triplet: FF, B0 and 7E. RGB value is (255,176,126). Sum of RGB (Red+Green+Blue) = 255+176+126=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 176 (69.14% from 255 or 31.60% from 557); Blue value is 126 (49.61% from 255 or 22.62% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB07E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB07E is #004F81. Grayscale: #C2C2C2. Windows color (decimal): -20354 or 8302847. OLE color: 8302847.
HSL color Cylindrical-coordinate representation of color #FFB07E: hue angle of 23.26º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFB07E is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 126 | - |
| CMYK | 0 | 0.31 | 0.51 | 0 |
| HSL | 23.26º | 1% | 0.75% | - |
| HSV(B) | 23.26º | 0.51% | 1% | - |
| XYZ | 60.53 | 53.82 | 26.94 | - |
| YUV | 193.92 | 89.67 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 126 | 0 | 0.31 | 0.51 | 0 | 23.26 | 1 | 0.75 |
| Hex | FF | B0 | 7E | 0 | 1F | 33 | 0 | 17 | 64 | 4B |
| Octal | 377 | 260 | 176 | 0 | 37 | 63 | 0 | 27 | 144 | 113 |
| Binary | 11111111 | 10110000 | 1111110 | 0 | 11111 | 110011 | 0 | 10111 | 1100100 | 1001011 |
Color Harmonies of #FFB07E
Complementary color
Monochromatic Colors of #FFB07E
Black with #FFB07E
Text Example
Text Example
White with #FFB07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB07E; }
p { color: rgb(255,176,126); }
H1.HeaderClassName
{
color: #FFB07E;
}
.AnyTagClassName
{
color: #FFB07E;
}
</style>
background-color css
<style>
a { background-color: #FFB07E; }
a { background-color: rgb(255,176,126); }
div.DivClassName
{
background-color: #FFB07E;
}
.BgClassName
{
background-color: #FFB07E;
}
</style>
border-color css
<style>
span { border-color: #FFB07E; }
span { border-color: rgb(255,176,126); }
td.TdClassName
{
border-color: #FFB07E;
}
.TagClassName
{
border-color: #FFB07E;
}
</style>