Shades of Tacao #FFB07A
Tints of Tacao #FFB07A
RGB
CMYK
RGB Variations
Color information
#FFB07A (or 0xFFB07A) is known color: Tacao. HEX triplet: FF, B0 and 7A. RGB value is (255,176,122). Sum of RGB (Red+Green+Blue) = 255+176+122=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 176 (69.14% from 255 or 31.83% from 553); Blue value is 122 (48.05% from 255 or 22.06% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB07A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB07A is #004F85. Grayscale: #C1C1C1. Windows color (decimal): -20358 or 8040703. OLE color: 8040703.
HSL color Cylindrical-coordinate representation of color #FFB07A: hue angle of 24.36º 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 #FFB07A is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 122 | - |
| CMYK | 0 | 0.31 | 0.52 | 0 |
| HSL | 24.36º | 1% | 0.74% | - |
| HSV(B) | 24.36º | 0.52% | 1% | - |
| XYZ | 60.28 | 53.72 | 25.6 | - |
| YUV | 193.47 | 87.67 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 122 | 0 | 0.31 | 0.52 | 0 | 24.36 | 1 | 0.74 |
| Hex | FF | B0 | 7A | 0 | 1F | 34 | 0 | 18 | 64 | 4A |
| Octal | 377 | 260 | 172 | 0 | 37 | 64 | 0 | 30 | 144 | 112 |
| Binary | 11111111 | 10110000 | 1111010 | 0 | 11111 | 110100 | 0 | 11000 | 1100100 | 1001010 |
Color Harmonies of #FFB07A
Complementary color
Monochromatic Colors of #FFB07A
Black with #FFB07A
Text Example
Text Example
White with #FFB07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB07A; }
p { color: rgb(255,176,122); }
H1.HeaderClassName
{
color: #FFB07A;
}
.AnyTagClassName
{
color: #FFB07A;
}
</style>
background-color css
<style>
a { background-color: #FFB07A; }
a { background-color: rgb(255,176,122); }
div.DivClassName
{
background-color: #FFB07A;
}
.BgClassName
{
background-color: #FFB07A;
}
</style>
border-color css
<style>
span { border-color: #FFB07A; }
span { border-color: rgb(255,176,122); }
td.TdClassName
{
border-color: #FFB07A;
}
.TagClassName
{
border-color: #FFB07A;
}
</style>