Shades of Orange Red #F23716
Tints of Orange Red #F23716
RGB
CMYK
RGB Variations
Color information
#F23716 (or 0xF23716) is known color: Orange Red. HEX triplet: F2, 37 and 16. RGB value is (242,55,22). Sum of RGB (Red+Green+Blue) = 242+55+22=319 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.86% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 242 - color contains mainly: red. Hex color #F23716 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23716 is #0DC8E9. Grayscale: #6B6B6B. Windows color (decimal): -903402 or 1456114. OLE color: 1456114.
HSL color Cylindrical-coordinate representation of color #F23716: hue angle of 9º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F23716 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 55 | 22 | - |
| CMYK | 0 | 0.77 | 0.91 | 0.05 |
| HSL | 9º | 0.89% | 0.52% | - |
| HSV(B) | 9º | 0.91% | 0.95% | - |
| XYZ | 38.13 | 21.67 | 2.93 | - |
| YUV | 107.15 | 79.95 | 224.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 55 | 22 | 0 | 0.77 | 0.91 | 0.05 | 9 | 0.89 | 0.52 |
| Hex | F2 | 37 | 16 | 0 | 4D | 5B | 5 | 9 | 59 | 34 |
| Octal | 362 | 67 | 26 | 0 | 115 | 133 | 5 | 11 | 131 | 64 |
| Binary | 11110010 | 110111 | 10110 | 0 | 1001101 | 1011011 | 101 | 1001 | 1011001 | 110100 |
Color Harmonies of #F23716
Complementary color
Monochromatic Colors of #F23716
Black with #F23716
Text Example
Text Example
White with #F23716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23716; }
p { color: rgb(242,55,22); }
H1.HeaderClassName
{
color: #F23716;
}
.AnyTagClassName
{
color: #F23716;
}
</style>
background-color css
<style>
a { background-color: #F23716; }
a { background-color: rgb(242,55,22); }
div.DivClassName
{
background-color: #F23716;
}
.BgClassName
{
background-color: #F23716;
}
</style>
border-color css
<style>
span { border-color: #F23716; }
span { border-color: rgb(242,55,22); }
td.TdClassName
{
border-color: #F23716;
}
.TagClassName
{
border-color: #F23716;
}
</style>