Shades of Sun #F48632
Tints of Sun #F48632
RGB
CMYK
RGB Variations
Color information
#F48632 (or 0xF48632) is known color: Sun. HEX triplet: F4, 86 and 32. RGB value is (244,134,50). Sum of RGB (Red+Green+Blue) = 244+134+50=428 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.01% from 428); Green value is 134 (52.73% from 255 or 31.31% from 428); Blue value is 50 (19.92% from 255 or 11.68% from 428); Max value from RGB is 244 - color contains mainly: red. Hex color #F48632 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F48632 is #0B79CD. Grayscale: #9D9D9D. Windows color (decimal): -752078 or 3311348. OLE color: 3311348.
HSL color Cylindrical-coordinate representation of color #F48632: hue angle of 25.98º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F48632 is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 134 | 50 | - |
| CMYK | 0 | 0.45 | 0.80 | 0.04 |
| HSL | 25.98º | 0.9% | 0.58% | - |
| HSV(B) | 25.98º | 0.8% | 0.96% | - |
| XYZ | 46.41 | 36.51 | 7.62 | - |
| YUV | 157.31 | 67.44 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 134 | 50 | 0 | 0.45 | 0.80 | 0.04 | 25.98 | 0.9 | 0.58 |
| Hex | F4 | 86 | 32 | 0 | 2D | 50 | 4 | 1A | 5A | 3A |
| Octal | 364 | 206 | 62 | 0 | 55 | 120 | 4 | 32 | 132 | 72 |
| Binary | 11110100 | 10000110 | 110010 | 0 | 101101 | 1010000 | 100 | 11010 | 1011010 | 111010 |
Color Harmonies of #F48632
Complementary color
Monochromatic Colors of #F48632
Black with #F48632
Text Example
Text Example
White with #F48632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48632; }
p { color: rgb(244,134,50); }
H1.HeaderClassName
{
color: #F48632;
}
.AnyTagClassName
{
color: #F48632;
}
</style>
background-color css
<style>
a { background-color: #F48632; }
a { background-color: rgb(244,134,50); }
div.DivClassName
{
background-color: #F48632;
}
.BgClassName
{
background-color: #F48632;
}
</style>
border-color css
<style>
span { border-color: #F48632; }
span { border-color: rgb(244,134,50); }
td.TdClassName
{
border-color: #F48632;
}
.TagClassName
{
border-color: #F48632;
}
</style>