Shades of Sunshade #F5A04B
Tints of Sunshade #F5A04B
RGB
CMYK
RGB Variations
Color information
#F5A04B (or 0xF5A04B) is known color: Sunshade. HEX triplet: F5, A0 and 4B. RGB value is (245,160,75). Sum of RGB (Red+Green+Blue) = 245+160+75=480 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.04% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 75 (29.69% from 255 or 15.62% from 480); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A04B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A04B is #0A5FB4. Grayscale: #B0B0B0. Windows color (decimal): -679861 or 4956405. OLE color: 4956405.
HSL color Cylindrical-coordinate representation of color #F5A04B: hue angle of 30º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F5A04B is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 160 | 75 | - |
| CMYK | 0 | 0.35 | 0.69 | 0.04 |
| HSL | 30º | 0.89% | 0.63% | - |
| HSV(B) | 30º | 0.69% | 0.96% | - |
| XYZ | 51.5 | 45.06 | 12.64 | - |
| YUV | 175.73 | 71.16 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 160 | 75 | 0 | 0.35 | 0.69 | 0.04 | 30 | 0.89 | 0.63 |
| Hex | F5 | A0 | 4B | 0 | 23 | 45 | 4 | 1E | 59 | 3F |
| Octal | 365 | 240 | 113 | 0 | 43 | 105 | 4 | 36 | 131 | 77 |
| Binary | 11110101 | 10100000 | 1001011 | 0 | 100011 | 1000101 | 100 | 11110 | 1011001 | 111111 |
Color Harmonies of #F5A04B
Complementary color
Monochromatic Colors of #F5A04B
Black with #F5A04B
Text Example
Text Example
White with #F5A04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A04B; }
p { color: rgb(245,160,75); }
H1.HeaderClassName
{
color: #F5A04B;
}
.AnyTagClassName
{
color: #F5A04B;
}
</style>
background-color css
<style>
a { background-color: #F5A04B; }
a { background-color: rgb(245,160,75); }
div.DivClassName
{
background-color: #F5A04B;
}
.BgClassName
{
background-color: #F5A04B;
}
</style>
border-color css
<style>
span { border-color: #F5A04B; }
span { border-color: rgb(245,160,75); }
td.TdClassName
{
border-color: #F5A04B;
}
.TagClassName
{
border-color: #F5A04B;
}
</style>