Shades of Sunshade #FDA546
Tints of Sunshade #FDA546
RGB
CMYK
RGB Variations
Color information
#FDA546 (or 0xFDA546) is known color: Sunshade. HEX triplet: FD, A5 and 46. RGB value is (253,165,70). Sum of RGB (Red+Green+Blue) = 253+165+70=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 165 (64.84% from 255 or 33.81% from 488); Blue value is 70 (27.73% from 255 or 14.34% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA546 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA546 is #025AB9. Grayscale: #B4B4B4. Windows color (decimal): -154298 or 4630013. OLE color: 4630013.
HSL color Cylindrical-coordinate representation of color #FDA546: hue angle of 31.15º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FDA546 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 165 | 70 | - |
| CMYK | 0 | 0.35 | 0.72 | 0.01 |
| HSL | 31.15º | 0.98% | 0.63% | - |
| HSV(B) | 31.15º | 0.72% | 0.99% | - |
| XYZ | 55.07 | 48.24 | 12.2 | - |
| YUV | 180.48 | 65.65 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 165 | 70 | 0 | 0.35 | 0.72 | 0.01 | 31.15 | 0.98 | 0.63 |
| Hex | FD | A5 | 46 | 0 | 23 | 48 | 1 | 1F | 62 | 3F |
| Octal | 375 | 245 | 106 | 0 | 43 | 110 | 1 | 37 | 142 | 77 |
| Binary | 11111101 | 10100101 | 1000110 | 0 | 100011 | 1001000 | 1 | 11111 | 1100010 | 111111 |
Color Harmonies of #FDA546
Complementary color
Monochromatic Colors of #FDA546
Black with #FDA546
Text Example
Text Example
White with #FDA546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA546; }
p { color: rgb(253,165,70); }
H1.HeaderClassName
{
color: #FDA546;
}
.AnyTagClassName
{
color: #FDA546;
}
</style>
background-color css
<style>
a { background-color: #FDA546; }
a { background-color: rgb(253,165,70); }
div.DivClassName
{
background-color: #FDA546;
}
.BgClassName
{
background-color: #FDA546;
}
</style>
border-color css
<style>
span { border-color: #FDA546; }
span { border-color: rgb(253,165,70); }
td.TdClassName
{
border-color: #FDA546;
}
.TagClassName
{
border-color: #FDA546;
}
</style>