Shades of Sun #F48432
Tints of Sun #F48432
RGB
CMYK
RGB Variations
Color information
#F48432 (or 0xF48432) is known color: Sun. HEX triplet: F4, 84 and 32. RGB value is (244,132,50). Sum of RGB (Red+Green+Blue) = 244+132+50=426 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.28% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 50 (19.92% from 255 or 11.74% from 426); Max value from RGB is 244 - color contains mainly: red. Hex color #F48432 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F48432 is #0B7BCD. Grayscale: #9C9C9C. Windows color (decimal): -752590 or 3310836. OLE color: 3310836.
HSL color Cylindrical-coordinate representation of color #F48432: hue angle of 25.36º 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 #F48432 is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 132 | 50 | - |
| CMYK | 0 | 0.46 | 0.80 | 0.04 |
| HSL | 25.36º | 0.9% | 0.58% | - |
| HSV(B) | 25.36º | 0.8% | 0.96% | - |
| XYZ | 46.14 | 35.97 | 7.53 | - |
| YUV | 156.14 | 68.11 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 132 | 50 | 0 | 0.46 | 0.80 | 0.04 | 25.36 | 0.9 | 0.58 |
| Hex | F4 | 84 | 32 | 0 | 2E | 50 | 4 | 19 | 5A | 3A |
| Octal | 364 | 204 | 62 | 0 | 56 | 120 | 4 | 31 | 132 | 72 |
| Binary | 11110100 | 10000100 | 110010 | 0 | 101110 | 1010000 | 100 | 11001 | 1011010 | 111010 |
Color Harmonies of #F48432
Complementary color
Monochromatic Colors of #F48432
Black with #F48432
Text Example
Text Example
White with #F48432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48432; }
p { color: rgb(244,132,50); }
H1.HeaderClassName
{
color: #F48432;
}
.AnyTagClassName
{
color: #F48432;
}
</style>
background-color css
<style>
a { background-color: #F48432; }
a { background-color: rgb(244,132,50); }
div.DivClassName
{
background-color: #F48432;
}
.BgClassName
{
background-color: #F48432;
}
</style>
border-color css
<style>
span { border-color: #F48432; }
span { border-color: rgb(244,132,50); }
td.TdClassName
{
border-color: #F48432;
}
.TagClassName
{
border-color: #F48432;
}
</style>