Shades of Orange Red #F23F09
Tints of Orange Red #F23F09
RGB
CMYK
RGB Variations
Color information
#F23F09 (or 0xF23F09) is known color: Orange Red. HEX triplet: F2, 3F and 09. RGB value is (242,63,9). Sum of RGB (Red+Green+Blue) = 242+63+9=314 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.07% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 9 (3.91% from 255 or 2.87% from 314); Max value from RGB is 242 - color contains mainly: red. Hex color #F23F09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23F09 is #0DC0F6. Grayscale: #6E6E6E. Windows color (decimal): -901367 or 606194. OLE color: 606194.
HSL color Cylindrical-coordinate representation of color #F23F09: hue angle of 13.91º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F23F09 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 63 | 9 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.05 |
| HSL | 13.91º | 0.93% | 0.49% | - |
| HSV(B) | 13.91º | 0.96% | 0.95% | - |
| XYZ | 38.44 | 22.45 | 2.57 | - |
| YUV | 110.37 | 70.8 | 221.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 63 | 9 | 0 | 0.74 | 0.96 | 0.05 | 13.91 | 0.93 | 0.49 |
| Hex | F2 | 3F | 9 | 0 | 4A | 60 | 5 | E | 5D | 31 |
| Octal | 362 | 77 | 11 | 0 | 112 | 140 | 5 | 16 | 135 | 61 |
| Binary | 11110010 | 111111 | 1001 | 0 | 1001010 | 1100000 | 101 | 1110 | 1011101 | 110001 |
Color Harmonies of #F23F09
Complementary color
Monochromatic Colors of #F23F09
Black with #F23F09
Text Example
Text Example
White with #F23F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23F09; }
p { color: rgb(242,63,9); }
H1.HeaderClassName
{
color: #F23F09;
}
.AnyTagClassName
{
color: #F23F09;
}
</style>
background-color css
<style>
a { background-color: #F23F09; }
a { background-color: rgb(242,63,9); }
div.DivClassName
{
background-color: #F23F09;
}
.BgClassName
{
background-color: #F23F09;
}
</style>
border-color css
<style>
span { border-color: #F23F09; }
span { border-color: rgb(242,63,9); }
td.TdClassName
{
border-color: #F23F09;
}
.TagClassName
{
border-color: #F23F09;
}
</style>