Shades of Sun #F5802A
Tints of Sun #F5802A
RGB
CMYK
RGB Variations
Color information
#F5802A (or 0xF5802A) is known color: Sun. HEX triplet: F5, 80 and 2A. RGB value is (245,128,42). Sum of RGB (Red+Green+Blue) = 245+128+42=415 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.04% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 42 (16.80% from 255 or 10.12% from 415); Max value from RGB is 245 - color contains mainly: red. Hex color #F5802A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5802A is #0A7FD5. Grayscale: #999999. Windows color (decimal): -688086 or 2785525. OLE color: 2785525.
HSL color Cylindrical-coordinate representation of color #F5802A: hue angle of 25.42º 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 #F5802A is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 128 | 42 | - |
| CMYK | 0 | 0.48 | 0.83 | 0.04 |
| HSL | 25.42º | 0.91% | 0.56% | - |
| HSV(B) | 25.42º | 0.83% | 0.96% | - |
| XYZ | 45.79 | 35.02 | 6.54 | - |
| YUV | 153.18 | 65.26 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 128 | 42 | 0 | 0.48 | 0.83 | 0.04 | 25.42 | 0.91 | 0.56 |
| Hex | F5 | 80 | 2A | 0 | 30 | 53 | 4 | 19 | 5B | 38 |
| Octal | 365 | 200 | 52 | 0 | 60 | 123 | 4 | 31 | 133 | 70 |
| Binary | 11110101 | 10000000 | 101010 | 0 | 110000 | 1010011 | 100 | 11001 | 1011011 | 111000 |
Color Harmonies of #F5802A
Complementary color
Monochromatic Colors of #F5802A
Black with #F5802A
Text Example
Text Example
White with #F5802A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5802A; }
p { color: rgb(245,128,42); }
H1.HeaderClassName
{
color: #F5802A;
}
.AnyTagClassName
{
color: #F5802A;
}
</style>
background-color css
<style>
a { background-color: #F5802A; }
a { background-color: rgb(245,128,42); }
div.DivClassName
{
background-color: #F5802A;
}
.BgClassName
{
background-color: #F5802A;
}
</style>
border-color css
<style>
span { border-color: #F5802A; }
span { border-color: rgb(245,128,42); }
td.TdClassName
{
border-color: #F5802A;
}
.TagClassName
{
border-color: #F5802A;
}
</style>