Shades of Sun #F4802D
Tints of Sun #F4802D
RGB
CMYK
RGB Variations
Color information
#F4802D (or 0xF4802D) is known color: Sun. HEX triplet: F4, 80 and 2D. RGB value is (244,128,45). Sum of RGB (Red+Green+Blue) = 244+128+45=417 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.51% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 45 (17.97% from 255 or 10.79% from 417); Max value from RGB is 244 - color contains mainly: red. Hex color #F4802D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4802D is #0B7FD2. Grayscale: #999999. Windows color (decimal): -753619 or 2982132. OLE color: 2982132.
HSL color Cylindrical-coordinate representation of color #F4802D: hue angle of 25.03º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F4802D is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 128 | 45 | - |
| CMYK | 0 | 0.48 | 0.82 | 0.04 |
| HSL | 25.03º | 0.9% | 0.57% | - |
| HSV(B) | 25.03º | 0.82% | 0.96% | - |
| XYZ | 45.5 | 34.86 | 6.81 | - |
| YUV | 153.22 | 66.93 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 128 | 45 | 0 | 0.48 | 0.82 | 0.04 | 25.03 | 0.9 | 0.57 |
| Hex | F4 | 80 | 2D | 0 | 30 | 52 | 4 | 19 | 5A | 39 |
| Octal | 364 | 200 | 55 | 0 | 60 | 122 | 4 | 31 | 132 | 71 |
| Binary | 11110100 | 10000000 | 101101 | 0 | 110000 | 1010010 | 100 | 11001 | 1011010 | 111001 |
Color Harmonies of #F4802D
Complementary color
Monochromatic Colors of #F4802D
Black with #F4802D
Text Example
Text Example
White with #F4802D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4802D; }
p { color: rgb(244,128,45); }
H1.HeaderClassName
{
color: #F4802D;
}
.AnyTagClassName
{
color: #F4802D;
}
</style>
background-color css
<style>
a { background-color: #F4802D; }
a { background-color: rgb(244,128,45); }
div.DivClassName
{
background-color: #F4802D;
}
.BgClassName
{
background-color: #F4802D;
}
</style>
border-color css
<style>
span { border-color: #F4802D; }
span { border-color: rgb(244,128,45); }
td.TdClassName
{
border-color: #F4802D;
}
.TagClassName
{
border-color: #F4802D;
}
</style>