Shades of Orange Red #F23710
Tints of Orange Red #F23710
RGB
CMYK
RGB Variations
Color information
#F23710 (or 0xF23710) is known color: Orange Red. HEX triplet: F2, 37 and 10. RGB value is (242,55,16). Sum of RGB (Red+Green+Blue) = 242+55+16=313 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.32% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 16 (6.64% from 255 or 5.11% from 313); Max value from RGB is 242 - color contains mainly: red. Hex color #F23710 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23710 is #0DC8EF. Grayscale: #6A6A6A. Windows color (decimal): -903408 or 1062898. OLE color: 1062898.
HSL color Cylindrical-coordinate representation of color #F23710: hue angle of 10.35º 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 #F23710 is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 55 | 16 | - |
| CMYK | 0 | 0.77 | 0.93 | 0.05 |
| HSL | 10.35º | 0.9% | 0.51% | - |
| HSV(B) | 10.35º | 0.93% | 0.95% | - |
| XYZ | 38.08 | 21.65 | 2.66 | - |
| YUV | 106.47 | 76.95 | 224.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 55 | 16 | 0 | 0.77 | 0.93 | 0.05 | 10.35 | 0.9 | 0.51 |
| Hex | F2 | 37 | 10 | 0 | 4D | 5D | 5 | A | 5A | 33 |
| Octal | 362 | 67 | 20 | 0 | 115 | 135 | 5 | 12 | 132 | 63 |
| Binary | 11110010 | 110111 | 10000 | 0 | 1001101 | 1011101 | 101 | 1010 | 1011010 | 110011 |
Color Harmonies of #F23710
Complementary color
Monochromatic Colors of #F23710
Black with #F23710
Text Example
Text Example
White with #F23710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23710; }
p { color: rgb(242,55,16); }
H1.HeaderClassName
{
color: #F23710;
}
.AnyTagClassName
{
color: #F23710;
}
</style>
background-color css
<style>
a { background-color: #F23710; }
a { background-color: rgb(242,55,16); }
div.DivClassName
{
background-color: #F23710;
}
.BgClassName
{
background-color: #F23710;
}
</style>
border-color css
<style>
span { border-color: #F23710; }
span { border-color: rgb(242,55,16); }
td.TdClassName
{
border-color: #F23710;
}
.TagClassName
{
border-color: #F23710;
}
</style>