Shades of Sun #F48D3E
Tints of Sun #F48D3E
RGB
CMYK
RGB Variations
Color information
#F48D3E (or 0xF48D3E) is known color: Sun. HEX triplet: F4, 8D and 3E. RGB value is (244,141,62). Sum of RGB (Red+Green+Blue) = 244+141+62=447 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.59% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 62 (24.61% from 255 or 13.87% from 447); Max value from RGB is 244 - color contains mainly: red. Hex color #F48D3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F48D3E is #0B72C1. Grayscale: #A3A3A3. Windows color (decimal): -750274 or 4099572. OLE color: 4099572.
HSL color Cylindrical-coordinate representation of color #F48D3E: hue angle of 26.04º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F48D3E is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 141 | 62 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.04 |
| HSL | 26.04º | 0.89% | 0.6% | - |
| HSV(B) | 26.04º | 0.75% | 0.96% | - |
| XYZ | 47.7 | 38.63 | 9.5 | - |
| YUV | 162.79 | 71.12 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 141 | 62 | 0 | 0.42 | 0.75 | 0.04 | 26.04 | 0.89 | 0.6 |
| Hex | F4 | 8D | 3E | 0 | 2A | 4B | 4 | 1A | 59 | 3C |
| Octal | 364 | 215 | 76 | 0 | 52 | 113 | 4 | 32 | 131 | 74 |
| Binary | 11110100 | 10001101 | 111110 | 0 | 101010 | 1001011 | 100 | 11010 | 1011001 | 111100 |
Color Harmonies of #F48D3E
Complementary color
Monochromatic Colors of #F48D3E
Black with #F48D3E
Text Example
Text Example
White with #F48D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48D3E; }
p { color: rgb(244,141,62); }
H1.HeaderClassName
{
color: #F48D3E;
}
.AnyTagClassName
{
color: #F48D3E;
}
</style>
background-color css
<style>
a { background-color: #F48D3E; }
a { background-color: rgb(244,141,62); }
div.DivClassName
{
background-color: #F48D3E;
}
.BgClassName
{
background-color: #F48D3E;
}
</style>
border-color css
<style>
span { border-color: #F48D3E; }
span { border-color: rgb(244,141,62); }
td.TdClassName
{
border-color: #F48D3E;
}
.TagClassName
{
border-color: #F48D3E;
}
</style>