Shades of Orange Red #F44100
Tints of Orange Red #F44100
RGB
CMYK
RGB Variations
Color information
#F44100 (or 0xF44100) is known color: Orange Red. HEX triplet: F4, 41 and 00. RGB value is (244,65,0). Sum of RGB (Red+Green+Blue) = 244+65+0=309 (40% of max value = 765). Red value is 244 (95.70% from 255 or 78.96% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 244 - color contains mainly: red. Hex color #F44100 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F44100 is #0BBEFF. Grayscale: #6F6F6F. Windows color (decimal): -769792 or 16884. OLE color: 16884.
HSL color Cylindrical-coordinate representation of color #F44100: hue angle of 15.98º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F44100 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 65 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.04 |
| HSL | 15.98º | 1% | 0.48% | - |
| HSV(B) | 15.98º | 1% | 0.96% | - |
| XYZ | 39.2 | 23.01 | 2.38 | - |
| YUV | 111.11 | 65.3 | 222.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 65 | 0 | 0 | 0.73 | 1 | 0.04 | 15.98 | 1 | 0.48 |
| Hex | F4 | 41 | 0 | 0 | 49 | 64 | 4 | 10 | 64 | 30 |
| Octal | 364 | 101 | 0 | 0 | 111 | 144 | 4 | 20 | 144 | 60 |
| Binary | 11110100 | 1000001 | 0 | 0 | 1001001 | 1100100 | 100 | 10000 | 1100100 | 110000 |
Color Harmonies of #F44100
Complementary color
Monochromatic Colors of #F44100
Black with #F44100
Text Example
Text Example
White with #F44100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44100; }
p { color: rgb(244,65,0); }
H1.HeaderClassName
{
color: #F44100;
}
.AnyTagClassName
{
color: #F44100;
}
</style>
background-color css
<style>
a { background-color: #F44100; }
a { background-color: rgb(244,65,0); }
div.DivClassName
{
background-color: #F44100;
}
.BgClassName
{
background-color: #F44100;
}
</style>
border-color css
<style>
span { border-color: #F44100; }
span { border-color: rgb(244,65,0); }
td.TdClassName
{
border-color: #F44100;
}
.TagClassName
{
border-color: #F44100;
}
</style>