Shades of Red Orange #F23F1E
Tints of Red Orange #F23F1E
RGB
CMYK
RGB Variations
Color information
#F23F1E (or 0xF23F1E) is known color: Red Orange. HEX triplet: F2, 3F and 1E. RGB value is (242,63,30). Sum of RGB (Red+Green+Blue) = 242+63+30=335 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.24% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 30 (12.11% from 255 or 8.96% from 335); Max value from RGB is 242 - color contains mainly: red. Hex color #F23F1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23F1E is #0DC0E1. Grayscale: #717171. Windows color (decimal): -901346 or 1982450. OLE color: 1982450.
HSL color Cylindrical-coordinate representation of color #F23F1E: hue angle of 9.34º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F23F1E is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 63 | 30 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.05 |
| HSL | 9.34º | 0.89% | 0.53% | - |
| HSV(B) | 9.34º | 0.88% | 0.95% | - |
| XYZ | 38.63 | 22.53 | 3.54 | - |
| YUV | 112.76 | 81.3 | 220.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 63 | 30 | 0 | 0.74 | 0.88 | 0.05 | 9.34 | 0.89 | 0.53 |
| Hex | F2 | 3F | 1E | 0 | 4A | 58 | 5 | 9 | 59 | 35 |
| Octal | 362 | 77 | 36 | 0 | 112 | 130 | 5 | 11 | 131 | 65 |
| Binary | 11110010 | 111111 | 11110 | 0 | 1001010 | 1011000 | 101 | 1001 | 1011001 | 110101 |
Color Harmonies of #F23F1E
Complementary color
Monochromatic Colors of #F23F1E
Black with #F23F1E
Text Example
Text Example
White with #F23F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23F1E; }
p { color: rgb(242,63,30); }
H1.HeaderClassName
{
color: #F23F1E;
}
.AnyTagClassName
{
color: #F23F1E;
}
</style>
background-color css
<style>
a { background-color: #F23F1E; }
a { background-color: rgb(242,63,30); }
div.DivClassName
{
background-color: #F23F1E;
}
.BgClassName
{
background-color: #F23F1E;
}
</style>
border-color css
<style>
span { border-color: #F23F1E; }
span { border-color: rgb(242,63,30); }
td.TdClassName
{
border-color: #F23F1E;
}
.TagClassName
{
border-color: #F23F1E;
}
</style>