Shades of Tacao #FDB17C
Tints of Tacao #FDB17C
RGB
CMYK
RGB Variations
Color information
#FDB17C (or 0xFDB17C) is known color: Tacao. HEX triplet: FD, B1 and 7C. RGB value is (253,177,124). Sum of RGB (Red+Green+Blue) = 253+177+124=554 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.67% from 554); Green value is 177 (69.53% from 255 or 31.95% from 554); Blue value is 124 (48.83% from 255 or 22.38% from 554); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB17C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB17C is #024E83. Grayscale: #C1C1C1. Windows color (decimal): -151172 or 8172029. OLE color: 8172029.
HSL color Cylindrical-coordinate representation of color #FDB17C: hue angle of 24.65º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FDB17C is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 124 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.01 |
| HSL | 24.65º | 0.97% | 0.74% | - |
| HSV(B) | 24.65º | 0.51% | 0.99% | - |
| XYZ | 59.87 | 53.78 | 26.29 | - |
| YUV | 193.68 | 88.68 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 124 | 0 | 0.30 | 0.51 | 0.01 | 24.65 | 0.97 | 0.74 |
| Hex | FD | B1 | 7C | 0 | 1E | 33 | 1 | 19 | 61 | 4A |
| Octal | 375 | 261 | 174 | 0 | 36 | 63 | 1 | 31 | 141 | 112 |
| Binary | 11111101 | 10110001 | 1111100 | 0 | 11110 | 110011 | 1 | 11001 | 1100001 | 1001010 |
Color Harmonies of #FDB17C
Complementary color
Monochromatic Colors of #FDB17C
Black with #FDB17C
Text Example
Text Example
White with #FDB17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB17C; }
p { color: rgb(253,177,124); }
H1.HeaderClassName
{
color: #FDB17C;
}
.AnyTagClassName
{
color: #FDB17C;
}
</style>
background-color css
<style>
a { background-color: #FDB17C; }
a { background-color: rgb(253,177,124); }
div.DivClassName
{
background-color: #FDB17C;
}
.BgClassName
{
background-color: #FDB17C;
}
</style>
border-color css
<style>
span { border-color: #FDB17C; }
span { border-color: rgb(253,177,124); }
td.TdClassName
{
border-color: #FDB17C;
}
.TagClassName
{
border-color: #FDB17C;
}
</style>