Shades of Sun #F49138
Tints of Sun #F49138
RGB
CMYK
RGB Variations
Color information
#F49138 (or 0xF49138) is known color: Sun. HEX triplet: F4, 91 and 38. RGB value is (244,145,56). Sum of RGB (Red+Green+Blue) = 244+145+56=445 (58% of max value = 765). Red value is 244 (95.70% from 255 or 54.83% from 445); Green value is 145 (57.03% from 255 or 32.58% from 445); Blue value is 56 (22.27% from 255 or 12.58% from 445); Max value from RGB is 244 - color contains mainly: red. Hex color #F49138 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F49138 is #0B6EC7. Grayscale: #A4A4A4. Windows color (decimal): -749256 or 3707380. OLE color: 3707380.
HSL color Cylindrical-coordinate representation of color #F49138: hue angle of 28.4º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F49138 is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 145 | 56 | - |
| CMYK | 0 | 0.41 | 0.77 | 0.04 |
| HSL | 28.4º | 0.9% | 0.59% | - |
| HSV(B) | 28.4º | 0.77% | 0.96% | - |
| XYZ | 48.15 | 39.77 | 8.88 | - |
| YUV | 164.46 | 66.8 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 145 | 56 | 0 | 0.41 | 0.77 | 0.04 | 28.4 | 0.9 | 0.59 |
| Hex | F4 | 91 | 38 | 0 | 29 | 4D | 4 | 1C | 5A | 3B |
| Octal | 364 | 221 | 70 | 0 | 51 | 115 | 4 | 34 | 132 | 73 |
| Binary | 11110100 | 10010001 | 111000 | 0 | 101001 | 1001101 | 100 | 11100 | 1011010 | 111011 |
Color Harmonies of #F49138
Complementary color
Monochromatic Colors of #F49138
Black with #F49138
Text Example
Text Example
White with #F49138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49138; }
p { color: rgb(244,145,56); }
H1.HeaderClassName
{
color: #F49138;
}
.AnyTagClassName
{
color: #F49138;
}
</style>
background-color css
<style>
a { background-color: #F49138; }
a { background-color: rgb(244,145,56); }
div.DivClassName
{
background-color: #F49138;
}
.BgClassName
{
background-color: #F49138;
}
</style>
border-color css
<style>
span { border-color: #F49138; }
span { border-color: rgb(244,145,56); }
td.TdClassName
{
border-color: #F49138;
}
.TagClassName
{
border-color: #F49138;
}
</style>