Shades of Sunshade #F5A344
Tints of Sunshade #F5A344
RGB
CMYK
RGB Variations
Color information
#F5A344 (or 0xF5A344) is known color: Sunshade. HEX triplet: F5, A3 and 44. RGB value is (245,163,68). Sum of RGB (Red+Green+Blue) = 245+163+68=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 163 (64.06% from 255 or 34.24% from 476); Blue value is 68 (26.95% from 255 or 14.29% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A344 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A344 is #0A5CBB. Grayscale: #B1B1B1. Windows color (decimal): -679100 or 4498421. OLE color: 4498421.
HSL color Cylindrical-coordinate representation of color #F5A344: hue angle of 32.2º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F5A344 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 163 | 68 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.04 |
| HSL | 32.2º | 0.9% | 0.61% | - |
| HSV(B) | 32.2º | 0.72% | 0.96% | - |
| XYZ | 51.8 | 46.02 | 11.62 | - |
| YUV | 176.69 | 66.67 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 163 | 68 | 0 | 0.33 | 0.72 | 0.04 | 32.2 | 0.9 | 0.61 |
| Hex | F5 | A3 | 44 | 0 | 21 | 48 | 4 | 20 | 5A | 3D |
| Octal | 365 | 243 | 104 | 0 | 41 | 110 | 4 | 40 | 132 | 75 |
| Binary | 11110101 | 10100011 | 1000100 | 0 | 100001 | 1001000 | 100 | 100000 | 1011010 | 111101 |
Color Harmonies of #F5A344
Complementary color
Monochromatic Colors of #F5A344
Black with #F5A344
Text Example
Text Example
White with #F5A344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A344; }
p { color: rgb(245,163,68); }
H1.HeaderClassName
{
color: #F5A344;
}
.AnyTagClassName
{
color: #F5A344;
}
</style>
background-color css
<style>
a { background-color: #F5A344; }
a { background-color: rgb(245,163,68); }
div.DivClassName
{
background-color: #F5A344;
}
.BgClassName
{
background-color: #F5A344;
}
</style>
border-color css
<style>
span { border-color: #F5A344; }
span { border-color: rgb(245,163,68); }
td.TdClassName
{
border-color: #F5A344;
}
.TagClassName
{
border-color: #F5A344;
}
</style>