Shades of Orange Red #F23911
Tints of Orange Red #F23911
RGB
CMYK
RGB Variations
Color information
#F23911 (or 0xF23911) is known color: Orange Red. HEX triplet: F2, 39 and 11. RGB value is (242,57,17). Sum of RGB (Red+Green+Blue) = 242+57+17=316 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.58% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 17 (7.03% from 255 or 5.38% from 316); Max value from RGB is 242 - color contains mainly: red. Hex color #F23911 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23911 is #0DC6EE. Grayscale: #6C6C6C. Windows color (decimal): -902895 or 1128946. OLE color: 1128946.
HSL color Cylindrical-coordinate representation of color #F23911: hue angle of 10.67º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F23911 is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 57 | 17 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.05 |
| HSL | 10.67º | 0.9% | 0.51% | - |
| HSV(B) | 10.67º | 0.93% | 0.95% | - |
| XYZ | 38.18 | 21.84 | 2.73 | - |
| YUV | 107.76 | 76.79 | 223.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 57 | 17 | 0 | 0.76 | 0.93 | 0.05 | 10.67 | 0.9 | 0.51 |
| Hex | F2 | 39 | 11 | 0 | 4C | 5D | 5 | B | 5A | 33 |
| Octal | 362 | 71 | 21 | 0 | 114 | 135 | 5 | 13 | 132 | 63 |
| Binary | 11110010 | 111001 | 10001 | 0 | 1001100 | 1011101 | 101 | 1011 | 1011010 | 110011 |
Color Harmonies of #F23911
Complementary color
Monochromatic Colors of #F23911
Black with #F23911
Text Example
Text Example
White with #F23911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23911; }
p { color: rgb(242,57,17); }
H1.HeaderClassName
{
color: #F23911;
}
.AnyTagClassName
{
color: #F23911;
}
</style>
background-color css
<style>
a { background-color: #F23911; }
a { background-color: rgb(242,57,17); }
div.DivClassName
{
background-color: #F23911;
}
.BgClassName
{
background-color: #F23911;
}
</style>
border-color css
<style>
span { border-color: #F23911; }
span { border-color: rgb(242,57,17); }
td.TdClassName
{
border-color: #F23911;
}
.TagClassName
{
border-color: #F23911;
}
</style>