Shades of Tacao #F1B06F
Tints of Tacao #F1B06F
RGB
CMYK
RGB Variations
Color information
#F1B06F (or 0xF1B06F) is known color: Tacao. HEX triplet: F1, B0 and 6F. RGB value is (241,176,111). Sum of RGB (Red+Green+Blue) = 241+176+111=528 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.64% from 528); Green value is 176 (69.14% from 255 or 33.33% from 528); Blue value is 111 (43.75% from 255 or 21.02% from 528); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B06F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1B06F is #0E4F90. Grayscale: #BCBCBC. Windows color (decimal): -937873 or 7319793. OLE color: 7319793.
HSL color Cylindrical-coordinate representation of color #F1B06F: hue angle of 30º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F1B06F is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 176 | 111 | - |
| CMYK | 0 | 0.27 | 0.54 | 0.05 |
| HSL | 30º | 0.82% | 0.69% | - |
| HSV(B) | 30º | 0.54% | 0.95% | - |
| XYZ | 54.67 | 50.9 | 21.98 | - |
| YUV | 188.03 | 84.53 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 176 | 111 | 0 | 0.27 | 0.54 | 0.05 | 30 | 0.82 | 0.69 |
| Hex | F1 | B0 | 6F | 0 | 1B | 36 | 5 | 1E | 52 | 45 |
| Octal | 361 | 260 | 157 | 0 | 33 | 66 | 5 | 36 | 122 | 105 |
| Binary | 11110001 | 10110000 | 1101111 | 0 | 11011 | 110110 | 101 | 11110 | 1010010 | 1000101 |
Color Harmonies of #F1B06F
Complementary color
Monochromatic Colors of #F1B06F
Black with #F1B06F
Text Example
Text Example
White with #F1B06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B06F; }
p { color: rgb(241,176,111); }
H1.HeaderClassName
{
color: #F1B06F;
}
.AnyTagClassName
{
color: #F1B06F;
}
</style>
background-color css
<style>
a { background-color: #F1B06F; }
a { background-color: rgb(241,176,111); }
div.DivClassName
{
background-color: #F1B06F;
}
.BgClassName
{
background-color: #F1B06F;
}
</style>
border-color css
<style>
span { border-color: #F1B06F; }
span { border-color: rgb(241,176,111); }
td.TdClassName
{
border-color: #F1B06F;
}
.TagClassName
{
border-color: #F1B06F;
}
</style>