Shades of Red Orange #F44D25
Tints of Red Orange #F44D25
RGB
CMYK
RGB Variations
Color information
#F44D25 (or 0xF44D25) is known color: Red Orange. HEX triplet: F4, 4D and 25. RGB value is (244,77,37). Sum of RGB (Red+Green+Blue) = 244+77+37=358 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.16% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 37 (14.84% from 255 or 10.34% from 358); Max value from RGB is 244 - color contains mainly: red. Hex color #F44D25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F44D25 is #0BB2DA. Grayscale: #7A7A7A. Windows color (decimal): -766683 or 2444788. OLE color: 2444788.
HSL color Cylindrical-coordinate representation of color #F44D25: hue angle of 11.59º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F44D25 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 77 | 37 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.04 |
| HSL | 11.59º | 0.9% | 0.55% | - |
| HSV(B) | 11.59º | 0.85% | 0.96% | - |
| XYZ | 40.3 | 24.67 | 4.39 | - |
| YUV | 122.37 | 79.83 | 214.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 77 | 37 | 0 | 0.68 | 0.85 | 0.04 | 11.59 | 0.9 | 0.55 |
| Hex | F4 | 4D | 25 | 0 | 44 | 55 | 4 | C | 5A | 37 |
| Octal | 364 | 115 | 45 | 0 | 104 | 125 | 4 | 14 | 132 | 67 |
| Binary | 11110100 | 1001101 | 100101 | 0 | 1000100 | 1010101 | 100 | 1100 | 1011010 | 110111 |
Color Harmonies of #F44D25
Complementary color
Monochromatic Colors of #F44D25
Black with #F44D25
Text Example
Text Example
White with #F44D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44D25; }
p { color: rgb(244,77,37); }
H1.HeaderClassName
{
color: #F44D25;
}
.AnyTagClassName
{
color: #F44D25;
}
</style>
background-color css
<style>
a { background-color: #F44D25; }
a { background-color: rgb(244,77,37); }
div.DivClassName
{
background-color: #F44D25;
}
.BgClassName
{
background-color: #F44D25;
}
</style>
border-color css
<style>
span { border-color: #F44D25; }
span { border-color: rgb(244,77,37); }
td.TdClassName
{
border-color: #F44D25;
}
.TagClassName
{
border-color: #F44D25;
}
</style>