Shades of Red Orange #F44A32
Tints of Red Orange #F44A32
RGB
CMYK
RGB Variations
Color information
#F44A32 (or 0xF44A32) is known color: Red Orange. HEX triplet: F4, 4A and 32. RGB value is (244,74,50). Sum of RGB (Red+Green+Blue) = 244+74+50=368 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.30% from 368); Green value is 74 (29.30% from 255 or 20.11% from 368); Blue value is 50 (19.92% from 255 or 13.59% from 368); Max value from RGB is 244 - color contains mainly: red. Hex color #F44A32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F44A32 is #0BB5CD. Grayscale: #7A7A7A. Windows color (decimal): -767438 or 3295988. OLE color: 3295988.
HSL color Cylindrical-coordinate representation of color #F44A32: hue angle of 7.42º 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 #F44A32 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 74 | 50 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.04 |
| HSL | 7.42º | 0.9% | 0.58% | - |
| HSV(B) | 7.42º | 0.8% | 0.96% | - |
| XYZ | 40.33 | 24.36 | 5.59 | - |
| YUV | 122.09 | 87.32 | 214.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 74 | 50 | 0 | 0.70 | 0.80 | 0.04 | 7.42 | 0.9 | 0.58 |
| Hex | F4 | 4A | 32 | 0 | 46 | 50 | 4 | 7 | 5A | 3A |
| Octal | 364 | 112 | 62 | 0 | 106 | 120 | 4 | 7 | 132 | 72 |
| Binary | 11110100 | 1001010 | 110010 | 0 | 1000110 | 1010000 | 100 | 111 | 1011010 | 111010 |
Color Harmonies of #F44A32
Complementary color
Monochromatic Colors of #F44A32
Black with #F44A32
Text Example
Text Example
White with #F44A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44A32; }
p { color: rgb(244,74,50); }
H1.HeaderClassName
{
color: #F44A32;
}
.AnyTagClassName
{
color: #F44A32;
}
</style>
background-color css
<style>
a { background-color: #F44A32; }
a { background-color: rgb(244,74,50); }
div.DivClassName
{
background-color: #F44A32;
}
.BgClassName
{
background-color: #F44A32;
}
</style>
border-color css
<style>
span { border-color: #F44A32; }
span { border-color: rgb(244,74,50); }
td.TdClassName
{
border-color: #F44A32;
}
.TagClassName
{
border-color: #F44A32;
}
</style>