Shades of Red Orange #F2452A
Tints of Red Orange #F2452A
RGB
CMYK
RGB Variations
Color information
#F2452A (or 0xF2452A) is known color: Red Orange. HEX triplet: F2, 45 and 2A. RGB value is (242,69,42). Sum of RGB (Red+Green+Blue) = 242+69+42=353 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.56% from 353); Green value is 69 (27.34% from 255 or 19.55% from 353); Blue value is 42 (16.80% from 255 or 11.90% from 353); Max value from RGB is 242 - color contains mainly: red. Hex color #F2452A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2452A is #0DBAD5. Grayscale: #757575. Windows color (decimal): -899798 or 2770418. OLE color: 2770418.
HSL color Cylindrical-coordinate representation of color #F2452A: hue angle of 8.1º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F2452A is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 69 | 42 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.05 |
| HSL | 8.1º | 0.88% | 0.56% | - |
| HSV(B) | 8.1º | 0.83% | 0.95% | - |
| XYZ | 39.16 | 23.3 | 4.62 | - |
| YUV | 117.65 | 85.31 | 216.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 69 | 42 | 0 | 0.71 | 0.83 | 0.05 | 8.1 | 0.88 | 0.56 |
| Hex | F2 | 45 | 2A | 0 | 47 | 53 | 5 | 8 | 58 | 38 |
| Octal | 362 | 105 | 52 | 0 | 107 | 123 | 5 | 10 | 130 | 70 |
| Binary | 11110010 | 1000101 | 101010 | 0 | 1000111 | 1010011 | 101 | 1000 | 1011000 | 111000 |
Color Harmonies of #F2452A
Complementary color
Monochromatic Colors of #F2452A
Black with #F2452A
Text Example
Text Example
White with #F2452A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2452A; }
p { color: rgb(242,69,42); }
H1.HeaderClassName
{
color: #F2452A;
}
.AnyTagClassName
{
color: #F2452A;
}
</style>
background-color css
<style>
a { background-color: #F2452A; }
a { background-color: rgb(242,69,42); }
div.DivClassName
{
background-color: #F2452A;
}
.BgClassName
{
background-color: #F2452A;
}
</style>
border-color css
<style>
span { border-color: #F2452A; }
span { border-color: rgb(242,69,42); }
td.TdClassName
{
border-color: #F2452A;
}
.TagClassName
{
border-color: #F2452A;
}
</style>