Shades of Tacao #F9B17D
Tints of Tacao #F9B17D
RGB
CMYK
RGB Variations
Color information
#F9B17D (or 0xF9B17D) is known color: Tacao. HEX triplet: F9, B1 and 7D. RGB value is (249,177,125). Sum of RGB (Red+Green+Blue) = 249+177+125=551 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.19% from 551); Green value is 177 (69.53% from 255 or 32.12% from 551); Blue value is 125 (49.22% from 255 or 22.69% from 551); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B17D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9B17D is #064E82. Grayscale: #C0C0C0. Windows color (decimal): -413315 or 8237561. OLE color: 8237561.
HSL color Cylindrical-coordinate representation of color #F9B17D: hue angle of 25.16º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F9B17D is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 177 | 125 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.02 |
| HSL | 25.16º | 0.91% | 0.73% | - |
| HSV(B) | 25.16º | 0.5% | 0.98% | - |
| XYZ | 58.49 | 53.06 | 26.56 | - |
| YUV | 192.6 | 89.85 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 177 | 125 | 0 | 0.29 | 0.50 | 0.02 | 25.16 | 0.91 | 0.73 |
| Hex | F9 | B1 | 7D | 0 | 1D | 32 | 2 | 19 | 5B | 49 |
| Octal | 371 | 261 | 175 | 0 | 35 | 62 | 2 | 31 | 133 | 111 |
| Binary | 11111001 | 10110001 | 1111101 | 0 | 11101 | 110010 | 10 | 11001 | 1011011 | 1001001 |
Color Harmonies of #F9B17D
Complementary color
Monochromatic Colors of #F9B17D
Black with #F9B17D
Text Example
Text Example
White with #F9B17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B17D; }
p { color: rgb(249,177,125); }
H1.HeaderClassName
{
color: #F9B17D;
}
.AnyTagClassName
{
color: #F9B17D;
}
</style>
background-color css
<style>
a { background-color: #F9B17D; }
a { background-color: rgb(249,177,125); }
div.DivClassName
{
background-color: #F9B17D;
}
.BgClassName
{
background-color: #F9B17D;
}
</style>
border-color css
<style>
span { border-color: #F9B17D; }
span { border-color: rgb(249,177,125); }
td.TdClassName
{
border-color: #F9B17D;
}
.TagClassName
{
border-color: #F9B17D;
}
</style>