Shades of Tacao #FDB17E
Tints of Tacao #FDB17E
RGB
CMYK
RGB Variations
Color information
#FDB17E (or 0xFDB17E) is known color: Tacao. HEX triplet: FD, B1 and 7E. RGB value is (253,177,126). Sum of RGB (Red+Green+Blue) = 253+177+126=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 177 (69.53% from 255 or 31.83% from 556); Blue value is 126 (49.61% from 255 or 22.66% from 556); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB17E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB17E is #024E81. Grayscale: #C2C2C2. Windows color (decimal): -151170 or 8303101. OLE color: 8303101.
HSL color Cylindrical-coordinate representation of color #FDB17E: hue angle of 24.09º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FDB17E is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 126 | - |
| CMYK | 0 | 0.30 | 0.50 | 0.01 |
| HSL | 24.09º | 0.97% | 0.74% | - |
| HSV(B) | 24.09º | 0.5% | 0.99% | - |
| XYZ | 60 | 53.83 | 26.97 | - |
| YUV | 193.91 | 89.68 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 126 | 0 | 0.30 | 0.50 | 0.01 | 24.09 | 0.97 | 0.74 |
| Hex | FD | B1 | 7E | 0 | 1E | 32 | 1 | 18 | 61 | 4A |
| Octal | 375 | 261 | 176 | 0 | 36 | 62 | 1 | 30 | 141 | 112 |
| Binary | 11111101 | 10110001 | 1111110 | 0 | 11110 | 110010 | 1 | 11000 | 1100001 | 1001010 |
Color Harmonies of #FDB17E
Complementary color
Monochromatic Colors of #FDB17E
Black with #FDB17E
Text Example
Text Example
White with #FDB17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB17E; }
p { color: rgb(253,177,126); }
H1.HeaderClassName
{
color: #FDB17E;
}
.AnyTagClassName
{
color: #FDB17E;
}
</style>
background-color css
<style>
a { background-color: #FDB17E; }
a { background-color: rgb(253,177,126); }
div.DivClassName
{
background-color: #FDB17E;
}
.BgClassName
{
background-color: #FDB17E;
}
</style>
border-color css
<style>
span { border-color: #FDB17E; }
span { border-color: rgb(253,177,126); }
td.TdClassName
{
border-color: #FDB17E;
}
.TagClassName
{
border-color: #FDB17E;
}
</style>