Shades of Red Orange #F2402C
Tints of Red Orange #F2402C
RGB
CMYK
RGB Variations
Color information
#F2402C (or 0xF2402C) is known color: Red Orange. HEX triplet: F2, 40 and 2C. RGB value is (242,64,44). Sum of RGB (Red+Green+Blue) = 242+64+44=350 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.14% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 242 - color contains mainly: red. Hex color #F2402C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2402C is #0DBFD3. Grayscale: #737373. Windows color (decimal): -901076 or 2900210. OLE color: 2900210.
HSL color Cylindrical-coordinate representation of color #F2402C: hue angle of 6.06º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F2402C is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 44 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.05 |
| HSL | 6.06º | 0.88% | 0.56% | - |
| HSV(B) | 6.06º | 0.82% | 0.95% | - |
| XYZ | 38.91 | 22.73 | 4.72 | - |
| YUV | 114.94 | 87.97 | 218.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 44 | 0 | 0.74 | 0.82 | 0.05 | 6.06 | 0.88 | 0.56 |
| Hex | F2 | 40 | 2C | 0 | 4A | 52 | 5 | 6 | 58 | 38 |
| Octal | 362 | 100 | 54 | 0 | 112 | 122 | 5 | 6 | 130 | 70 |
| Binary | 11110010 | 1000000 | 101100 | 0 | 1001010 | 1010010 | 101 | 110 | 1011000 | 111000 |
Color Harmonies of #F2402C
Complementary color
Monochromatic Colors of #F2402C
Black with #F2402C
Text Example
Text Example
White with #F2402C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2402C; }
p { color: rgb(242,64,44); }
H1.HeaderClassName
{
color: #F2402C;
}
.AnyTagClassName
{
color: #F2402C;
}
</style>
background-color css
<style>
a { background-color: #F2402C; }
a { background-color: rgb(242,64,44); }
div.DivClassName
{
background-color: #F2402C;
}
.BgClassName
{
background-color: #F2402C;
}
</style>
border-color css
<style>
span { border-color: #F2402C; }
span { border-color: rgb(242,64,44); }
td.TdClassName
{
border-color: #F2402C;
}
.TagClassName
{
border-color: #F2402C;
}
</style>