Shades of Orange Red #F23613
Tints of Orange Red #F23613
RGB
CMYK
RGB Variations
Color information
#F23613 (or 0xF23613) is known color: Orange Red. HEX triplet: F2, 36 and 13. RGB value is (242,54,19). Sum of RGB (Red+Green+Blue) = 242+54+19=315 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.83% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 242 - color contains mainly: red. Hex color #F23613 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23613 is #0DC9EC. Grayscale: #6A6A6A. Windows color (decimal): -903661 or 1259250. OLE color: 1259250.
HSL color Cylindrical-coordinate representation of color #F23613: hue angle of 9.42º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F23613 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 54 | 19 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.05 |
| HSL | 9.42º | 0.9% | 0.51% | - |
| HSV(B) | 9.42º | 0.92% | 0.95% | - |
| XYZ | 38.05 | 21.56 | 2.77 | - |
| YUV | 106.22 | 78.78 | 224.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 54 | 19 | 0 | 0.78 | 0.92 | 0.05 | 9.42 | 0.9 | 0.51 |
| Hex | F2 | 36 | 13 | 0 | 4E | 5C | 5 | 9 | 5A | 33 |
| Octal | 362 | 66 | 23 | 0 | 116 | 134 | 5 | 11 | 132 | 63 |
| Binary | 11110010 | 110110 | 10011 | 0 | 1001110 | 1011100 | 101 | 1001 | 1011010 | 110011 |
Color Harmonies of #F23613
Complementary color
Monochromatic Colors of #F23613
Black with #F23613
Text Example
Text Example
White with #F23613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23613; }
p { color: rgb(242,54,19); }
H1.HeaderClassName
{
color: #F23613;
}
.AnyTagClassName
{
color: #F23613;
}
</style>
background-color css
<style>
a { background-color: #F23613; }
a { background-color: rgb(242,54,19); }
div.DivClassName
{
background-color: #F23613;
}
.BgClassName
{
background-color: #F23613;
}
</style>
border-color css
<style>
span { border-color: #F23613; }
span { border-color: rgb(242,54,19); }
td.TdClassName
{
border-color: #F23613;
}
.TagClassName
{
border-color: #F23613;
}
</style>