Shades of Sunshade #F5A042
Tints of Sunshade #F5A042
RGB
CMYK
RGB Variations
Color information
#F5A042 (or 0xF5A042) is known color: Sunshade. HEX triplet: F5, A0 and 42. RGB value is (245,160,66). Sum of RGB (Red+Green+Blue) = 245+160+66=471 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.02% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 66 (26.17% from 255 or 14.01% from 471); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A042 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A042 is #0A5FBD. Grayscale: #AFAFAF. Windows color (decimal): -679870 or 4366581. OLE color: 4366581.
HSL color Cylindrical-coordinate representation of color #F5A042: hue angle of 31.51º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F5A042 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 160 | 66 | - |
| CMYK | 0 | 0.35 | 0.73 | 0.04 |
| HSL | 31.51º | 0.9% | 0.61% | - |
| HSV(B) | 31.51º | 0.73% | 0.96% | - |
| XYZ | 51.21 | 44.95 | 11.13 | - |
| YUV | 174.7 | 66.66 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 160 | 66 | 0 | 0.35 | 0.73 | 0.04 | 31.51 | 0.9 | 0.61 |
| Hex | F5 | A0 | 42 | 0 | 23 | 49 | 4 | 20 | 5A | 3D |
| Octal | 365 | 240 | 102 | 0 | 43 | 111 | 4 | 40 | 132 | 75 |
| Binary | 11110101 | 10100000 | 1000010 | 0 | 100011 | 1001001 | 100 | 100000 | 1011010 | 111101 |
Color Harmonies of #F5A042
Complementary color
Monochromatic Colors of #F5A042
Black with #F5A042
Text Example
Text Example
White with #F5A042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A042; }
p { color: rgb(245,160,66); }
H1.HeaderClassName
{
color: #F5A042;
}
.AnyTagClassName
{
color: #F5A042;
}
</style>
background-color css
<style>
a { background-color: #F5A042; }
a { background-color: rgb(245,160,66); }
div.DivClassName
{
background-color: #F5A042;
}
.BgClassName
{
background-color: #F5A042;
}
</style>
border-color css
<style>
span { border-color: #F5A042; }
span { border-color: rgb(245,160,66); }
td.TdClassName
{
border-color: #F5A042;
}
.TagClassName
{
border-color: #F5A042;
}
</style>