Shades of Red Orange #F2412C
Tints of Red Orange #F2412C
RGB
CMYK
RGB Variations
Color information
#F2412C (or 0xF2412C) is known color: Red Orange. HEX triplet: F2, 41 and 2C. RGB value is (242,65,44). Sum of RGB (Red+Green+Blue) = 242+65+44=351 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.95% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 44 (17.58% from 255 or 12.54% from 351); Max value from RGB is 242 - color contains mainly: red. Hex color #F2412C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2412C is #0DBED3. Grayscale: #737373. Windows color (decimal): -900820 or 2900466. OLE color: 2900466.
HSL color Cylindrical-coordinate representation of color #F2412C: hue angle of 6.36º 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 #F2412C is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 65 | 44 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.05 |
| HSL | 6.36º | 0.88% | 0.56% | - |
| HSV(B) | 6.36º | 0.82% | 0.95% | - |
| XYZ | 38.96 | 22.84 | 4.74 | - |
| YUV | 115.53 | 87.64 | 218.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 65 | 44 | 0 | 0.73 | 0.82 | 0.05 | 6.36 | 0.88 | 0.56 |
| Hex | F2 | 41 | 2C | 0 | 49 | 52 | 5 | 6 | 58 | 38 |
| Octal | 362 | 101 | 54 | 0 | 111 | 122 | 5 | 6 | 130 | 70 |
| Binary | 11110010 | 1000001 | 101100 | 0 | 1001001 | 1010010 | 101 | 110 | 1011000 | 111000 |
Color Harmonies of #F2412C
Complementary color
Monochromatic Colors of #F2412C
Black with #F2412C
Text Example
Text Example
White with #F2412C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2412C; }
p { color: rgb(242,65,44); }
H1.HeaderClassName
{
color: #F2412C;
}
.AnyTagClassName
{
color: #F2412C;
}
</style>
background-color css
<style>
a { background-color: #F2412C; }
a { background-color: rgb(242,65,44); }
div.DivClassName
{
background-color: #F2412C;
}
.BgClassName
{
background-color: #F2412C;
}
</style>
border-color css
<style>
span { border-color: #F2412C; }
span { border-color: rgb(242,65,44); }
td.TdClassName
{
border-color: #F2412C;
}
.TagClassName
{
border-color: #F2412C;
}
</style>