Shades of Red Orange #F2412F
Tints of Red Orange #F2412F
RGB
CMYK
RGB Variations
Color information
#F2412F (or 0xF2412F) is known color: Red Orange. HEX triplet: F2, 41 and 2F. RGB value is (242,65,47). Sum of RGB (Red+Green+Blue) = 242+65+47=354 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.36% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 47 (18.75% from 255 or 13.28% from 354); Max value from RGB is 242 - color contains mainly: red. Hex color #F2412F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2412F is #0DBED0. Grayscale: #747474. Windows color (decimal): -900817 or 3097074. OLE color: 3097074.
HSL color Cylindrical-coordinate representation of color #F2412F: hue angle of 5.54º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F2412F is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 65 | 47 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.05 |
| HSL | 5.54º | 0.88% | 0.57% | - |
| HSV(B) | 5.54º | 0.81% | 0.95% | - |
| XYZ | 39.02 | 22.86 | 5.05 | - |
| YUV | 115.87 | 89.14 | 217.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 65 | 47 | 0 | 0.73 | 0.81 | 0.05 | 5.54 | 0.88 | 0.57 |
| Hex | F2 | 41 | 2F | 0 | 49 | 51 | 5 | 6 | 58 | 39 |
| Octal | 362 | 101 | 57 | 0 | 111 | 121 | 5 | 6 | 130 | 71 |
| Binary | 11110010 | 1000001 | 101111 | 0 | 1001001 | 1010001 | 101 | 110 | 1011000 | 111001 |
Color Harmonies of #F2412F
Complementary color
Monochromatic Colors of #F2412F
Black with #F2412F
Text Example
Text Example
White with #F2412F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2412F; }
p { color: rgb(242,65,47); }
H1.HeaderClassName
{
color: #F2412F;
}
.AnyTagClassName
{
color: #F2412F;
}
</style>
background-color css
<style>
a { background-color: #F2412F; }
a { background-color: rgb(242,65,47); }
div.DivClassName
{
background-color: #F2412F;
}
.BgClassName
{
background-color: #F2412F;
}
</style>
border-color css
<style>
span { border-color: #F2412F; }
span { border-color: rgb(242,65,47); }
td.TdClassName
{
border-color: #F2412F;
}
.TagClassName
{
border-color: #F2412F;
}
</style>