Shades of Tacao #FDB078
Tints of Tacao #FDB078
RGB
CMYK
RGB Variations
Color information
#FDB078 (or 0xFDB078) is known color: Tacao. HEX triplet: FD, B0 and 78. RGB value is (253,176,120). Sum of RGB (Red+Green+Blue) = 253+176+120=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 176 (69.14% from 255 or 32.06% from 549); Blue value is 120 (47.27% from 255 or 21.86% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB078 is #024F87. Grayscale: #C0C0C0. Windows color (decimal): -151432 or 7909629. OLE color: 7909629.
HSL color Cylindrical-coordinate representation of color #FDB078: hue angle of 25.26º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FDB078 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 120 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.01 |
| HSL | 25.26º | 0.97% | 0.73% | - |
| HSV(B) | 25.26º | 0.53% | 0.99% | - |
| XYZ | 59.42 | 53.29 | 24.92 | - |
| YUV | 192.64 | 87.01 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 120 | 0 | 0.30 | 0.53 | 0.01 | 25.26 | 0.97 | 0.73 |
| Hex | FD | B0 | 78 | 0 | 1E | 35 | 1 | 19 | 61 | 49 |
| Octal | 375 | 260 | 170 | 0 | 36 | 65 | 1 | 31 | 141 | 111 |
| Binary | 11111101 | 10110000 | 1111000 | 0 | 11110 | 110101 | 1 | 11001 | 1100001 | 1001001 |
Color Harmonies of #FDB078
Complementary color
Monochromatic Colors of #FDB078
Black with #FDB078
Text Example
Text Example
White with #FDB078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB078; }
p { color: rgb(253,176,120); }
H1.HeaderClassName
{
color: #FDB078;
}
.AnyTagClassName
{
color: #FDB078;
}
</style>
background-color css
<style>
a { background-color: #FDB078; }
a { background-color: rgb(253,176,120); }
div.DivClassName
{
background-color: #FDB078;
}
.BgClassName
{
background-color: #FDB078;
}
</style>
border-color css
<style>
span { border-color: #FDB078; }
span { border-color: rgb(253,176,120); }
td.TdClassName
{
border-color: #FDB078;
}
.TagClassName
{
border-color: #FDB078;
}
</style>