Shades of Tacao #F9B375
Tints of Tacao #F9B375
RGB
CMYK
RGB Variations
Color information
#F9B375 (or 0xF9B375) is known color: Tacao. HEX triplet: F9, B3 and 75. RGB value is (249,179,117). Sum of RGB (Red+Green+Blue) = 249+179+117=545 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.69% from 545); Green value is 179 (70.31% from 255 or 32.84% from 545); Blue value is 117 (46.09% from 255 or 21.47% from 545); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9B375 is #064C8A. Grayscale: #C1C1C1. Windows color (decimal): -412811 or 7713785. OLE color: 7713785.
HSL color Cylindrical-coordinate representation of color #F9B375: hue angle of 28.18º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F9B375 is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 179 | 117 | - |
| CMYK | 0 | 0.28 | 0.53 | 0.02 |
| HSL | 28.18º | 0.92% | 0.72% | - |
| HSV(B) | 28.18º | 0.53% | 0.98% | - |
| XYZ | 58.4 | 53.66 | 24.11 | - |
| YUV | 192.86 | 85.19 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 179 | 117 | 0 | 0.28 | 0.53 | 0.02 | 28.18 | 0.92 | 0.72 |
| Hex | F9 | B3 | 75 | 0 | 1C | 35 | 2 | 1C | 5C | 48 |
| Octal | 371 | 263 | 165 | 0 | 34 | 65 | 2 | 34 | 134 | 110 |
| Binary | 11111001 | 10110011 | 1110101 | 0 | 11100 | 110101 | 10 | 11100 | 1011100 | 1001000 |
Color Harmonies of #F9B375
Complementary color
Monochromatic Colors of #F9B375
Black with #F9B375
Text Example
Text Example
White with #F9B375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B375; }
p { color: rgb(249,179,117); }
H1.HeaderClassName
{
color: #F9B375;
}
.AnyTagClassName
{
color: #F9B375;
}
</style>
background-color css
<style>
a { background-color: #F9B375; }
a { background-color: rgb(249,179,117); }
div.DivClassName
{
background-color: #F9B375;
}
.BgClassName
{
background-color: #F9B375;
}
</style>
border-color css
<style>
span { border-color: #F9B375; }
span { border-color: rgb(249,179,117); }
td.TdClassName
{
border-color: #F9B375;
}
.TagClassName
{
border-color: #F9B375;
}
</style>