Shades of Tacao #FDB274
Tints of Tacao #FDB274
RGB
CMYK
RGB Variations
Color information
#FDB274 (or 0xFDB274) is known color: Tacao. HEX triplet: FD, B2 and 74. RGB value is (253,178,116). Sum of RGB (Red+Green+Blue) = 253+178+116=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 178 (69.92% from 255 or 32.54% from 547); Blue value is 116 (45.70% from 255 or 21.21% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB274 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB274 is #024D8B. Grayscale: #C1C1C1. Windows color (decimal): -150924 or 7647997. OLE color: 7647997.
HSL color Cylindrical-coordinate representation of color #FDB274: hue angle of 27.15º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FDB274 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 116 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.01 |
| HSL | 27.15º | 0.97% | 0.72% | - |
| HSV(B) | 27.15º | 0.54% | 0.99% | - |
| XYZ | 59.58 | 53.98 | 23.8 | - |
| YUV | 193.36 | 84.35 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 116 | 0 | 0.30 | 0.54 | 0.01 | 27.15 | 0.97 | 0.72 |
| Hex | FD | B2 | 74 | 0 | 1E | 36 | 1 | 1B | 61 | 48 |
| Octal | 375 | 262 | 164 | 0 | 36 | 66 | 1 | 33 | 141 | 110 |
| Binary | 11111101 | 10110010 | 1110100 | 0 | 11110 | 110110 | 1 | 11011 | 1100001 | 1001000 |
Color Harmonies of #FDB274
Complementary color
Monochromatic Colors of #FDB274
Black with #FDB274
Text Example
Text Example
White with #FDB274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB274; }
p { color: rgb(253,178,116); }
H1.HeaderClassName
{
color: #FDB274;
}
.AnyTagClassName
{
color: #FDB274;
}
</style>
background-color css
<style>
a { background-color: #FDB274; }
a { background-color: rgb(253,178,116); }
div.DivClassName
{
background-color: #FDB274;
}
.BgClassName
{
background-color: #FDB274;
}
</style>
border-color css
<style>
span { border-color: #FDB274; }
span { border-color: rgb(253,178,116); }
td.TdClassName
{
border-color: #FDB274;
}
.TagClassName
{
border-color: #FDB274;
}
</style>