Shades of Sun #F78532
Tints of Sun #F78532
RGB
CMYK
RGB Variations
Color information
#F78532 (or 0xF78532) is known color: Sun. HEX triplet: F7, 85 and 32. RGB value is (247,133,50). Sum of RGB (Red+Green+Blue) = 247+133+50=430 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.44% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 50 (19.92% from 255 or 11.63% from 430); Max value from RGB is 247 - color contains mainly: red. Hex color #F78532 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F78532 is #087ACD. Grayscale: #9E9E9E. Windows color (decimal): -555726 or 3311095. OLE color: 3311095.
HSL color Cylindrical-coordinate representation of color #F78532: hue angle of 25.28º 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 #F78532 is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 133 | 50 | - |
| CMYK | 0 | 0.46 | 0.80 | 0.03 |
| HSL | 25.28º | 0.92% | 0.58% | - |
| HSV(B) | 25.28º | 0.8% | 0.97% | - |
| XYZ | 47.32 | 36.78 | 7.62 | - |
| YUV | 157.62 | 67.27 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 133 | 50 | 0 | 0.46 | 0.80 | 0.03 | 25.28 | 0.92 | 0.58 |
| Hex | F7 | 85 | 32 | 0 | 2E | 50 | 3 | 19 | 5C | 3A |
| Octal | 367 | 205 | 62 | 0 | 56 | 120 | 3 | 31 | 134 | 72 |
| Binary | 11110111 | 10000101 | 110010 | 0 | 101110 | 1010000 | 11 | 11001 | 1011100 | 111010 |
Color Harmonies of #F78532
Complementary color
Monochromatic Colors of #F78532
Black with #F78532
Text Example
Text Example
White with #F78532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78532; }
p { color: rgb(247,133,50); }
H1.HeaderClassName
{
color: #F78532;
}
.AnyTagClassName
{
color: #F78532;
}
</style>
background-color css
<style>
a { background-color: #F78532; }
a { background-color: rgb(247,133,50); }
div.DivClassName
{
background-color: #F78532;
}
.BgClassName
{
background-color: #F78532;
}
</style>
border-color css
<style>
span { border-color: #F78532; }
span { border-color: rgb(247,133,50); }
td.TdClassName
{
border-color: #F78532;
}
.TagClassName
{
border-color: #F78532;
}
</style>