Shades of Red Orange #F44A25
Tints of Red Orange #F44A25
RGB
CMYK
RGB Variations
Color information
#F44A25 (or 0xF44A25) is known color: Red Orange. HEX triplet: F4, 4A and 25. RGB value is (244,74,37). Sum of RGB (Red+Green+Blue) = 244+74+37=355 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.73% from 355); Green value is 74 (29.30% from 255 or 20.85% from 355); Blue value is 37 (14.84% from 255 or 10.42% from 355); Max value from RGB is 244 - color contains mainly: red. Hex color #F44A25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F44A25 is #0BB5DA. Grayscale: #787878. Windows color (decimal): -767451 or 2444020. OLE color: 2444020.
HSL color Cylindrical-coordinate representation of color #F44A25: hue angle of 10.72º 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 #F44A25 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 74 | 37 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.04 |
| HSL | 10.72º | 0.9% | 0.55% | - |
| HSV(B) | 10.72º | 0.85% | 0.96% | - |
| XYZ | 40.09 | 24.26 | 4.32 | - |
| YUV | 120.61 | 80.82 | 216.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 74 | 37 | 0 | 0.70 | 0.85 | 0.04 | 10.72 | 0.9 | 0.55 |
| Hex | F4 | 4A | 25 | 0 | 46 | 55 | 4 | B | 5A | 37 |
| Octal | 364 | 112 | 45 | 0 | 106 | 125 | 4 | 13 | 132 | 67 |
| Binary | 11110100 | 1001010 | 100101 | 0 | 1000110 | 1010101 | 100 | 1011 | 1011010 | 110111 |
Color Harmonies of #F44A25
Complementary color
Monochromatic Colors of #F44A25
Black with #F44A25
Text Example
Text Example
White with #F44A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44A25; }
p { color: rgb(244,74,37); }
H1.HeaderClassName
{
color: #F44A25;
}
.AnyTagClassName
{
color: #F44A25;
}
</style>
background-color css
<style>
a { background-color: #F44A25; }
a { background-color: rgb(244,74,37); }
div.DivClassName
{
background-color: #F44A25;
}
.BgClassName
{
background-color: #F44A25;
}
</style>
border-color css
<style>
span { border-color: #F44A25; }
span { border-color: rgb(244,74,37); }
td.TdClassName
{
border-color: #F44A25;
}
.TagClassName
{
border-color: #F44A25;
}
</style>