Shades of Orange Red #F4440A
Tints of Orange Red #F4440A
RGB
CMYK
RGB Variations
Color information
#F4440A (or 0xF4440A) is known color: Orange Red. HEX triplet: F4, 44 and 0A. RGB value is (244,68,10). Sum of RGB (Red+Green+Blue) = 244+68+10=322 (42% of max value = 765). Red value is 244 (95.70% from 255 or 75.78% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 10 (4.30% from 255 or 3.11% from 322); Max value from RGB is 244 - color contains mainly: red. Hex color #F4440A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F4440A is #0BBBF5. Grayscale: #727272. Windows color (decimal): -769014 or 673012. OLE color: 673012.
HSL color Cylindrical-coordinate representation of color #F4440A: hue angle of 14.87º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F4440A is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 68 | 10 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.04 |
| HSL | 14.87º | 0.92% | 0.5% | - |
| HSV(B) | 14.87º | 0.96% | 0.96% | - |
| XYZ | 39.43 | 23.39 | 2.72 | - |
| YUV | 114.01 | 69.31 | 220.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 68 | 10 | 0 | 0.72 | 0.96 | 0.04 | 14.87 | 0.92 | 0.5 |
| Hex | F4 | 44 | A | 0 | 48 | 60 | 4 | F | 5C | 32 |
| Octal | 364 | 104 | 12 | 0 | 110 | 140 | 4 | 17 | 134 | 62 |
| Binary | 11110100 | 1000100 | 1010 | 0 | 1001000 | 1100000 | 100 | 1111 | 1011100 | 110010 |
Color Harmonies of #F4440A
Complementary color
Monochromatic Colors of #F4440A
Black with #F4440A
Text Example
Text Example
White with #F4440A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4440A; }
p { color: rgb(244,68,10); }
H1.HeaderClassName
{
color: #F4440A;
}
.AnyTagClassName
{
color: #F4440A;
}
</style>
background-color css
<style>
a { background-color: #F4440A; }
a { background-color: rgb(244,68,10); }
div.DivClassName
{
background-color: #F4440A;
}
.BgClassName
{
background-color: #F4440A;
}
</style>
border-color css
<style>
span { border-color: #F4440A; }
span { border-color: rgb(244,68,10); }
td.TdClassName
{
border-color: #F4440A;
}
.TagClassName
{
border-color: #F4440A;
}
</style>