Shades of Red Orange #F4302C
Tints of Red Orange #F4302C
RGB
CMYK
RGB Variations
Color information
#F4302C (or 0xF4302C) is known color: Red Orange. HEX triplet: F4, 30 and 2C. RGB value is (244,48,44). Sum of RGB (Red+Green+Blue) = 244+48+44=336 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.62% from 336); Green value is 48 (19.14% from 255 or 14.29% from 336); Blue value is 44 (17.58% from 255 or 13.10% from 336); Max value from RGB is 244 - color contains mainly: red. Hex color #F4302C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4302C is #0BCFD3. Grayscale: #6A6A6A. Windows color (decimal): -774100 or 2896116. OLE color: 2896116.
HSL color Cylindrical-coordinate representation of color #F4302C: hue angle of 1.2º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F4302C is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 48 | 44 | - |
| CMYK | 0 | 0.80 | 0.82 | 0.04 |
| HSL | 1.2º | 0.9% | 0.56% | - |
| HSV(B) | 1.2º | 0.82% | 0.96% | - |
| XYZ | 38.82 | 21.53 | 4.49 | - |
| YUV | 106.15 | 92.93 | 226.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 48 | 44 | 0 | 0.80 | 0.82 | 0.04 | 1.2 | 0.9 | 0.56 |
| Hex | F4 | 30 | 2C | 0 | 50 | 52 | 4 | 1 | 5A | 38 |
| Octal | 364 | 60 | 54 | 0 | 120 | 122 | 4 | 1 | 132 | 70 |
| Binary | 11110100 | 110000 | 101100 | 0 | 1010000 | 1010010 | 100 | 1 | 1011010 | 111000 |
Color Harmonies of #F4302C
Complementary color
Monochromatic Colors of #F4302C
Black with #F4302C
Text Example
Text Example
White with #F4302C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4302C; }
p { color: rgb(244,48,44); }
H1.HeaderClassName
{
color: #F4302C;
}
.AnyTagClassName
{
color: #F4302C;
}
</style>
background-color css
<style>
a { background-color: #F4302C; }
a { background-color: rgb(244,48,44); }
div.DivClassName
{
background-color: #F4302C;
}
.BgClassName
{
background-color: #F4302C;
}
</style>
border-color css
<style>
span { border-color: #F4302C; }
span { border-color: rgb(244,48,44); }
td.TdClassName
{
border-color: #F4302C;
}
.TagClassName
{
border-color: #F4302C;
}
</style>