Shades of Tacao #FDB270
Tints of Tacao #FDB270
RGB
CMYK
RGB Variations
Color information
#FDB270 (or 0xFDB270) is known color: Tacao. HEX triplet: FD, B2 and 70. RGB value is (253,178,112). Sum of RGB (Red+Green+Blue) = 253+178+112=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 178 (69.92% from 255 or 32.78% from 543); Blue value is 112 (44.14% from 255 or 20.63% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB270 is #024D8F. Grayscale: #C1C1C1. Windows color (decimal): -150928 or 7385853. OLE color: 7385853.
HSL color Cylindrical-coordinate representation of color #FDB270: hue angle of 28.09º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FDB270 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 112 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.01 |
| HSL | 28.09º | 0.97% | 0.72% | - |
| HSV(B) | 28.09º | 0.56% | 0.99% | - |
| XYZ | 59.35 | 53.89 | 22.6 | - |
| YUV | 192.9 | 82.35 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 112 | 0 | 0.30 | 0.56 | 0.01 | 28.09 | 0.97 | 0.72 |
| Hex | FD | B2 | 70 | 0 | 1E | 38 | 1 | 1C | 61 | 48 |
| Octal | 375 | 262 | 160 | 0 | 36 | 70 | 1 | 34 | 141 | 110 |
| Binary | 11111101 | 10110010 | 1110000 | 0 | 11110 | 111000 | 1 | 11100 | 1100001 | 1001000 |
Color Harmonies of #FDB270
Complementary color
Monochromatic Colors of #FDB270
Black with #FDB270
Text Example
Text Example
White with #FDB270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB270; }
p { color: rgb(253,178,112); }
H1.HeaderClassName
{
color: #FDB270;
}
.AnyTagClassName
{
color: #FDB270;
}
</style>
background-color css
<style>
a { background-color: #FDB270; }
a { background-color: rgb(253,178,112); }
div.DivClassName
{
background-color: #FDB270;
}
.BgClassName
{
background-color: #FDB270;
}
</style>
border-color css
<style>
span { border-color: #FDB270; }
span { border-color: rgb(253,178,112); }
td.TdClassName
{
border-color: #FDB270;
}
.TagClassName
{
border-color: #FDB270;
}
</style>