Shades of Tacao #FDB080
Tints of Tacao #FDB080
RGB
CMYK
RGB Variations
Color information
#FDB080 (or 0xFDB080) is known color: Tacao. HEX triplet: FD, B0 and 80. RGB value is (253,176,128). Sum of RGB (Red+Green+Blue) = 253+176+128=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 176 (69.14% from 255 or 31.60% from 557); Blue value is 128 (50.39% from 255 or 22.98% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB080 is #024F7F. Grayscale: #C1C1C1. Windows color (decimal): -151424 or 8433917. OLE color: 8433917.
HSL color Cylindrical-coordinate representation of color #FDB080: hue angle of 23.04º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FDB080 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 176 | 128 | - |
CMYK | 0 | 0.30 | 0.49 | 0.01 |
HSL | 23.04º | 0.97% | 0.75% | - |
HSV(B) | 23.04º | 0.49% | 0.99% | - |
XYZ | 59.93 | 53.49 | 27.59 | - |
YUV | 193.55 | 91.01 | 170.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 176 | 128 | 0 | 0.30 | 0.49 | 0.01 | 23.04 | 0.97 | 0.75 |
Hex | FD | B0 | 80 | 0 | 1E | 31 | 1 | 17 | 61 | 4B |
Octal | 375 | 260 | 200 | 0 | 36 | 61 | 1 | 27 | 141 | 113 |
Binary | 11111101 | 10110000 | 10000000 | 0 | 11110 | 110001 | 1 | 10111 | 1100001 | 1001011 |
Color Harmonies of #FDB080
Complementary color
Monochromatic Colors of #FDB080
Black with #FDB080
Text Example
Text Example
White with #FDB080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB080; }
p { color: rgb(253,176,128); }
H1.HeaderClassName
{
color: #FDB080;
}
.AnyTagClassName
{
color: #FDB080;
}
</style>
background-color css
<style>
a { background-color: #FDB080; }
a { background-color: rgb(253,176,128); }
div.DivClassName
{
background-color: #FDB080;
}
.BgClassName
{
background-color: #FDB080;
}
</style>
border-color css
<style>
span { border-color: #FDB080; }
span { border-color: rgb(253,176,128); }
td.TdClassName
{
border-color: #FDB080;
}
.TagClassName
{
border-color: #FDB080;
}
</style>