Shades of Red Orange #F2452E
Tints of Red Orange #F2452E
RGB
CMYK
RGB Variations
Color information
#F2452E (or 0xF2452E) is known color: Red Orange. HEX triplet: F2, 45 and 2E. RGB value is (242,69,46). Sum of RGB (Red+Green+Blue) = 242+69+46=357 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.79% from 357); Green value is 69 (27.34% from 255 or 19.33% from 357); Blue value is 46 (18.36% from 255 or 12.89% from 357); Max value from RGB is 242 - color contains mainly: red. Hex color #F2452E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2452E is #0DBAD1. Grayscale: #767676. Windows color (decimal): -899794 or 3032562. OLE color: 3032562.
HSL color Cylindrical-coordinate representation of color #F2452E: hue angle of 7.04º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F2452E is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 69 | 46 | - |
| CMYK | 0 | 0.71 | 0.81 | 0.05 |
| HSL | 7.04º | 0.88% | 0.56% | - |
| HSV(B) | 7.04º | 0.81% | 0.95% | - |
| XYZ | 39.24 | 23.33 | 5.02 | - |
| YUV | 118.11 | 87.31 | 216.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 69 | 46 | 0 | 0.71 | 0.81 | 0.05 | 7.04 | 0.88 | 0.56 |
| Hex | F2 | 45 | 2E | 0 | 47 | 51 | 5 | 7 | 58 | 38 |
| Octal | 362 | 105 | 56 | 0 | 107 | 121 | 5 | 7 | 130 | 70 |
| Binary | 11110010 | 1000101 | 101110 | 0 | 1000111 | 1010001 | 101 | 111 | 1011000 | 111000 |
Color Harmonies of #F2452E
Complementary color
Monochromatic Colors of #F2452E
Black with #F2452E
Text Example
Text Example
White with #F2452E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2452E; }
p { color: rgb(242,69,46); }
H1.HeaderClassName
{
color: #F2452E;
}
.AnyTagClassName
{
color: #F2452E;
}
</style>
background-color css
<style>
a { background-color: #F2452E; }
a { background-color: rgb(242,69,46); }
div.DivClassName
{
background-color: #F2452E;
}
.BgClassName
{
background-color: #F2452E;
}
</style>
border-color css
<style>
span { border-color: #F2452E; }
span { border-color: rgb(242,69,46); }
td.TdClassName
{
border-color: #F2452E;
}
.TagClassName
{
border-color: #F2452E;
}
</style>