Shades of Tacao #FFB270
Tints of Tacao #FFB270
RGB
CMYK
RGB Variations
Color information
#FFB270 (or 0xFFB270) is known color: Tacao. HEX triplet: FF, B2 and 70. RGB value is (255,178,112). Sum of RGB (Red+Green+Blue) = 255+178+112=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 112 (44.14% from 255 or 20.55% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB270 is #004D8F. Grayscale: #C1C1C1. Windows color (decimal): -19856 or 7385855. OLE color: 7385855.
HSL color Cylindrical-coordinate representation of color #FFB270: hue angle of 27.69º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFB270 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 112 | - |
| CMYK | 0 | 0.30 | 0.56 | 0 |
| HSL | 27.69º | 1% | 0.72% | - |
| HSV(B) | 27.69º | 0.56% | 1% | - |
| XYZ | 60.09 | 54.27 | 22.64 | - |
| YUV | 193.5 | 82.01 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 112 | 0 | 0.30 | 0.56 | 0 | 27.69 | 1 | 0.72 |
| Hex | FF | B2 | 70 | 0 | 1E | 38 | 0 | 1C | 64 | 48 |
| Octal | 377 | 262 | 160 | 0 | 36 | 70 | 0 | 34 | 144 | 110 |
| Binary | 11111111 | 10110010 | 1110000 | 0 | 11110 | 111000 | 0 | 11100 | 1100100 | 1001000 |
Color Harmonies of #FFB270
Complementary color
Monochromatic Colors of #FFB270
Black with #FFB270
Text Example
Text Example
White with #FFB270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB270; }
p { color: rgb(255,178,112); }
H1.HeaderClassName
{
color: #FFB270;
}
.AnyTagClassName
{
color: #FFB270;
}
</style>
background-color css
<style>
a { background-color: #FFB270; }
a { background-color: rgb(255,178,112); }
div.DivClassName
{
background-color: #FFB270;
}
.BgClassName
{
background-color: #FFB270;
}
</style>
border-color css
<style>
span { border-color: #FFB270; }
span { border-color: rgb(255,178,112); }
td.TdClassName
{
border-color: #FFB270;
}
.TagClassName
{
border-color: #FFB270;
}
</style>