Shades of Orange Red #F23707
Tints of Orange Red #F23707
RGB
CMYK
RGB Variations
Color information
#F23707 (or 0xF23707) is known color: Orange Red. HEX triplet: F2, 37 and 07. RGB value is (242,55,7). Sum of RGB (Red+Green+Blue) = 242+55+7=304 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.61% from 304); Green value is 55 (21.88% from 255 or 18.09% from 304); Blue value is 7 (3.12% from 255 or 2.30% from 304); Max value from RGB is 242 - color contains mainly: red. Hex color #F23707 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23707 is #0DC8F8. Grayscale: #696969. Windows color (decimal): -903417 or 473074. OLE color: 473074.
HSL color Cylindrical-coordinate representation of color #F23707: hue angle of 12.26º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F23707 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 55 | 7 | - |
| CMYK | 0 | 0.77 | 0.97 | 0.05 |
| HSL | 12.26º | 0.94% | 0.49% | - |
| HSV(B) | 12.26º | 0.97% | 0.95% | - |
| XYZ | 38.02 | 21.62 | 2.37 | - |
| YUV | 105.44 | 72.45 | 225.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 55 | 7 | 0 | 0.77 | 0.97 | 0.05 | 12.26 | 0.94 | 0.49 |
| Hex | F2 | 37 | 7 | 0 | 4D | 61 | 5 | C | 5E | 31 |
| Octal | 362 | 67 | 7 | 0 | 115 | 141 | 5 | 14 | 136 | 61 |
| Binary | 11110010 | 110111 | 111 | 0 | 1001101 | 1100001 | 101 | 1100 | 1011110 | 110001 |
Color Harmonies of #F23707
Complementary color
Monochromatic Colors of #F23707
Black with #F23707
Text Example
Text Example
White with #F23707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23707; }
p { color: rgb(242,55,7); }
H1.HeaderClassName
{
color: #F23707;
}
.AnyTagClassName
{
color: #F23707;
}
</style>
background-color css
<style>
a { background-color: #F23707; }
a { background-color: rgb(242,55,7); }
div.DivClassName
{
background-color: #F23707;
}
.BgClassName
{
background-color: #F23707;
}
</style>
border-color css
<style>
span { border-color: #F23707; }
span { border-color: rgb(242,55,7); }
td.TdClassName
{
border-color: #F23707;
}
.TagClassName
{
border-color: #F23707;
}
</style>