Shades of Red Orange #F4481C
Tints of Red Orange #F4481C
RGB
CMYK
RGB Variations
Color information
#F4481C (or 0xF4481C) is known color: Red Orange. HEX triplet: F4, 48 and 1C. RGB value is (244,72,28). Sum of RGB (Red+Green+Blue) = 244+72+28=344 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.93% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 28 (11.33% from 255 or 8.14% from 344); Max value from RGB is 244 - color contains mainly: red. Hex color #F4481C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4481C is #0BB7E3. Grayscale: #767676. Windows color (decimal): -767972 or 1853684. OLE color: 1853684.
HSL color Cylindrical-coordinate representation of color #F4481C: hue angle of 12.22º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F4481C is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 72 | 28 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.04 |
| HSL | 12.22º | 0.91% | 0.53% | - |
| HSV(B) | 12.22º | 0.89% | 0.96% | - |
| XYZ | 39.84 | 23.95 | 3.62 | - |
| YUV | 118.41 | 76.98 | 217.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 72 | 28 | 0 | 0.70 | 0.89 | 0.04 | 12.22 | 0.91 | 0.53 |
| Hex | F4 | 48 | 1C | 0 | 46 | 59 | 4 | C | 5B | 35 |
| Octal | 364 | 110 | 34 | 0 | 106 | 131 | 4 | 14 | 133 | 65 |
| Binary | 11110100 | 1001000 | 11100 | 0 | 1000110 | 1011001 | 100 | 1100 | 1011011 | 110101 |
Color Harmonies of #F4481C
Complementary color
Monochromatic Colors of #F4481C
Black with #F4481C
Text Example
Text Example
White with #F4481C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4481C; }
p { color: rgb(244,72,28); }
H1.HeaderClassName
{
color: #F4481C;
}
.AnyTagClassName
{
color: #F4481C;
}
</style>
background-color css
<style>
a { background-color: #F4481C; }
a { background-color: rgb(244,72,28); }
div.DivClassName
{
background-color: #F4481C;
}
.BgClassName
{
background-color: #F4481C;
}
</style>
border-color css
<style>
span { border-color: #F4481C; }
span { border-color: rgb(244,72,28); }
td.TdClassName
{
border-color: #F4481C;
}
.TagClassName
{
border-color: #F4481C;
}
</style>