Shades of Red Orange #F4461C
Tints of Red Orange #F4461C
RGB
CMYK
RGB Variations
Color information
#F4461C (or 0xF4461C) is known color: Red Orange. HEX triplet: F4, 46 and 1C. RGB value is (244,70,28). Sum of RGB (Red+Green+Blue) = 244+70+28=342 (45% of max value = 765). Red value is 244 (95.70% from 255 or 71.35% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 28 (11.33% from 255 or 8.19% from 342); Max value from RGB is 244 - color contains mainly: red. Hex color #F4461C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4461C is #0BB9E3. Grayscale: #757575. Windows color (decimal): -768484 or 1853172. OLE color: 1853172.
HSL color Cylindrical-coordinate representation of color #F4461C: hue angle of 11.67º 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 #F4461C is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 70 | 28 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.04 |
| HSL | 11.67º | 0.91% | 0.53% | - |
| HSV(B) | 11.67º | 0.89% | 0.96% | - |
| XYZ | 39.71 | 23.7 | 3.58 | - |
| YUV | 117.24 | 77.65 | 218.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 70 | 28 | 0 | 0.71 | 0.89 | 0.04 | 11.67 | 0.91 | 0.53 |
| Hex | F4 | 46 | 1C | 0 | 47 | 59 | 4 | C | 5B | 35 |
| Octal | 364 | 106 | 34 | 0 | 107 | 131 | 4 | 14 | 133 | 65 |
| Binary | 11110100 | 1000110 | 11100 | 0 | 1000111 | 1011001 | 100 | 1100 | 1011011 | 110101 |
Color Harmonies of #F4461C
Complementary color
Monochromatic Colors of #F4461C
Black with #F4461C
Text Example
Text Example
White with #F4461C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4461C; }
p { color: rgb(244,70,28); }
H1.HeaderClassName
{
color: #F4461C;
}
.AnyTagClassName
{
color: #F4461C;
}
</style>
background-color css
<style>
a { background-color: #F4461C; }
a { background-color: rgb(244,70,28); }
div.DivClassName
{
background-color: #F4461C;
}
.BgClassName
{
background-color: #F4461C;
}
</style>
border-color css
<style>
span { border-color: #F4461C; }
span { border-color: rgb(244,70,28); }
td.TdClassName
{
border-color: #F4461C;
}
.TagClassName
{
border-color: #F4461C;
}
</style>