Shades of Sun #F5822A
Tints of Sun #F5822A
RGB
CMYK
RGB Variations
Color information
#F5822A (or 0xF5822A) is known color: Sun. HEX triplet: F5, 82 and 2A. RGB value is (245,130,42). Sum of RGB (Red+Green+Blue) = 245+130+42=417 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.75% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 42 (16.80% from 255 or 10.07% from 417); Max value from RGB is 245 - color contains mainly: red. Hex color #F5822A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5822A is #0A7DD5. Grayscale: #9A9A9A. Windows color (decimal): -687574 or 2786037. OLE color: 2786037.
HSL color Cylindrical-coordinate representation of color #F5822A: hue angle of 26.01º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F5822A is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 130 | 42 | - |
| CMYK | 0 | 0.47 | 0.83 | 0.04 |
| HSL | 26.01º | 0.91% | 0.56% | - |
| HSV(B) | 26.01º | 0.83% | 0.96% | - |
| XYZ | 46.06 | 35.54 | 6.62 | - |
| YUV | 154.35 | 64.6 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 130 | 42 | 0 | 0.47 | 0.83 | 0.04 | 26.01 | 0.91 | 0.56 |
| Hex | F5 | 82 | 2A | 0 | 2F | 53 | 4 | 1A | 5B | 38 |
| Octal | 365 | 202 | 52 | 0 | 57 | 123 | 4 | 32 | 133 | 70 |
| Binary | 11110101 | 10000010 | 101010 | 0 | 101111 | 1010011 | 100 | 11010 | 1011011 | 111000 |
Color Harmonies of #F5822A
Complementary color
Monochromatic Colors of #F5822A
Black with #F5822A
Text Example
Text Example
White with #F5822A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5822A; }
p { color: rgb(245,130,42); }
H1.HeaderClassName
{
color: #F5822A;
}
.AnyTagClassName
{
color: #F5822A;
}
</style>
background-color css
<style>
a { background-color: #F5822A; }
a { background-color: rgb(245,130,42); }
div.DivClassName
{
background-color: #F5822A;
}
.BgClassName
{
background-color: #F5822A;
}
</style>
border-color css
<style>
span { border-color: #F5822A; }
span { border-color: rgb(245,130,42); }
td.TdClassName
{
border-color: #F5822A;
}
.TagClassName
{
border-color: #F5822A;
}
</style>