Shades of Tacao #FDB26F
Tints of Tacao #FDB26F
RGB
CMYK
RGB Variations
Color information
#FDB26F (or 0xFDB26F) is known color: Tacao. HEX triplet: FD, B2 and 6F. RGB value is (253,178,111). Sum of RGB (Red+Green+Blue) = 253+178+111=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 178 (69.92% from 255 or 32.84% from 542); Blue value is 111 (43.75% from 255 or 20.48% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB26F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB26F is #024D90. Grayscale: #C1C1C1. Windows color (decimal): -150929 or 7320317. OLE color: 7320317.
HSL color Cylindrical-coordinate representation of color #FDB26F: hue angle of 28.31º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FDB26F is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 111 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.01 |
| HSL | 28.31º | 0.97% | 0.71% | - |
| HSV(B) | 28.31º | 0.56% | 0.99% | - |
| XYZ | 59.3 | 53.87 | 22.31 | - |
| YUV | 192.79 | 81.85 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 111 | 0 | 0.30 | 0.56 | 0.01 | 28.31 | 0.97 | 0.71 |
| Hex | FD | B2 | 6F | 0 | 1E | 38 | 1 | 1C | 61 | 47 |
| Octal | 375 | 262 | 157 | 0 | 36 | 70 | 1 | 34 | 141 | 107 |
| Binary | 11111101 | 10110010 | 1101111 | 0 | 11110 | 111000 | 1 | 11100 | 1100001 | 1000111 |
Color Harmonies of #FDB26F
Complementary color
Monochromatic Colors of #FDB26F
Black with #FDB26F
Text Example
Text Example
White with #FDB26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB26F; }
p { color: rgb(253,178,111); }
H1.HeaderClassName
{
color: #FDB26F;
}
.AnyTagClassName
{
color: #FDB26F;
}
</style>
background-color css
<style>
a { background-color: #FDB26F; }
a { background-color: rgb(253,178,111); }
div.DivClassName
{
background-color: #FDB26F;
}
.BgClassName
{
background-color: #FDB26F;
}
</style>
border-color css
<style>
span { border-color: #FDB26F; }
span { border-color: rgb(253,178,111); }
td.TdClassName
{
border-color: #FDB26F;
}
.TagClassName
{
border-color: #FDB26F;
}
</style>