Shades of Orange Red #F23700
Tints of Orange Red #F23700
RGB
CMYK
RGB Variations
Color information
#F23700 (or 0xF23700) is known color: Orange Red. HEX triplet: F2, 37 and 00. RGB value is (242,55,0). Sum of RGB (Red+Green+Blue) = 242+55+0=297 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.48% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 242 - color contains mainly: red. Hex color #F23700 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23700 is #0DC8FF. Grayscale: #696969. Windows color (decimal): -903424 or 14322. OLE color: 14322.
HSL color Cylindrical-coordinate representation of color #F23700: hue angle of 13.64º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F23700 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 55 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.05 |
| HSL | 13.64º | 1% | 0.47% | - |
| HSV(B) | 13.64º | 1% | 0.95% | - |
| XYZ | 37.98 | 21.61 | 2.17 | - |
| YUV | 104.64 | 68.95 | 225.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 55 | 0 | 0 | 0.77 | 1 | 0.05 | 13.64 | 1 | 0.47 |
| Hex | F2 | 37 | 0 | 0 | 4D | 64 | 5 | E | 64 | 2F |
| Octal | 362 | 67 | 0 | 0 | 115 | 144 | 5 | 16 | 144 | 57 |
| Binary | 11110010 | 110111 | 0 | 0 | 1001101 | 1100100 | 101 | 1110 | 1100100 | 101111 |
Color Harmonies of #F23700
Complementary color
Monochromatic Colors of #F23700
Black with #F23700
Text Example
Text Example
White with #F23700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23700; }
p { color: rgb(242,55,0); }
H1.HeaderClassName
{
color: #F23700;
}
.AnyTagClassName
{
color: #F23700;
}
</style>
background-color css
<style>
a { background-color: #F23700; }
a { background-color: rgb(242,55,0); }
div.DivClassName
{
background-color: #F23700;
}
.BgClassName
{
background-color: #F23700;
}
</style>
border-color css
<style>
span { border-color: #F23700; }
span { border-color: rgb(242,55,0); }
td.TdClassName
{
border-color: #F23700;
}
.TagClassName
{
border-color: #F23700;
}
</style>