Shades of Tacao #FFB07B
Tints of Tacao #FFB07B
RGB
CMYK
RGB Variations
Color information
#FFB07B (or 0xFFB07B) is known color: Tacao. HEX triplet: FF, B0 and 7B. RGB value is (255,176,123). Sum of RGB (Red+Green+Blue) = 255+176+123=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 176 (69.14% from 255 or 31.77% from 554); Blue value is 123 (48.44% from 255 or 22.20% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB07B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB07B is #004F84. Grayscale: #C1C1C1. Windows color (decimal): -20357 or 8106239. OLE color: 8106239.
HSL color Cylindrical-coordinate representation of color #FFB07B: hue angle of 24.09º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FFB07B is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 123 | - |
| CMYK | 0 | 0.31 | 0.52 | 0 |
| HSL | 24.09º | 1% | 0.74% | - |
| HSV(B) | 24.09º | 0.52% | 1% | - |
| XYZ | 60.34 | 53.74 | 25.93 | - |
| YUV | 193.58 | 88.17 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 123 | 0 | 0.31 | 0.52 | 0 | 24.09 | 1 | 0.74 |
| Hex | FF | B0 | 7B | 0 | 1F | 34 | 0 | 18 | 64 | 4A |
| Octal | 377 | 260 | 173 | 0 | 37 | 64 | 0 | 30 | 144 | 112 |
| Binary | 11111111 | 10110000 | 1111011 | 0 | 11111 | 110100 | 0 | 11000 | 1100100 | 1001010 |
Color Harmonies of #FFB07B
Complementary color
Monochromatic Colors of #FFB07B
Black with #FFB07B
Text Example
Text Example
White with #FFB07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB07B; }
p { color: rgb(255,176,123); }
H1.HeaderClassName
{
color: #FFB07B;
}
.AnyTagClassName
{
color: #FFB07B;
}
</style>
background-color css
<style>
a { background-color: #FFB07B; }
a { background-color: rgb(255,176,123); }
div.DivClassName
{
background-color: #FFB07B;
}
.BgClassName
{
background-color: #FFB07B;
}
</style>
border-color css
<style>
span { border-color: #FFB07B; }
span { border-color: rgb(255,176,123); }
td.TdClassName
{
border-color: #FFB07B;
}
.TagClassName
{
border-color: #FFB07B;
}
</style>