Shades of Sun #F49232
Tints of Sun #F49232
RGB
CMYK
RGB Variations
Color information
#F49232 (or 0xF49232) is known color: Sun. HEX triplet: F4, 92 and 32. RGB value is (244,146,50). Sum of RGB (Red+Green+Blue) = 244+146+50=440 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.45% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 50 (19.92% from 255 or 11.36% from 440); Max value from RGB is 244 - color contains mainly: red. Hex color #F49232 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F49232 is #0B6DCD. Grayscale: #A4A4A4. Windows color (decimal): -749006 or 3314420. OLE color: 3314420.
HSL color Cylindrical-coordinate representation of color #F49232: hue angle of 29.69º 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 #F49232 is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 146 | 50 | - |
| CMYK | 0 | 0.40 | 0.80 | 0.04 |
| HSL | 29.69º | 0.9% | 0.58% | - |
| HSV(B) | 29.69º | 0.8% | 0.96% | - |
| XYZ | 48.16 | 40.02 | 8.2 | - |
| YUV | 164.36 | 63.47 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 146 | 50 | 0 | 0.40 | 0.80 | 0.04 | 29.69 | 0.9 | 0.58 |
| Hex | F4 | 92 | 32 | 0 | 28 | 50 | 4 | 1E | 5A | 3A |
| Octal | 364 | 222 | 62 | 0 | 50 | 120 | 4 | 36 | 132 | 72 |
| Binary | 11110100 | 10010010 | 110010 | 0 | 101000 | 1010000 | 100 | 11110 | 1011010 | 111010 |
Color Harmonies of #F49232
Complementary color
Monochromatic Colors of #F49232
Black with #F49232
Text Example
Text Example
White with #F49232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49232; }
p { color: rgb(244,146,50); }
H1.HeaderClassName
{
color: #F49232;
}
.AnyTagClassName
{
color: #F49232;
}
</style>
background-color css
<style>
a { background-color: #F49232; }
a { background-color: rgb(244,146,50); }
div.DivClassName
{
background-color: #F49232;
}
.BgClassName
{
background-color: #F49232;
}
</style>
border-color css
<style>
span { border-color: #F49232; }
span { border-color: rgb(244,146,50); }
td.TdClassName
{
border-color: #F49232;
}
.TagClassName
{
border-color: #F49232;
}
</style>