Shades of Red Orange #F4472C
Tints of Red Orange #F4472C
RGB
CMYK
RGB Variations
Color information
#F4472C (or 0xF4472C) is known color: Red Orange. HEX triplet: F4, 47 and 2C. RGB value is (244,71,44). Sum of RGB (Red+Green+Blue) = 244+71+44=359 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.97% from 359); Green value is 71 (28.12% from 255 or 19.78% from 359); Blue value is 44 (17.58% from 255 or 12.26% from 359); Max value from RGB is 244 - color contains mainly: red. Hex color #F4472C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4472C is #0BB8D3. Grayscale: #777777. Windows color (decimal): -768212 or 2902004. OLE color: 2902004.
HSL color Cylindrical-coordinate representation of color #F4472C: hue angle of 8.1º 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 #F4472C is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 71 | 44 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.04 |
| HSL | 8.1º | 0.9% | 0.56% | - |
| HSV(B) | 8.1º | 0.82% | 0.96% | - |
| XYZ | 40.02 | 23.92 | 4.89 | - |
| YUV | 119.65 | 85.31 | 216.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 71 | 44 | 0 | 0.71 | 0.82 | 0.04 | 8.1 | 0.9 | 0.56 |
| Hex | F4 | 47 | 2C | 0 | 47 | 52 | 4 | 8 | 5A | 38 |
| Octal | 364 | 107 | 54 | 0 | 107 | 122 | 4 | 10 | 132 | 70 |
| Binary | 11110100 | 1000111 | 101100 | 0 | 1000111 | 1010010 | 100 | 1000 | 1011010 | 111000 |
Color Harmonies of #F4472C
Complementary color
Monochromatic Colors of #F4472C
Black with #F4472C
Text Example
Text Example
White with #F4472C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4472C; }
p { color: rgb(244,71,44); }
H1.HeaderClassName
{
color: #F4472C;
}
.AnyTagClassName
{
color: #F4472C;
}
</style>
background-color css
<style>
a { background-color: #F4472C; }
a { background-color: rgb(244,71,44); }
div.DivClassName
{
background-color: #F4472C;
}
.BgClassName
{
background-color: #F4472C;
}
</style>
border-color css
<style>
span { border-color: #F4472C; }
span { border-color: rgb(244,71,44); }
td.TdClassName
{
border-color: #F4472C;
}
.TagClassName
{
border-color: #F4472C;
}
</style>