Shades of Orange Red #F23F14
Tints of Orange Red #F23F14
RGB
CMYK
RGB Variations
Color information
#F23F14 (or 0xF23F14) is known color: Orange Red. HEX triplet: F2, 3F and 14. RGB value is (242,63,20). Sum of RGB (Red+Green+Blue) = 242+63+20=325 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.46% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 20 (8.20% from 255 or 6.15% from 325); Max value from RGB is 242 - color contains mainly: red. Hex color #F23F14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23F14 is #0DC0EB. Grayscale: #6F6F6F. Windows color (decimal): -901356 or 1327090. OLE color: 1327090.
HSL color Cylindrical-coordinate representation of color #F23F14: hue angle of 11.62º 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 #F23F14 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 63 | 20 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.05 |
| HSL | 11.62º | 0.9% | 0.51% | - |
| HSV(B) | 11.62º | 0.92% | 0.95% | - |
| XYZ | 38.52 | 22.48 | 2.97 | - |
| YUV | 111.62 | 76.3 | 221 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 63 | 20 | 0 | 0.74 | 0.92 | 0.05 | 11.62 | 0.9 | 0.51 |
| Hex | F2 | 3F | 14 | 0 | 4A | 5C | 5 | C | 5A | 33 |
| Octal | 362 | 77 | 24 | 0 | 112 | 134 | 5 | 14 | 132 | 63 |
| Binary | 11110010 | 111111 | 10100 | 0 | 1001010 | 1011100 | 101 | 1100 | 1011010 | 110011 |
Color Harmonies of #F23F14
Complementary color
Monochromatic Colors of #F23F14
Black with #F23F14
Text Example
Text Example
White with #F23F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23F14; }
p { color: rgb(242,63,20); }
H1.HeaderClassName
{
color: #F23F14;
}
.AnyTagClassName
{
color: #F23F14;
}
</style>
background-color css
<style>
a { background-color: #F23F14; }
a { background-color: rgb(242,63,20); }
div.DivClassName
{
background-color: #F23F14;
}
.BgClassName
{
background-color: #F23F14;
}
</style>
border-color css
<style>
span { border-color: #F23F14; }
span { border-color: rgb(242,63,20); }
td.TdClassName
{
border-color: #F23F14;
}
.TagClassName
{
border-color: #F23F14;
}
</style>