Shades of Red Orange #F4302B
Tints of Red Orange #F4302B
RGB
CMYK
RGB Variations
Color information
#F4302B (or 0xF4302B) is known color: Red Orange. HEX triplet: F4, 30 and 2B. RGB value is (244,48,43). Sum of RGB (Red+Green+Blue) = 244+48+43=335 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.84% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 43 (17.19% from 255 or 12.84% from 335); Max value from RGB is 244 - color contains mainly: red. Hex color #F4302B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4302B is #0BCFD4. Grayscale: #6A6A6A. Windows color (decimal): -774101 or 2830580. OLE color: 2830580.
HSL color Cylindrical-coordinate representation of color #F4302B: hue angle of 1.49º 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 #F4302B is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 48 | 43 | - |
| CMYK | 0 | 0.80 | 0.82 | 0.04 |
| HSL | 1.49º | 0.9% | 0.56% | - |
| HSV(B) | 1.49º | 0.82% | 0.96% | - |
| XYZ | 38.8 | 21.52 | 4.39 | - |
| YUV | 106.03 | 92.43 | 226.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 48 | 43 | 0 | 0.80 | 0.82 | 0.04 | 1.49 | 0.9 | 0.56 |
| Hex | F4 | 30 | 2B | 0 | 50 | 52 | 4 | 1 | 5A | 38 |
| Octal | 364 | 60 | 53 | 0 | 120 | 122 | 4 | 1 | 132 | 70 |
| Binary | 11110100 | 110000 | 101011 | 0 | 1010000 | 1010010 | 100 | 1 | 1011010 | 111000 |
Color Harmonies of #F4302B
Complementary color
Monochromatic Colors of #F4302B
Black with #F4302B
Text Example
Text Example
White with #F4302B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4302B; }
p { color: rgb(244,48,43); }
H1.HeaderClassName
{
color: #F4302B;
}
.AnyTagClassName
{
color: #F4302B;
}
</style>
background-color css
<style>
a { background-color: #F4302B; }
a { background-color: rgb(244,48,43); }
div.DivClassName
{
background-color: #F4302B;
}
.BgClassName
{
background-color: #F4302B;
}
</style>
border-color css
<style>
span { border-color: #F4302B; }
span { border-color: rgb(244,48,43); }
td.TdClassName
{
border-color: #F4302B;
}
.TagClassName
{
border-color: #F4302B;
}
</style>