Shades of Tacao #FDB17B
Tints of Tacao #FDB17B
RGB
CMYK
RGB Variations
Color information
#FDB17B (or 0xFDB17B) is known color: Tacao. HEX triplet: FD, B1 and 7B. RGB value is (253,177,123). Sum of RGB (Red+Green+Blue) = 253+177+123=553 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.75% from 553); Green value is 177 (69.53% from 255 or 32.01% from 553); Blue value is 123 (48.44% from 255 or 22.24% from 553); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB17B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB17B is #024E84. Grayscale: #C1C1C1. Windows color (decimal): -151173 or 8106493. OLE color: 8106493.
HSL color Cylindrical-coordinate representation of color #FDB17B: hue angle of 24.92º 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 #FDB17B is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 123 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.01 |
| HSL | 24.92º | 0.97% | 0.74% | - |
| HSV(B) | 24.92º | 0.51% | 0.99% | - |
| XYZ | 59.81 | 53.76 | 25.96 | - |
| YUV | 193.57 | 88.18 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 123 | 0 | 0.30 | 0.51 | 0.01 | 24.92 | 0.97 | 0.74 |
| Hex | FD | B1 | 7B | 0 | 1E | 33 | 1 | 19 | 61 | 4A |
| Octal | 375 | 261 | 173 | 0 | 36 | 63 | 1 | 31 | 141 | 112 |
| Binary | 11111101 | 10110001 | 1111011 | 0 | 11110 | 110011 | 1 | 11001 | 1100001 | 1001010 |
Color Harmonies of #FDB17B
Complementary color
Monochromatic Colors of #FDB17B
Black with #FDB17B
Text Example
Text Example
White with #FDB17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB17B; }
p { color: rgb(253,177,123); }
H1.HeaderClassName
{
color: #FDB17B;
}
.AnyTagClassName
{
color: #FDB17B;
}
</style>
background-color css
<style>
a { background-color: #FDB17B; }
a { background-color: rgb(253,177,123); }
div.DivClassName
{
background-color: #FDB17B;
}
.BgClassName
{
background-color: #FDB17B;
}
</style>
border-color css
<style>
span { border-color: #FDB17B; }
span { border-color: rgb(253,177,123); }
td.TdClassName
{
border-color: #FDB17B;
}
.TagClassName
{
border-color: #FDB17B;
}
</style>