Shades of Sun #F48E2E
Tints of Sun #F48E2E
RGB
CMYK
RGB Variations
Color information
#F48E2E (or 0xF48E2E) is known color: Sun. HEX triplet: F4, 8E and 2E. RGB value is (244,142,46). Sum of RGB (Red+Green+Blue) = 244+142+46=432 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.48% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 46 (18.36% from 255 or 10.65% from 432); Max value from RGB is 244 - color contains mainly: red. Hex color #F48E2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F48E2E is #0B71D1. Grayscale: #A2A2A2. Windows color (decimal): -750034 or 3051252. OLE color: 3051252.
HSL color Cylindrical-coordinate representation of color #F48E2E: hue angle of 29.09º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F48E2E is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 142 | 46 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.04 |
| HSL | 29.09º | 0.9% | 0.57% | - |
| HSV(B) | 29.09º | 0.81% | 0.96% | - |
| XYZ | 47.47 | 38.78 | 7.57 | - |
| YUV | 161.55 | 62.79 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 142 | 46 | 0 | 0.42 | 0.81 | 0.04 | 29.09 | 0.9 | 0.57 |
| Hex | F4 | 8E | 2E | 0 | 2A | 51 | 4 | 1D | 5A | 39 |
| Octal | 364 | 216 | 56 | 0 | 52 | 121 | 4 | 35 | 132 | 71 |
| Binary | 11110100 | 10001110 | 101110 | 0 | 101010 | 1010001 | 100 | 11101 | 1011010 | 111001 |
Color Harmonies of #F48E2E
Complementary color
Monochromatic Colors of #F48E2E
Black with #F48E2E
Text Example
Text Example
White with #F48E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48E2E; }
p { color: rgb(244,142,46); }
H1.HeaderClassName
{
color: #F48E2E;
}
.AnyTagClassName
{
color: #F48E2E;
}
</style>
background-color css
<style>
a { background-color: #F48E2E; }
a { background-color: rgb(244,142,46); }
div.DivClassName
{
background-color: #F48E2E;
}
.BgClassName
{
background-color: #F48E2E;
}
</style>
border-color css
<style>
span { border-color: #F48E2E; }
span { border-color: rgb(244,142,46); }
td.TdClassName
{
border-color: #F48E2E;
}
.TagClassName
{
border-color: #F48E2E;
}
</style>