Shades of Orange Red #F23917
Tints of Orange Red #F23917
RGB
CMYK
RGB Variations
Color information
#F23917 (or 0xF23917) is known color: Orange Red. HEX triplet: F2, 39 and 17. RGB value is (242,57,23). Sum of RGB (Red+Green+Blue) = 242+57+23=322 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.16% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 23 (9.38% from 255 or 7.14% from 322); Max value from RGB is 242 - color contains mainly: red. Hex color #F23917 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23917 is #0DC6E8. Grayscale: #6C6C6C. Windows color (decimal): -902889 or 1522162. OLE color: 1522162.
HSL color Cylindrical-coordinate representation of color #F23917: hue angle of 9.32º 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 #F23917 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 57 | 23 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.05 |
| HSL | 9.32º | 0.89% | 0.52% | - |
| HSV(B) | 9.32º | 0.9% | 0.95% | - |
| XYZ | 38.24 | 21.87 | 3.02 | - |
| YUV | 108.44 | 79.79 | 223.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 57 | 23 | 0 | 0.76 | 0.90 | 0.05 | 9.32 | 0.89 | 0.52 |
| Hex | F2 | 39 | 17 | 0 | 4C | 5A | 5 | 9 | 59 | 34 |
| Octal | 362 | 71 | 27 | 0 | 114 | 132 | 5 | 11 | 131 | 64 |
| Binary | 11110010 | 111001 | 10111 | 0 | 1001100 | 1011010 | 101 | 1001 | 1011001 | 110100 |
Color Harmonies of #F23917
Complementary color
Monochromatic Colors of #F23917
Black with #F23917
Text Example
Text Example
White with #F23917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23917; }
p { color: rgb(242,57,23); }
H1.HeaderClassName
{
color: #F23917;
}
.AnyTagClassName
{
color: #F23917;
}
</style>
background-color css
<style>
a { background-color: #F23917; }
a { background-color: rgb(242,57,23); }
div.DivClassName
{
background-color: #F23917;
}
.BgClassName
{
background-color: #F23917;
}
</style>
border-color css
<style>
span { border-color: #F23917; }
span { border-color: rgb(242,57,23); }
td.TdClassName
{
border-color: #F23917;
}
.TagClassName
{
border-color: #F23917;
}
</style>