Shades of Sunshade #F5A146
Tints of Sunshade #F5A146
RGB
CMYK
RGB Variations
Color information
#F5A146 (or 0xF5A146) is known color: Sunshade. HEX triplet: F5, A1 and 46. RGB value is (245,161,70). Sum of RGB (Red+Green+Blue) = 245+161+70=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 70 (27.73% from 255 or 14.71% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A146 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A146 is #0A5EB9. Grayscale: #B0B0B0. Windows color (decimal): -679610 or 4628981. OLE color: 4628981.
HSL color Cylindrical-coordinate representation of color #F5A146: hue angle of 31.2º 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 #F5A146 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 161 | 70 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.04 |
| HSL | 31.2º | 0.9% | 0.62% | - |
| HSV(B) | 31.2º | 0.71% | 0.96% | - |
| XYZ | 51.51 | 45.34 | 11.83 | - |
| YUV | 175.74 | 68.33 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 161 | 70 | 0 | 0.34 | 0.71 | 0.04 | 31.2 | 0.9 | 0.62 |
| Hex | F5 | A1 | 46 | 0 | 22 | 47 | 4 | 1F | 5A | 3E |
| Octal | 365 | 241 | 106 | 0 | 42 | 107 | 4 | 37 | 132 | 76 |
| Binary | 11110101 | 10100001 | 1000110 | 0 | 100010 | 1000111 | 100 | 11111 | 1011010 | 111110 |
Color Harmonies of #F5A146
Complementary color
Monochromatic Colors of #F5A146
Black with #F5A146
Text Example
Text Example
White with #F5A146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A146; }
p { color: rgb(245,161,70); }
H1.HeaderClassName
{
color: #F5A146;
}
.AnyTagClassName
{
color: #F5A146;
}
</style>
background-color css
<style>
a { background-color: #F5A146; }
a { background-color: rgb(245,161,70); }
div.DivClassName
{
background-color: #F5A146;
}
.BgClassName
{
background-color: #F5A146;
}
</style>
border-color css
<style>
span { border-color: #F5A146; }
span { border-color: rgb(245,161,70); }
td.TdClassName
{
border-color: #F5A146;
}
.TagClassName
{
border-color: #F5A146;
}
</style>