Shades of Orange Red #F23F17
Tints of Orange Red #F23F17
RGB
CMYK
RGB Variations
Color information
#F23F17 (or 0xF23F17) is known color: Orange Red. HEX triplet: F2, 3F and 17. RGB value is (242,63,23). Sum of RGB (Red+Green+Blue) = 242+63+23=328 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.78% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 23 (9.38% from 255 or 7.01% from 328); Max value from RGB is 242 - color contains mainly: red. Hex color #F23F17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23F17 is #0DC0E8. Grayscale: #707070. Windows color (decimal): -901353 or 1523698. OLE color: 1523698.
HSL color Cylindrical-coordinate representation of color #F23F17: hue angle of 10.96º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F23F17 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 63 | 23 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.05 |
| HSL | 10.96º | 0.89% | 0.52% | - |
| HSV(B) | 10.96º | 0.9% | 0.95% | - |
| XYZ | 38.55 | 22.49 | 3.12 | - |
| YUV | 111.96 | 77.8 | 220.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 63 | 23 | 0 | 0.74 | 0.90 | 0.05 | 10.96 | 0.89 | 0.52 |
| Hex | F2 | 3F | 17 | 0 | 4A | 5A | 5 | B | 59 | 34 |
| Octal | 362 | 77 | 27 | 0 | 112 | 132 | 5 | 13 | 131 | 64 |
| Binary | 11110010 | 111111 | 10111 | 0 | 1001010 | 1011010 | 101 | 1011 | 1011001 | 110100 |
Color Harmonies of #F23F17
Complementary color
Monochromatic Colors of #F23F17
Black with #F23F17
Text Example
Text Example
White with #F23F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23F17; }
p { color: rgb(242,63,23); }
H1.HeaderClassName
{
color: #F23F17;
}
.AnyTagClassName
{
color: #F23F17;
}
</style>
background-color css
<style>
a { background-color: #F23F17; }
a { background-color: rgb(242,63,23); }
div.DivClassName
{
background-color: #F23F17;
}
.BgClassName
{
background-color: #F23F17;
}
</style>
border-color css
<style>
span { border-color: #F23F17; }
span { border-color: rgb(242,63,23); }
td.TdClassName
{
border-color: #F23F17;
}
.TagClassName
{
border-color: #F23F17;
}
</style>