Shades of Orange Red #F1470C
Tints of Orange Red #F1470C
RGB
CMYK
RGB Variations
Color information
#F1470C (or 0xF1470C) is known color: Orange Red. HEX triplet: F1, 47 and 0C. RGB value is (241,71,12). Sum of RGB (Red+Green+Blue) = 241+71+12=324 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.38% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 12 (5.08% from 255 or 3.70% from 324); Max value from RGB is 241 - color contains mainly: red. Hex color #F1470C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1470C is #0EB8F3. Grayscale: #737373. Windows color (decimal): -964852 or 804849. OLE color: 804849.
HSL color Cylindrical-coordinate representation of color #F1470C: hue angle of 15.46º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F1470C is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 71 | 12 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.05 |
| HSL | 15.46º | 0.91% | 0.5% | - |
| HSV(B) | 15.46º | 0.95% | 0.95% | - |
| XYZ | 38.6 | 23.23 | 2.8 | - |
| YUV | 115.1 | 69.82 | 217.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 71 | 12 | 0 | 0.71 | 0.95 | 0.05 | 15.46 | 0.91 | 0.5 |
| Hex | F1 | 47 | C | 0 | 47 | 5F | 5 | F | 5B | 32 |
| Octal | 361 | 107 | 14 | 0 | 107 | 137 | 5 | 17 | 133 | 62 |
| Binary | 11110001 | 1000111 | 1100 | 0 | 1000111 | 1011111 | 101 | 1111 | 1011011 | 110010 |
Color Harmonies of #F1470C
Complementary color
Monochromatic Colors of #F1470C
Black with #F1470C
Text Example
Text Example
White with #F1470C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1470C; }
p { color: rgb(241,71,12); }
H1.HeaderClassName
{
color: #F1470C;
}
.AnyTagClassName
{
color: #F1470C;
}
</style>
background-color css
<style>
a { background-color: #F1470C; }
a { background-color: rgb(241,71,12); }
div.DivClassName
{
background-color: #F1470C;
}
.BgClassName
{
background-color: #F1470C;
}
</style>
border-color css
<style>
span { border-color: #F1470C; }
span { border-color: rgb(241,71,12); }
td.TdClassName
{
border-color: #F1470C;
}
.TagClassName
{
border-color: #F1470C;
}
</style>