Shades of Tacao #FDB17D
Tints of Tacao #FDB17D
RGB
CMYK
RGB Variations
Color information
#FDB17D (or 0xFDB17D) is known color: Tacao. HEX triplet: FD, B1 and 7D. RGB value is (253,177,125). Sum of RGB (Red+Green+Blue) = 253+177+125=555 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.59% from 555); Green value is 177 (69.53% from 255 or 31.89% from 555); Blue value is 125 (49.22% from 255 or 22.52% from 555); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB17D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB17D is #024E82. Grayscale: #C2C2C2. Windows color (decimal): -151171 or 8237565. OLE color: 8237565.
HSL color Cylindrical-coordinate representation of color #FDB17D: hue angle of 24.38º 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 #FDB17D is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 125 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.01 |
| HSL | 24.38º | 0.97% | 0.74% | - |
| HSV(B) | 24.38º | 0.51% | 0.99% | - |
| XYZ | 59.93 | 53.81 | 26.63 | - |
| YUV | 193.8 | 89.18 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 125 | 0 | 0.30 | 0.51 | 0.01 | 24.38 | 0.97 | 0.74 |
| Hex | FD | B1 | 7D | 0 | 1E | 33 | 1 | 18 | 61 | 4A |
| Octal | 375 | 261 | 175 | 0 | 36 | 63 | 1 | 30 | 141 | 112 |
| Binary | 11111101 | 10110001 | 1111101 | 0 | 11110 | 110011 | 1 | 11000 | 1100001 | 1001010 |
Color Harmonies of #FDB17D
Complementary color
Monochromatic Colors of #FDB17D
Black with #FDB17D
Text Example
Text Example
White with #FDB17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB17D; }
p { color: rgb(253,177,125); }
H1.HeaderClassName
{
color: #FDB17D;
}
.AnyTagClassName
{
color: #FDB17D;
}
</style>
background-color css
<style>
a { background-color: #FDB17D; }
a { background-color: rgb(253,177,125); }
div.DivClassName
{
background-color: #FDB17D;
}
.BgClassName
{
background-color: #FDB17D;
}
</style>
border-color css
<style>
span { border-color: #FDB17D; }
span { border-color: rgb(253,177,125); }
td.TdClassName
{
border-color: #FDB17D;
}
.TagClassName
{
border-color: #FDB17D;
}
</style>