Shades of Tacao #F1B371
Tints of Tacao #F1B371
RGB
CMYK
RGB Variations
Color information
#F1B371 (or 0xF1B371) is known color: Tacao. HEX triplet: F1, B3 and 71. RGB value is (241,179,113). Sum of RGB (Red+Green+Blue) = 241+179+113=533 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.22% from 533); Green value is 179 (70.31% from 255 or 33.58% from 533); Blue value is 113 (44.53% from 255 or 21.20% from 533); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B371 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B371 is #0E4C8E. Grayscale: #BEBEBE. Windows color (decimal): -937103 or 7451633. OLE color: 7451633.
HSL color Cylindrical-coordinate representation of color #F1B371: hue angle of 30.94º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F1B371 is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 179 | 113 | - |
| CMYK | 0 | 0.26 | 0.53 | 0.05 |
| HSL | 30.94º | 0.82% | 0.69% | - |
| HSV(B) | 30.94º | 0.53% | 0.95% | - |
| XYZ | 55.38 | 52.13 | 22.77 | - |
| YUV | 190.01 | 84.54 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 179 | 113 | 0 | 0.26 | 0.53 | 0.05 | 30.94 | 0.82 | 0.69 |
| Hex | F1 | B3 | 71 | 0 | 1A | 35 | 5 | 1F | 52 | 45 |
| Octal | 361 | 263 | 161 | 0 | 32 | 65 | 5 | 37 | 122 | 105 |
| Binary | 11110001 | 10110011 | 1110001 | 0 | 11010 | 110101 | 101 | 11111 | 1010010 | 1000101 |
Color Harmonies of #F1B371
Complementary color
Monochromatic Colors of #F1B371
Black with #F1B371
Text Example
Text Example
White with #F1B371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B371; }
p { color: rgb(241,179,113); }
H1.HeaderClassName
{
color: #F1B371;
}
.AnyTagClassName
{
color: #F1B371;
}
</style>
background-color css
<style>
a { background-color: #F1B371; }
a { background-color: rgb(241,179,113); }
div.DivClassName
{
background-color: #F1B371;
}
.BgClassName
{
background-color: #F1B371;
}
</style>
border-color css
<style>
span { border-color: #F1B371; }
span { border-color: rgb(241,179,113); }
td.TdClassName
{
border-color: #F1B371;
}
.TagClassName
{
border-color: #F1B371;
}
</style>