Shades of Orange Red #F23910
Tints of Orange Red #F23910
RGB
CMYK
RGB Variations
Color information
#F23910 (or 0xF23910) is known color: Orange Red. HEX triplet: F2, 39 and 10. RGB value is (242,57,16). Sum of RGB (Red+Green+Blue) = 242+57+16=315 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.83% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 242 - color contains mainly: red. Hex color #F23910 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23910 is #0DC6EF. Grayscale: #6B6B6B. Windows color (decimal): -902896 or 1063410. OLE color: 1063410.
HSL color Cylindrical-coordinate representation of color #F23910: hue angle of 10.88º 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 #F23910 is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 57 | 16 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.05 |
| HSL | 10.88º | 0.9% | 0.51% | - |
| HSV(B) | 10.88º | 0.93% | 0.95% | - |
| XYZ | 38.17 | 21.84 | 2.69 | - |
| YUV | 107.64 | 76.29 | 223.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 57 | 16 | 0 | 0.76 | 0.93 | 0.05 | 10.88 | 0.9 | 0.51 |
| Hex | F2 | 39 | 10 | 0 | 4C | 5D | 5 | B | 5A | 33 |
| Octal | 362 | 71 | 20 | 0 | 114 | 135 | 5 | 13 | 132 | 63 |
| Binary | 11110010 | 111001 | 10000 | 0 | 1001100 | 1011101 | 101 | 1011 | 1011010 | 110011 |
Color Harmonies of #F23910
Complementary color
Monochromatic Colors of #F23910
Black with #F23910
Text Example
Text Example
White with #F23910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23910; }
p { color: rgb(242,57,16); }
H1.HeaderClassName
{
color: #F23910;
}
.AnyTagClassName
{
color: #F23910;
}
</style>
background-color css
<style>
a { background-color: #F23910; }
a { background-color: rgb(242,57,16); }
div.DivClassName
{
background-color: #F23910;
}
.BgClassName
{
background-color: #F23910;
}
</style>
border-color css
<style>
span { border-color: #F23910; }
span { border-color: rgb(242,57,16); }
td.TdClassName
{
border-color: #F23910;
}
.TagClassName
{
border-color: #F23910;
}
</style>