Shades of Tacao #FDB36F
Tints of Tacao #FDB36F
RGB
CMYK
RGB Variations
Color information
#FDB36F (or 0xFDB36F) is known color: Tacao. HEX triplet: FD, B3 and 6F. RGB value is (253,179,111). Sum of RGB (Red+Green+Blue) = 253+179+111=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 179 (70.31% from 255 or 32.97% from 543); Blue value is 111 (43.75% from 255 or 20.44% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB36F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB36F is #024C90. Grayscale: #C1C1C1. Windows color (decimal): -150673 or 7320573. OLE color: 7320573.
HSL color Cylindrical-coordinate representation of color #FDB36F: hue angle of 28.73º 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 #FDB36F is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 111 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.01 |
| HSL | 28.73º | 0.97% | 0.71% | - |
| HSV(B) | 28.73º | 0.56% | 0.99% | - |
| XYZ | 59.5 | 54.27 | 22.38 | - |
| YUV | 193.37 | 81.52 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 111 | 0 | 0.29 | 0.56 | 0.01 | 28.73 | 0.97 | 0.71 |
| Hex | FD | B3 | 6F | 0 | 1D | 38 | 1 | 1D | 61 | 47 |
| Octal | 375 | 263 | 157 | 0 | 35 | 70 | 1 | 35 | 141 | 107 |
| Binary | 11111101 | 10110011 | 1101111 | 0 | 11101 | 111000 | 1 | 11101 | 1100001 | 1000111 |
Color Harmonies of #FDB36F
Complementary color
Monochromatic Colors of #FDB36F
Black with #FDB36F
Text Example
Text Example
White with #FDB36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB36F; }
p { color: rgb(253,179,111); }
H1.HeaderClassName
{
color: #FDB36F;
}
.AnyTagClassName
{
color: #FDB36F;
}
</style>
background-color css
<style>
a { background-color: #FDB36F; }
a { background-color: rgb(253,179,111); }
div.DivClassName
{
background-color: #FDB36F;
}
.BgClassName
{
background-color: #FDB36F;
}
</style>
border-color css
<style>
span { border-color: #FDB36F; }
span { border-color: rgb(253,179,111); }
td.TdClassName
{
border-color: #FDB36F;
}
.TagClassName
{
border-color: #FDB36F;
}
</style>