Shades of Tacao #F1B373
Tints of Tacao #F1B373
RGB
CMYK
RGB Variations
Color information
#F1B373 (or 0xF1B373) is known color: Tacao. HEX triplet: F1, B3 and 73. RGB value is (241,179,115). Sum of RGB (Red+Green+Blue) = 241+179+115=535 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.05% from 535); Green value is 179 (70.31% from 255 or 33.46% from 535); Blue value is 115 (45.31% from 255 or 21.50% from 535); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B373 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B373 is #0E4C8C. Grayscale: #BEBEBE. Windows color (decimal): -937101 or 7582705. OLE color: 7582705.
HSL color Cylindrical-coordinate representation of color #F1B373: hue angle of 30.48º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F1B373 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 179 | 115 | - |
| CMYK | 0 | 0.26 | 0.52 | 0.05 |
| HSL | 30.48º | 0.82% | 0.7% | - |
| HSV(B) | 30.48º | 0.52% | 0.95% | - |
| XYZ | 55.49 | 52.18 | 23.37 | - |
| YUV | 190.24 | 85.54 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 179 | 115 | 0 | 0.26 | 0.52 | 0.05 | 30.48 | 0.82 | 0.7 |
| Hex | F1 | B3 | 73 | 0 | 1A | 34 | 5 | 1E | 52 | 46 |
| Octal | 361 | 263 | 163 | 0 | 32 | 64 | 5 | 36 | 122 | 106 |
| Binary | 11110001 | 10110011 | 1110011 | 0 | 11010 | 110100 | 101 | 11110 | 1010010 | 1000110 |
Color Harmonies of #F1B373
Complementary color
Monochromatic Colors of #F1B373
Black with #F1B373
Text Example
Text Example
White with #F1B373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B373; }
p { color: rgb(241,179,115); }
H1.HeaderClassName
{
color: #F1B373;
}
.AnyTagClassName
{
color: #F1B373;
}
</style>
background-color css
<style>
a { background-color: #F1B373; }
a { background-color: rgb(241,179,115); }
div.DivClassName
{
background-color: #F1B373;
}
.BgClassName
{
background-color: #F1B373;
}
</style>
border-color css
<style>
span { border-color: #F1B373; }
span { border-color: rgb(241,179,115); }
td.TdClassName
{
border-color: #F1B373;
}
.TagClassName
{
border-color: #F1B373;
}
</style>