Shades of Sun #F78031
Tints of Sun #F78031
RGB
CMYK
RGB Variations
Color information
#F78031 (or 0xF78031) is known color: Sun. HEX triplet: F7, 80 and 31. RGB value is (247,128,49). Sum of RGB (Red+Green+Blue) = 247+128+49=424 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.25% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 49 (19.53% from 255 or 11.56% from 424); Max value from RGB is 247 - color contains mainly: red. Hex color #F78031 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F78031 is #087FCE. Grayscale: #9B9B9B. Windows color (decimal): -557007 or 3244279. OLE color: 3244279.
HSL color Cylindrical-coordinate representation of color #F78031: hue angle of 23.94º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F78031 is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 128 | 49 | - |
| CMYK | 0 | 0.48 | 0.80 | 0.03 |
| HSL | 23.94º | 0.93% | 0.58% | - |
| HSV(B) | 23.94º | 0.8% | 0.97% | - |
| XYZ | 46.63 | 35.43 | 7.29 | - |
| YUV | 154.58 | 68.42 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 128 | 49 | 0 | 0.48 | 0.80 | 0.03 | 23.94 | 0.93 | 0.58 |
| Hex | F7 | 80 | 31 | 0 | 30 | 50 | 3 | 18 | 5D | 3A |
| Octal | 367 | 200 | 61 | 0 | 60 | 120 | 3 | 30 | 135 | 72 |
| Binary | 11110111 | 10000000 | 110001 | 0 | 110000 | 1010000 | 11 | 11000 | 1011101 | 111010 |
Color Harmonies of #F78031
Complementary color
Monochromatic Colors of #F78031
Black with #F78031
Text Example
Text Example
White with #F78031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78031; }
p { color: rgb(247,128,49); }
H1.HeaderClassName
{
color: #F78031;
}
.AnyTagClassName
{
color: #F78031;
}
</style>
background-color css
<style>
a { background-color: #F78031; }
a { background-color: rgb(247,128,49); }
div.DivClassName
{
background-color: #F78031;
}
.BgClassName
{
background-color: #F78031;
}
</style>
border-color css
<style>
span { border-color: #F78031; }
span { border-color: rgb(247,128,49); }
td.TdClassName
{
border-color: #F78031;
}
.TagClassName
{
border-color: #F78031;
}
</style>