Shades of Orange Red #F4400B
Tints of Orange Red #F4400B
RGB
CMYK
RGB Variations
Color information
#F4400B (or 0xF4400B) is known color: Orange Red. HEX triplet: F4, 40 and 0B. RGB value is (244,64,11). Sum of RGB (Red+Green+Blue) = 244+64+11=319 (42% of max value = 765). Red value is 244 (95.70% from 255 or 76.49% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 11 (4.69% from 255 or 3.45% from 319); Max value from RGB is 244 - color contains mainly: red. Hex color #F4400B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F4400B is #0BBFF4. Grayscale: #707070. Windows color (decimal): -770037 or 737524. OLE color: 737524.
HSL color Cylindrical-coordinate representation of color #F4400B: hue angle of 13.65º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F4400B is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 11 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.04 |
| HSL | 13.65º | 0.91% | 0.5% | - |
| HSV(B) | 13.65º | 0.95% | 0.96% | - |
| XYZ | 39.2 | 22.92 | 2.68 | - |
| YUV | 111.78 | 71.13 | 222.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 11 | 0 | 0.74 | 0.95 | 0.04 | 13.65 | 0.91 | 0.5 |
| Hex | F4 | 40 | B | 0 | 4A | 5F | 4 | E | 5B | 32 |
| Octal | 364 | 100 | 13 | 0 | 112 | 137 | 4 | 16 | 133 | 62 |
| Binary | 11110100 | 1000000 | 1011 | 0 | 1001010 | 1011111 | 100 | 1110 | 1011011 | 110010 |
Color Harmonies of #F4400B
Complementary color
Monochromatic Colors of #F4400B
Black with #F4400B
Text Example
Text Example
White with #F4400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4400B; }
p { color: rgb(244,64,11); }
H1.HeaderClassName
{
color: #F4400B;
}
.AnyTagClassName
{
color: #F4400B;
}
</style>
background-color css
<style>
a { background-color: #F4400B; }
a { background-color: rgb(244,64,11); }
div.DivClassName
{
background-color: #F4400B;
}
.BgClassName
{
background-color: #F4400B;
}
</style>
border-color css
<style>
span { border-color: #F4400B; }
span { border-color: rgb(244,64,11); }
td.TdClassName
{
border-color: #F4400B;
}
.TagClassName
{
border-color: #F4400B;
}
</style>