Shades of Tacao #FDB072
Tints of Tacao #FDB072
RGB
CMYK
RGB Variations
Color information
#FDB072 (or 0xFDB072) is known color: Tacao. HEX triplet: FD, B0 and 72. RGB value is (253,176,114). Sum of RGB (Red+Green+Blue) = 253+176+114=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 176 (69.14% from 255 or 32.41% from 543); Blue value is 114 (44.92% from 255 or 20.99% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB072 is #024F8D. Grayscale: #C0C0C0. Windows color (decimal): -151438 or 7516413. OLE color: 7516413.
HSL color Cylindrical-coordinate representation of color #FDB072: hue angle of 26.76º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FDB072 is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 114 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.01 |
| HSL | 26.76º | 0.97% | 0.72% | - |
| HSV(B) | 26.76º | 0.55% | 0.99% | - |
| XYZ | 59.07 | 53.15 | 23.06 | - |
| YUV | 191.96 | 84.01 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 114 | 0 | 0.30 | 0.55 | 0.01 | 26.76 | 0.97 | 0.72 |
| Hex | FD | B0 | 72 | 0 | 1E | 37 | 1 | 1B | 61 | 48 |
| Octal | 375 | 260 | 162 | 0 | 36 | 67 | 1 | 33 | 141 | 110 |
| Binary | 11111101 | 10110000 | 1110010 | 0 | 11110 | 110111 | 1 | 11011 | 1100001 | 1001000 |
Color Harmonies of #FDB072
Complementary color
Monochromatic Colors of #FDB072
Black with #FDB072
Text Example
Text Example
White with #FDB072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB072; }
p { color: rgb(253,176,114); }
H1.HeaderClassName
{
color: #FDB072;
}
.AnyTagClassName
{
color: #FDB072;
}
</style>
background-color css
<style>
a { background-color: #FDB072; }
a { background-color: rgb(253,176,114); }
div.DivClassName
{
background-color: #FDB072;
}
.BgClassName
{
background-color: #FDB072;
}
</style>
border-color css
<style>
span { border-color: #FDB072; }
span { border-color: rgb(253,176,114); }
td.TdClassName
{
border-color: #FDB072;
}
.TagClassName
{
border-color: #FDB072;
}
</style>