Shades of Red Orange #F23A31
Tints of Red Orange #F23A31
RGB
CMYK
RGB Variations
Color information
#F23A31 (or 0xF23A31) is known color: Red Orange. HEX triplet: F2, 3A and 31. RGB value is (242,58,49). Sum of RGB (Red+Green+Blue) = 242+58+49=349 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.34% from 349); Green value is 58 (23.05% from 255 or 16.62% from 349); Blue value is 49 (19.53% from 255 or 14.04% from 349); Max value from RGB is 242 - color contains mainly: red. Hex color #F23A31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23A31 is #0DC5CE. Grayscale: #707070. Windows color (decimal): -902607 or 3226354. OLE color: 3226354.
HSL color Cylindrical-coordinate representation of color #F23A31: hue angle of 2.8º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F23A31 is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 58 | 49 | - |
| CMYK | 0 | 0.76 | 0.80 | 0.05 |
| HSL | 2.8º | 0.88% | 0.57% | - |
| HSV(B) | 2.8º | 0.8% | 0.95% | - |
| XYZ | 38.69 | 22.13 | 5.14 | - |
| YUV | 111.99 | 92.46 | 220.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 58 | 49 | 0 | 0.76 | 0.80 | 0.05 | 2.8 | 0.88 | 0.57 |
| Hex | F2 | 3A | 31 | 0 | 4C | 50 | 5 | 3 | 58 | 39 |
| Octal | 362 | 72 | 61 | 0 | 114 | 120 | 5 | 3 | 130 | 71 |
| Binary | 11110010 | 111010 | 110001 | 0 | 1001100 | 1010000 | 101 | 11 | 1011000 | 111001 |
Color Harmonies of #F23A31
Complementary color
Monochromatic Colors of #F23A31
Black with #F23A31
Text Example
Text Example
White with #F23A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23A31; }
p { color: rgb(242,58,49); }
H1.HeaderClassName
{
color: #F23A31;
}
.AnyTagClassName
{
color: #F23A31;
}
</style>
background-color css
<style>
a { background-color: #F23A31; }
a { background-color: rgb(242,58,49); }
div.DivClassName
{
background-color: #F23A31;
}
.BgClassName
{
background-color: #F23A31;
}
</style>
border-color css
<style>
span { border-color: #F23A31; }
span { border-color: rgb(242,58,49); }
td.TdClassName
{
border-color: #F23A31;
}
.TagClassName
{
border-color: #F23A31;
}
</style>