Shades of Sunshade #F5A142
Tints of Sunshade #F5A142
RGB
CMYK
RGB Variations
Color information
#F5A142 (or 0xF5A142) is known color: Sunshade. HEX triplet: F5, A1 and 42. RGB value is (245,161,66). Sum of RGB (Red+Green+Blue) = 245+161+66=472 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.91% from 472); Green value is 161 (63.28% from 255 or 34.11% from 472); Blue value is 66 (26.17% from 255 or 13.98% from 472); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A142 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A142 is #0A5EBD. Grayscale: #AFAFAF. Windows color (decimal): -679614 or 4366837. OLE color: 4366837.
HSL color Cylindrical-coordinate representation of color #F5A142: hue angle of 31.84º 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 #F5A142 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 161 | 66 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.04 |
| HSL | 31.84º | 0.9% | 0.61% | - |
| HSV(B) | 31.84º | 0.73% | 0.96% | - |
| XYZ | 51.38 | 45.3 | 11.19 | - |
| YUV | 175.29 | 66.33 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 161 | 66 | 0 | 0.34 | 0.73 | 0.04 | 31.84 | 0.9 | 0.61 |
| Hex | F5 | A1 | 42 | 0 | 22 | 49 | 4 | 20 | 5A | 3D |
| Octal | 365 | 241 | 102 | 0 | 42 | 111 | 4 | 40 | 132 | 75 |
| Binary | 11110101 | 10100001 | 1000010 | 0 | 100010 | 1001001 | 100 | 100000 | 1011010 | 111101 |
Color Harmonies of #F5A142
Complementary color
Monochromatic Colors of #F5A142
Black with #F5A142
Text Example
Text Example
White with #F5A142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A142; }
p { color: rgb(245,161,66); }
H1.HeaderClassName
{
color: #F5A142;
}
.AnyTagClassName
{
color: #F5A142;
}
</style>
background-color css
<style>
a { background-color: #F5A142; }
a { background-color: rgb(245,161,66); }
div.DivClassName
{
background-color: #F5A142;
}
.BgClassName
{
background-color: #F5A142;
}
</style>
border-color css
<style>
span { border-color: #F5A142; }
span { border-color: rgb(245,161,66); }
td.TdClassName
{
border-color: #F5A142;
}
.TagClassName
{
border-color: #F5A142;
}
</style>