Shades of Orange Red #F23A04
Tints of Orange Red #F23A04
RGB
CMYK
RGB Variations
Color information
#F23A04 (or 0xF23A04) is known color: Orange Red. HEX triplet: F2, 3A and 04. RGB value is (242,58,4). Sum of RGB (Red+Green+Blue) = 242+58+4=304 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.61% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 4 (1.95% from 255 or 1.32% from 304); Max value from RGB is 242 - color contains mainly: red. Hex color #F23A04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23A04 is #0DC5FB. Grayscale: #6B6B6B. Windows color (decimal): -902652 or 277234. OLE color: 277234.
HSL color Cylindrical-coordinate representation of color #F23A04: hue angle of 13.61º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F23A04 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 58 | 4 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.05 |
| HSL | 13.61º | 0.97% | 0.48% | - |
| HSV(B) | 13.61º | 0.98% | 0.95% | - |
| XYZ | 38.15 | 21.91 | 2.33 | - |
| YUV | 106.86 | 69.96 | 224.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 58 | 4 | 0 | 0.76 | 0.98 | 0.05 | 13.61 | 0.97 | 0.48 |
| Hex | F2 | 3A | 4 | 0 | 4C | 62 | 5 | E | 61 | 30 |
| Octal | 362 | 72 | 4 | 0 | 114 | 142 | 5 | 16 | 141 | 60 |
| Binary | 11110010 | 111010 | 100 | 0 | 1001100 | 1100010 | 101 | 1110 | 1100001 | 110000 |
Color Harmonies of #F23A04
Complementary color
Monochromatic Colors of #F23A04
Black with #F23A04
Text Example
Text Example
White with #F23A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23A04; }
p { color: rgb(242,58,4); }
H1.HeaderClassName
{
color: #F23A04;
}
.AnyTagClassName
{
color: #F23A04;
}
</style>
background-color css
<style>
a { background-color: #F23A04; }
a { background-color: rgb(242,58,4); }
div.DivClassName
{
background-color: #F23A04;
}
.BgClassName
{
background-color: #F23A04;
}
</style>
border-color css
<style>
span { border-color: #F23A04; }
span { border-color: rgb(242,58,4); }
td.TdClassName
{
border-color: #F23A04;
}
.TagClassName
{
border-color: #F23A04;
}
</style>