Shades of Sunshade #F5A346
Tints of Sunshade #F5A346
RGB
CMYK
RGB Variations
Color information
#F5A346 (or 0xF5A346) is known color: Sunshade. HEX triplet: F5, A3 and 46. RGB value is (245,163,70). Sum of RGB (Red+Green+Blue) = 245+163+70=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 70 (27.73% from 255 or 14.64% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A346 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A346 is #0A5CB9. Grayscale: #B1B1B1. Windows color (decimal): -679098 or 4629493. OLE color: 4629493.
HSL color Cylindrical-coordinate representation of color #F5A346: hue angle of 31.89º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F5A346 is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 163 | 70 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.04 |
| HSL | 31.89º | 0.9% | 0.62% | - |
| HSV(B) | 31.89º | 0.71% | 0.96% | - |
| XYZ | 51.86 | 46.05 | 11.95 | - |
| YUV | 176.92 | 67.67 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 163 | 70 | 0 | 0.33 | 0.71 | 0.04 | 31.89 | 0.9 | 0.62 |
| Hex | F5 | A3 | 46 | 0 | 21 | 47 | 4 | 20 | 5A | 3E |
| Octal | 365 | 243 | 106 | 0 | 41 | 107 | 4 | 40 | 132 | 76 |
| Binary | 11110101 | 10100011 | 1000110 | 0 | 100001 | 1000111 | 100 | 100000 | 1011010 | 111110 |
Color Harmonies of #F5A346
Complementary color
Monochromatic Colors of #F5A346
Black with #F5A346
Text Example
Text Example
White with #F5A346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A346; }
p { color: rgb(245,163,70); }
H1.HeaderClassName
{
color: #F5A346;
}
.AnyTagClassName
{
color: #F5A346;
}
</style>
background-color css
<style>
a { background-color: #F5A346; }
a { background-color: rgb(245,163,70); }
div.DivClassName
{
background-color: #F5A346;
}
.BgClassName
{
background-color: #F5A346;
}
</style>
border-color css
<style>
span { border-color: #F5A346; }
span { border-color: rgb(245,163,70); }
td.TdClassName
{
border-color: #F5A346;
}
.TagClassName
{
border-color: #F5A346;
}
</style>