Shades of Sun #F78D32
Tints of Sun #F78D32
RGB
CMYK
RGB Variations
Color information
#F78D32 (or 0xF78D32) is known color: Sun. HEX triplet: F7, 8D and 32. RGB value is (247,141,50). Sum of RGB (Red+Green+Blue) = 247+141+50=438 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.39% from 438); Green value is 141 (55.47% from 255 or 32.19% from 438); Blue value is 50 (19.92% from 255 or 11.42% from 438); Max value from RGB is 247 - color contains mainly: red. Hex color #F78D32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F78D32 is #0872CD. Grayscale: #A2A2A2. Windows color (decimal): -553678 or 3313143. OLE color: 3313143.
HSL color Cylindrical-coordinate representation of color #F78D32: hue angle of 27.72º degrees, saturation: 0.92, 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 #F78D32 is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 141 | 50 | - |
| CMYK | 0 | 0.43 | 0.80 | 0.03 |
| HSL | 27.72º | 0.92% | 0.58% | - |
| HSV(B) | 27.72º | 0.8% | 0.97% | - |
| XYZ | 48.46 | 39.05 | 8 | - |
| YUV | 162.32 | 64.62 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 141 | 50 | 0 | 0.43 | 0.80 | 0.03 | 27.72 | 0.92 | 0.58 |
| Hex | F7 | 8D | 32 | 0 | 2B | 50 | 3 | 1C | 5C | 3A |
| Octal | 367 | 215 | 62 | 0 | 53 | 120 | 3 | 34 | 134 | 72 |
| Binary | 11110111 | 10001101 | 110010 | 0 | 101011 | 1010000 | 11 | 11100 | 1011100 | 111010 |
Color Harmonies of #F78D32
Complementary color
Monochromatic Colors of #F78D32
Black with #F78D32
Text Example
Text Example
White with #F78D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78D32; }
p { color: rgb(247,141,50); }
H1.HeaderClassName
{
color: #F78D32;
}
.AnyTagClassName
{
color: #F78D32;
}
</style>
background-color css
<style>
a { background-color: #F78D32; }
a { background-color: rgb(247,141,50); }
div.DivClassName
{
background-color: #F78D32;
}
.BgClassName
{
background-color: #F78D32;
}
</style>
border-color css
<style>
span { border-color: #F78D32; }
span { border-color: rgb(247,141,50); }
td.TdClassName
{
border-color: #F78D32;
}
.TagClassName
{
border-color: #F78D32;
}
</style>