Shades of Red Orange #F2402A
Tints of Red Orange #F2402A
RGB
CMYK
RGB Variations
Color information
#F2402A (or 0xF2402A) is known color: Red Orange. HEX triplet: F2, 40 and 2A. RGB value is (242,64,42). Sum of RGB (Red+Green+Blue) = 242+64+42=348 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.54% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 42 (16.80% from 255 or 12.07% from 348); Max value from RGB is 242 - color contains mainly: red. Hex color #F2402A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2402A is #0DBFD5. Grayscale: #727272. Windows color (decimal): -901078 or 2769138. OLE color: 2769138.
HSL color Cylindrical-coordinate representation of color #F2402A: hue angle of 6.6º 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 #F2402A is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 42 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.05 |
| HSL | 6.6º | 0.88% | 0.56% | - |
| HSV(B) | 6.6º | 0.83% | 0.95% | - |
| XYZ | 38.87 | 22.71 | 4.53 | - |
| YUV | 114.71 | 86.97 | 218.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 42 | 0 | 0.74 | 0.83 | 0.05 | 6.6 | 0.88 | 0.56 |
| Hex | F2 | 40 | 2A | 0 | 4A | 53 | 5 | 7 | 58 | 38 |
| Octal | 362 | 100 | 52 | 0 | 112 | 123 | 5 | 7 | 130 | 70 |
| Binary | 11110010 | 1000000 | 101010 | 0 | 1001010 | 1010011 | 101 | 111 | 1011000 | 111000 |
Color Harmonies of #F2402A
Complementary color
Monochromatic Colors of #F2402A
Black with #F2402A
Text Example
Text Example
White with #F2402A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2402A; }
p { color: rgb(242,64,42); }
H1.HeaderClassName
{
color: #F2402A;
}
.AnyTagClassName
{
color: #F2402A;
}
</style>
background-color css
<style>
a { background-color: #F2402A; }
a { background-color: rgb(242,64,42); }
div.DivClassName
{
background-color: #F2402A;
}
.BgClassName
{
background-color: #F2402A;
}
</style>
border-color css
<style>
span { border-color: #F2402A; }
span { border-color: rgb(242,64,42); }
td.TdClassName
{
border-color: #F2402A;
}
.TagClassName
{
border-color: #F2402A;
}
</style>