Shades of Tacao #FDB07C
Tints of Tacao #FDB07C
RGB
CMYK
RGB Variations
Color information
#FDB07C (or 0xFDB07C) is known color: Tacao. HEX triplet: FD, B0 and 7C. RGB value is (253,176,124). Sum of RGB (Red+Green+Blue) = 253+176+124=553 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.75% from 553); Green value is 176 (69.14% from 255 or 31.83% from 553); Blue value is 124 (48.83% from 255 or 22.42% from 553); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB07C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB07C is #024F83. Grayscale: #C1C1C1. Windows color (decimal): -151428 or 8171773. OLE color: 8171773.
HSL color Cylindrical-coordinate representation of color #FDB07C: hue angle of 24.19º 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 #FDB07C is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 124 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.01 |
| HSL | 24.19º | 0.97% | 0.74% | - |
| HSV(B) | 24.19º | 0.51% | 0.99% | - |
| XYZ | 59.67 | 53.39 | 26.23 | - |
| YUV | 193.1 | 89.01 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 124 | 0 | 0.30 | 0.51 | 0.01 | 24.19 | 0.97 | 0.74 |
| Hex | FD | B0 | 7C | 0 | 1E | 33 | 1 | 18 | 61 | 4A |
| Octal | 375 | 260 | 174 | 0 | 36 | 63 | 1 | 30 | 141 | 112 |
| Binary | 11111101 | 10110000 | 1111100 | 0 | 11110 | 110011 | 1 | 11000 | 1100001 | 1001010 |
Color Harmonies of #FDB07C
Complementary color
Monochromatic Colors of #FDB07C
Black with #FDB07C
Text Example
Text Example
White with #FDB07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB07C; }
p { color: rgb(253,176,124); }
H1.HeaderClassName
{
color: #FDB07C;
}
.AnyTagClassName
{
color: #FDB07C;
}
</style>
background-color css
<style>
a { background-color: #FDB07C; }
a { background-color: rgb(253,176,124); }
div.DivClassName
{
background-color: #FDB07C;
}
.BgClassName
{
background-color: #FDB07C;
}
</style>
border-color css
<style>
span { border-color: #FDB07C; }
span { border-color: rgb(253,176,124); }
td.TdClassName
{
border-color: #FDB07C;
}
.TagClassName
{
border-color: #FDB07C;
}
</style>