Shades of Tacao #F7B27C
Tints of Tacao #F7B27C
RGB
CMYK
RGB Variations
Color information
#F7B27C (or 0xF7B27C) is known color: Tacao. HEX triplet: F7, B2 and 7C. RGB value is (247,178,124). Sum of RGB (Red+Green+Blue) = 247+178+124=549 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.99% from 549); Green value is 178 (69.92% from 255 or 32.42% from 549); Blue value is 124 (48.83% from 255 or 22.59% from 549); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B27C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7B27C is #084D83. Grayscale: #C0C0C0. Windows color (decimal): -544132 or 8172279. OLE color: 8172279.
HSL color Cylindrical-coordinate representation of color #F7B27C: hue angle of 26.34º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F7B27C is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 178 | 124 | - |
| CMYK | 0 | 0.28 | 0.50 | 0.03 |
| HSL | 26.34º | 0.88% | 0.73% | - |
| HSV(B) | 26.34º | 0.5% | 0.97% | - |
| XYZ | 57.92 | 53.07 | 26.26 | - |
| YUV | 192.48 | 89.36 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 178 | 124 | 0 | 0.28 | 0.50 | 0.03 | 26.34 | 0.88 | 0.73 |
| Hex | F7 | B2 | 7C | 0 | 1C | 32 | 3 | 1A | 58 | 49 |
| Octal | 367 | 262 | 174 | 0 | 34 | 62 | 3 | 32 | 130 | 111 |
| Binary | 11110111 | 10110010 | 1111100 | 0 | 11100 | 110010 | 11 | 11010 | 1011000 | 1001001 |
Color Harmonies of #F7B27C
Complementary color
Monochromatic Colors of #F7B27C
Black with #F7B27C
Text Example
Text Example
White with #F7B27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B27C; }
p { color: rgb(247,178,124); }
H1.HeaderClassName
{
color: #F7B27C;
}
.AnyTagClassName
{
color: #F7B27C;
}
</style>
background-color css
<style>
a { background-color: #F7B27C; }
a { background-color: rgb(247,178,124); }
div.DivClassName
{
background-color: #F7B27C;
}
.BgClassName
{
background-color: #F7B27C;
}
</style>
border-color css
<style>
span { border-color: #F7B27C; }
span { border-color: rgb(247,178,124); }
td.TdClassName
{
border-color: #F7B27C;
}
.TagClassName
{
border-color: #F7B27C;
}
</style>