Shades of Orange Red #F23712
Tints of Orange Red #F23712
RGB
CMYK
RGB Variations
Color information
#F23712 (or 0xF23712) is known color: Orange Red. HEX triplet: F2, 37 and 12. RGB value is (242,55,18). Sum of RGB (Red+Green+Blue) = 242+55+18=315 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.83% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 242 - color contains mainly: red. Hex color #F23712 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23712 is #0DC8ED. Grayscale: #6B6B6B. Windows color (decimal): -903406 or 1193970. OLE color: 1193970.
HSL color Cylindrical-coordinate representation of color #F23712: hue angle of 9.91º 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 #F23712 is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 55 | 18 | - |
| CMYK | 0 | 0.77 | 0.93 | 0.05 |
| HSL | 9.91º | 0.9% | 0.51% | - |
| HSV(B) | 9.91º | 0.93% | 0.95% | - |
| XYZ | 38.09 | 21.65 | 2.74 | - |
| YUV | 106.7 | 77.95 | 224.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 55 | 18 | 0 | 0.77 | 0.93 | 0.05 | 9.91 | 0.9 | 0.51 |
| Hex | F2 | 37 | 12 | 0 | 4D | 5D | 5 | A | 5A | 33 |
| Octal | 362 | 67 | 22 | 0 | 115 | 135 | 5 | 12 | 132 | 63 |
| Binary | 11110010 | 110111 | 10010 | 0 | 1001101 | 1011101 | 101 | 1010 | 1011010 | 110011 |
Color Harmonies of #F23712
Complementary color
Monochromatic Colors of #F23712
Black with #F23712
Text Example
Text Example
White with #F23712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23712; }
p { color: rgb(242,55,18); }
H1.HeaderClassName
{
color: #F23712;
}
.AnyTagClassName
{
color: #F23712;
}
</style>
background-color css
<style>
a { background-color: #F23712; }
a { background-color: rgb(242,55,18); }
div.DivClassName
{
background-color: #F23712;
}
.BgClassName
{
background-color: #F23712;
}
</style>
border-color css
<style>
span { border-color: #F23712; }
span { border-color: rgb(242,55,18); }
td.TdClassName
{
border-color: #F23712;
}
.TagClassName
{
border-color: #F23712;
}
</style>