Shades of Orange Red #F23814
Tints of Orange Red #F23814
RGB
CMYK
RGB Variations
Color information
#F23814 (or 0xF23814) is known color: Orange Red. HEX triplet: F2, 38 and 14. RGB value is (242,56,20). Sum of RGB (Red+Green+Blue) = 242+56+20=318 (42% of max value = 765). Red value is 242 (94.92% from 255 or 76.10% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 242 - color contains mainly: red. Hex color #F23814 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23814 is #0DC7EB. Grayscale: #6B6B6B. Windows color (decimal): -903148 or 1325298. OLE color: 1325298.
HSL color Cylindrical-coordinate representation of color #F23814: hue angle of 9.73º 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 #F23814 is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 56 | 20 | - |
| CMYK | 0 | 0.77 | 0.92 | 0.05 |
| HSL | 9.73º | 0.9% | 0.51% | - |
| HSV(B) | 9.73º | 0.92% | 0.95% | - |
| XYZ | 38.16 | 21.76 | 2.85 | - |
| YUV | 107.51 | 78.62 | 223.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 56 | 20 | 0 | 0.77 | 0.92 | 0.05 | 9.73 | 0.9 | 0.51 |
| Hex | F2 | 38 | 14 | 0 | 4D | 5C | 5 | A | 5A | 33 |
| Octal | 362 | 70 | 24 | 0 | 115 | 134 | 5 | 12 | 132 | 63 |
| Binary | 11110010 | 111000 | 10100 | 0 | 1001101 | 1011100 | 101 | 1010 | 1011010 | 110011 |
Color Harmonies of #F23814
Complementary color
Monochromatic Colors of #F23814
Black with #F23814
Text Example
Text Example
White with #F23814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23814; }
p { color: rgb(242,56,20); }
H1.HeaderClassName
{
color: #F23814;
}
.AnyTagClassName
{
color: #F23814;
}
</style>
background-color css
<style>
a { background-color: #F23814; }
a { background-color: rgb(242,56,20); }
div.DivClassName
{
background-color: #F23814;
}
.BgClassName
{
background-color: #F23814;
}
</style>
border-color css
<style>
span { border-color: #F23814; }
span { border-color: rgb(242,56,20); }
td.TdClassName
{
border-color: #F23814;
}
.TagClassName
{
border-color: #F23814;
}
</style>