Shades of Tacao #FFB074
Tints of Tacao #FFB074
RGB
CMYK
RGB Variations
Color information
#FFB074 (or 0xFFB074) is known color: Tacao. HEX triplet: FF, B0 and 74. RGB value is (255,176,116). Sum of RGB (Red+Green+Blue) = 255+176+116=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 176 (69.14% from 255 or 32.18% from 547); Blue value is 116 (45.70% from 255 or 21.21% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB074 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB074 is #004F8B. Grayscale: #C1C1C1. Windows color (decimal): -20364 or 7647487. OLE color: 7647487.
HSL color Cylindrical-coordinate representation of color #FFB074: hue angle of 25.9º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFB074 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 116 | - |
| CMYK | 0 | 0.31 | 0.55 | 0 |
| HSL | 25.9º | 1% | 0.73% | - |
| HSV(B) | 25.9º | 0.55% | 1% | - |
| XYZ | 59.92 | 53.57 | 23.71 | - |
| YUV | 192.78 | 84.67 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 116 | 0 | 0.31 | 0.55 | 0 | 25.9 | 1 | 0.73 |
| Hex | FF | B0 | 74 | 0 | 1F | 37 | 0 | 1A | 64 | 49 |
| Octal | 377 | 260 | 164 | 0 | 37 | 67 | 0 | 32 | 144 | 111 |
| Binary | 11111111 | 10110000 | 1110100 | 0 | 11111 | 110111 | 0 | 11010 | 1100100 | 1001001 |
Color Harmonies of #FFB074
Complementary color
Monochromatic Colors of #FFB074
Black with #FFB074
Text Example
Text Example
White with #FFB074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB074; }
p { color: rgb(255,176,116); }
H1.HeaderClassName
{
color: #FFB074;
}
.AnyTagClassName
{
color: #FFB074;
}
</style>
background-color css
<style>
a { background-color: #FFB074; }
a { background-color: rgb(255,176,116); }
div.DivClassName
{
background-color: #FFB074;
}
.BgClassName
{
background-color: #FFB074;
}
</style>
border-color css
<style>
span { border-color: #FFB074; }
span { border-color: rgb(255,176,116); }
td.TdClassName
{
border-color: #FFB074;
}
.TagClassName
{
border-color: #FFB074;
}
</style>