Shades of Red Orange #F23B1E
Tints of Red Orange #F23B1E
RGB
CMYK
RGB Variations
Color information
#F23B1E (or 0xF23B1E) is known color: Red Orange. HEX triplet: F2, 3B and 1E. RGB value is (242,59,30). Sum of RGB (Red+Green+Blue) = 242+59+30=331 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.11% from 331); Green value is 59 (23.44% from 255 or 17.82% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 242 - color contains mainly: red. Hex color #F23B1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23B1E is #0DC4E1. Grayscale: #6E6E6E. Windows color (decimal): -902370 or 1981426. OLE color: 1981426.
HSL color Cylindrical-coordinate representation of color #F23B1E: hue angle of 8.21º 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 #F23B1E is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 59 | 30 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.05 |
| HSL | 8.21º | 0.89% | 0.53% | - |
| HSV(B) | 8.21º | 0.88% | 0.95% | - |
| XYZ | 38.42 | 22.1 | 3.47 | - |
| YUV | 110.41 | 82.63 | 221.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 59 | 30 | 0 | 0.76 | 0.88 | 0.05 | 8.21 | 0.89 | 0.53 |
| Hex | F2 | 3B | 1E | 0 | 4C | 58 | 5 | 8 | 59 | 35 |
| Octal | 362 | 73 | 36 | 0 | 114 | 130 | 5 | 10 | 131 | 65 |
| Binary | 11110010 | 111011 | 11110 | 0 | 1001100 | 1011000 | 101 | 1000 | 1011001 | 110101 |
Color Harmonies of #F23B1E
Complementary color
Monochromatic Colors of #F23B1E
Black with #F23B1E
Text Example
Text Example
White with #F23B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23B1E; }
p { color: rgb(242,59,30); }
H1.HeaderClassName
{
color: #F23B1E;
}
.AnyTagClassName
{
color: #F23B1E;
}
</style>
background-color css
<style>
a { background-color: #F23B1E; }
a { background-color: rgb(242,59,30); }
div.DivClassName
{
background-color: #F23B1E;
}
.BgClassName
{
background-color: #F23B1E;
}
</style>
border-color css
<style>
span { border-color: #F23B1E; }
span { border-color: rgb(242,59,30); }
td.TdClassName
{
border-color: #F23B1E;
}
.TagClassName
{
border-color: #F23B1E;
}
</style>