Shades of Orange Red #F23816
Tints of Orange Red #F23816
RGB
CMYK
RGB Variations
Color information
#F23816 (or 0xF23816) is known color: Orange Red. HEX triplet: F2, 38 and 16. RGB value is (242,56,22). Sum of RGB (Red+Green+Blue) = 242+56+22=320 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.62% from 320); Green value is 56 (22.27% from 255 or 17.5% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 242 - color contains mainly: red. Hex color #F23816 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23816 is #0DC7E9. Grayscale: #6C6C6C. Windows color (decimal): -903146 or 1456370. OLE color: 1456370.
HSL color Cylindrical-coordinate representation of color #F23816: hue angle of 9.27º 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 #F23816 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 56 | 22 | - |
| CMYK | 0 | 0.77 | 0.91 | 0.05 |
| HSL | 9.27º | 0.89% | 0.52% | - |
| HSV(B) | 9.27º | 0.91% | 0.95% | - |
| XYZ | 38.18 | 21.76 | 2.95 | - |
| YUV | 107.74 | 79.62 | 223.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 56 | 22 | 0 | 0.77 | 0.91 | 0.05 | 9.27 | 0.89 | 0.52 |
| Hex | F2 | 38 | 16 | 0 | 4D | 5B | 5 | 9 | 59 | 34 |
| Octal | 362 | 70 | 26 | 0 | 115 | 133 | 5 | 11 | 131 | 64 |
| Binary | 11110010 | 111000 | 10110 | 0 | 1001101 | 1011011 | 101 | 1001 | 1011001 | 110100 |
Color Harmonies of #F23816
Complementary color
Monochromatic Colors of #F23816
Black with #F23816
Text Example
Text Example
White with #F23816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23816; }
p { color: rgb(242,56,22); }
H1.HeaderClassName
{
color: #F23816;
}
.AnyTagClassName
{
color: #F23816;
}
</style>
background-color css
<style>
a { background-color: #F23816; }
a { background-color: rgb(242,56,22); }
div.DivClassName
{
background-color: #F23816;
}
.BgClassName
{
background-color: #F23816;
}
</style>
border-color css
<style>
span { border-color: #F23816; }
span { border-color: rgb(242,56,22); }
td.TdClassName
{
border-color: #F23816;
}
.TagClassName
{
border-color: #F23816;
}
</style>