Shades of Orange Red #F2390C
Tints of Orange Red #F2390C
RGB
CMYK
RGB Variations
Color information
#F2390C (or 0xF2390C) is known color: Orange Red. HEX triplet: F2, 39 and 0C. RGB value is (242,57,12). Sum of RGB (Red+Green+Blue) = 242+57+12=311 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.81% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 242 - color contains mainly: red. Hex color #F2390C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2390C is #0DC6F3. Grayscale: #6B6B6B. Windows color (decimal): -902900 or 801266. OLE color: 801266.
HSL color Cylindrical-coordinate representation of color #F2390C: hue angle of 11.74º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2390C is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 57 | 12 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.05 |
| HSL | 11.74º | 0.91% | 0.5% | - |
| HSV(B) | 11.74º | 0.95% | 0.95% | - |
| XYZ | 38.15 | 21.83 | 2.55 | - |
| YUV | 107.19 | 74.29 | 224.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 57 | 12 | 0 | 0.76 | 0.95 | 0.05 | 11.74 | 0.91 | 0.5 |
| Hex | F2 | 39 | C | 0 | 4C | 5F | 5 | C | 5B | 32 |
| Octal | 362 | 71 | 14 | 0 | 114 | 137 | 5 | 14 | 133 | 62 |
| Binary | 11110010 | 111001 | 1100 | 0 | 1001100 | 1011111 | 101 | 1100 | 1011011 | 110010 |
Color Harmonies of #F2390C
Complementary color
Monochromatic Colors of #F2390C
Black with #F2390C
Text Example
Text Example
White with #F2390C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2390C; }
p { color: rgb(242,57,12); }
H1.HeaderClassName
{
color: #F2390C;
}
.AnyTagClassName
{
color: #F2390C;
}
</style>
background-color css
<style>
a { background-color: #F2390C; }
a { background-color: rgb(242,57,12); }
div.DivClassName
{
background-color: #F2390C;
}
.BgClassName
{
background-color: #F2390C;
}
</style>
border-color css
<style>
span { border-color: #F2390C; }
span { border-color: rgb(242,57,12); }
td.TdClassName
{
border-color: #F2390C;
}
.TagClassName
{
border-color: #F2390C;
}
</style>