Shades of Sun #F49332
Tints of Sun #F49332
RGB
CMYK
RGB Variations
Color information
#F49332 (or 0xF49332) is known color: Sun. HEX triplet: F4, 93 and 32. RGB value is (244,147,50). Sum of RGB (Red+Green+Blue) = 244+147+50=441 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.33% from 441); Green value is 147 (57.81% from 255 or 33.33% from 441); Blue value is 50 (19.92% from 255 or 11.34% from 441); Max value from RGB is 244 - color contains mainly: red. Hex color #F49332 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F49332 is #0B6CCD. Grayscale: #A5A5A5. Windows color (decimal): -748750 or 3314676. OLE color: 3314676.
HSL color Cylindrical-coordinate representation of color #F49332: hue angle of 30º 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 #F49332 is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 147 | 50 | - |
| CMYK | 0 | 0.40 | 0.80 | 0.04 |
| HSL | 30º | 0.9% | 0.58% | - |
| HSV(B) | 30º | 0.8% | 0.96% | - |
| XYZ | 48.32 | 40.33 | 8.26 | - |
| YUV | 164.95 | 63.14 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 147 | 50 | 0 | 0.40 | 0.80 | 0.04 | 30 | 0.9 | 0.58 |
| Hex | F4 | 93 | 32 | 0 | 28 | 50 | 4 | 1E | 5A | 3A |
| Octal | 364 | 223 | 62 | 0 | 50 | 120 | 4 | 36 | 132 | 72 |
| Binary | 11110100 | 10010011 | 110010 | 0 | 101000 | 1010000 | 100 | 11110 | 1011010 | 111010 |
Color Harmonies of #F49332
Complementary color
Monochromatic Colors of #F49332
Black with #F49332
Text Example
Text Example
White with #F49332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49332; }
p { color: rgb(244,147,50); }
H1.HeaderClassName
{
color: #F49332;
}
.AnyTagClassName
{
color: #F49332;
}
</style>
background-color css
<style>
a { background-color: #F49332; }
a { background-color: rgb(244,147,50); }
div.DivClassName
{
background-color: #F49332;
}
.BgClassName
{
background-color: #F49332;
}
</style>
border-color css
<style>
span { border-color: #F49332; }
span { border-color: rgb(244,147,50); }
td.TdClassName
{
border-color: #F49332;
}
.TagClassName
{
border-color: #F49332;
}
</style>