Shades of Orange Red #F2470C
Tints of Orange Red #F2470C
RGB
CMYK
RGB Variations
Color information
#F2470C (or 0xF2470C) is known color: Orange Red. HEX triplet: F2, 47 and 0C. RGB value is (242,71,12). Sum of RGB (Red+Green+Blue) = 242+71+12=325 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.46% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 12 (5.08% from 255 or 3.69% from 325); Max value from RGB is 242 - color contains mainly: red. Hex color #F2470C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2470C is #0DB8F3. Grayscale: #737373. Windows color (decimal): -899316 or 804850. OLE color: 804850.
HSL color Cylindrical-coordinate representation of color #F2470C: hue angle of 15.39º 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 #F2470C is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 71 | 12 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.05 |
| HSL | 15.39º | 0.91% | 0.5% | - |
| HSV(B) | 15.39º | 0.95% | 0.95% | - |
| XYZ | 38.94 | 23.41 | 2.81 | - |
| YUV | 115.4 | 69.65 | 218.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 71 | 12 | 0 | 0.71 | 0.95 | 0.05 | 15.39 | 0.91 | 0.5 |
| Hex | F2 | 47 | C | 0 | 47 | 5F | 5 | F | 5B | 32 |
| Octal | 362 | 107 | 14 | 0 | 107 | 137 | 5 | 17 | 133 | 62 |
| Binary | 11110010 | 1000111 | 1100 | 0 | 1000111 | 1011111 | 101 | 1111 | 1011011 | 110010 |
Color Harmonies of #F2470C
Complementary color
Monochromatic Colors of #F2470C
Black with #F2470C
Text Example
Text Example
White with #F2470C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2470C; }
p { color: rgb(242,71,12); }
H1.HeaderClassName
{
color: #F2470C;
}
.AnyTagClassName
{
color: #F2470C;
}
</style>
background-color css
<style>
a { background-color: #F2470C; }
a { background-color: rgb(242,71,12); }
div.DivClassName
{
background-color: #F2470C;
}
.BgClassName
{
background-color: #F2470C;
}
</style>
border-color css
<style>
span { border-color: #F2470C; }
span { border-color: rgb(242,71,12); }
td.TdClassName
{
border-color: #F2470C;
}
.TagClassName
{
border-color: #F2470C;
}
</style>