Shades of Sun #F49032
Tints of Sun #F49032
RGB
CMYK
RGB Variations
Color information
#F49032 (or 0xF49032) is known color: Sun. HEX triplet: F4, 90 and 32. RGB value is (244,144,50). Sum of RGB (Red+Green+Blue) = 244+144+50=438 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.71% from 438); Green value is 144 (56.64% from 255 or 32.88% from 438); Blue value is 50 (19.92% from 255 or 11.42% from 438); Max value from RGB is 244 - color contains mainly: red. Hex color #F49032 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F49032 is #0B6FCD. Grayscale: #A3A3A3. Windows color (decimal): -749518 or 3313908. OLE color: 3313908.
HSL color Cylindrical-coordinate representation of color #F49032: hue angle of 29.07º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F49032 is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 144 | 50 | - |
| CMYK | 0 | 0.41 | 0.80 | 0.04 |
| HSL | 29.07º | 0.9% | 0.58% | - |
| HSV(B) | 29.07º | 0.8% | 0.96% | - |
| XYZ | 47.86 | 39.41 | 8.1 | - |
| YUV | 163.18 | 64.13 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 144 | 50 | 0 | 0.41 | 0.80 | 0.04 | 29.07 | 0.9 | 0.58 |
| Hex | F4 | 90 | 32 | 0 | 29 | 50 | 4 | 1D | 5A | 3A |
| Octal | 364 | 220 | 62 | 0 | 51 | 120 | 4 | 35 | 132 | 72 |
| Binary | 11110100 | 10010000 | 110010 | 0 | 101001 | 1010000 | 100 | 11101 | 1011010 | 111010 |
Color Harmonies of #F49032
Complementary color
Monochromatic Colors of #F49032
Black with #F49032
Text Example
Text Example
White with #F49032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49032; }
p { color: rgb(244,144,50); }
H1.HeaderClassName
{
color: #F49032;
}
.AnyTagClassName
{
color: #F49032;
}
</style>
background-color css
<style>
a { background-color: #F49032; }
a { background-color: rgb(244,144,50); }
div.DivClassName
{
background-color: #F49032;
}
.BgClassName
{
background-color: #F49032;
}
</style>
border-color css
<style>
span { border-color: #F49032; }
span { border-color: rgb(244,144,50); }
td.TdClassName
{
border-color: #F49032;
}
.TagClassName
{
border-color: #F49032;
}
</style>