Shades of Red Orange #F4401B
Tints of Red Orange #F4401B
RGB
CMYK
RGB Variations
Color information
#F4401B (or 0xF4401B) is known color: Red Orange. HEX triplet: F4, 40 and 1B. RGB value is (244,64,27). Sum of RGB (Red+Green+Blue) = 244+64+27=335 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.84% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 27 (10.94% from 255 or 8.06% from 335); Max value from RGB is 244 - color contains mainly: red. Hex color #F4401B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4401B is #0BBFE4. Grayscale: #717171. Windows color (decimal): -770021 or 1786100. OLE color: 1786100.
HSL color Cylindrical-coordinate representation of color #F4401B: hue angle of 10.23º 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 #F4401B is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 27 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.04 |
| HSL | 10.23º | 0.91% | 0.53% | - |
| HSV(B) | 10.23º | 0.89% | 0.96% | - |
| XYZ | 39.34 | 22.98 | 3.4 | - |
| YUV | 113.6 | 79.13 | 221.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 27 | 0 | 0.74 | 0.89 | 0.04 | 10.23 | 0.91 | 0.53 |
| Hex | F4 | 40 | 1B | 0 | 4A | 59 | 4 | A | 5B | 35 |
| Octal | 364 | 100 | 33 | 0 | 112 | 131 | 4 | 12 | 133 | 65 |
| Binary | 11110100 | 1000000 | 11011 | 0 | 1001010 | 1011001 | 100 | 1010 | 1011011 | 110101 |
Color Harmonies of #F4401B
Complementary color
Monochromatic Colors of #F4401B
Black with #F4401B
Text Example
Text Example
White with #F4401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4401B; }
p { color: rgb(244,64,27); }
H1.HeaderClassName
{
color: #F4401B;
}
.AnyTagClassName
{
color: #F4401B;
}
</style>
background-color css
<style>
a { background-color: #F4401B; }
a { background-color: rgb(244,64,27); }
div.DivClassName
{
background-color: #F4401B;
}
.BgClassName
{
background-color: #F4401B;
}
</style>
border-color css
<style>
span { border-color: #F4401B; }
span { border-color: rgb(244,64,27); }
td.TdClassName
{
border-color: #F4401B;
}
.TagClassName
{
border-color: #F4401B;
}
</style>