Shades of Orange Red #F23807
Tints of Orange Red #F23807
RGB
CMYK
RGB Variations
Color information
#F23807 (or 0xF23807) is known color: Orange Red. HEX triplet: F2, 38 and 07. RGB value is (242,56,7). Sum of RGB (Red+Green+Blue) = 242+56+7=305 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.34% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 7 (3.12% from 255 or 2.30% from 305); Max value from RGB is 242 - color contains mainly: red. Hex color #F23807 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23807 is #0DC7F8. Grayscale: #6A6A6A. Windows color (decimal): -903161 or 473330. OLE color: 473330.
HSL color Cylindrical-coordinate representation of color #F23807: hue angle of 12.51º 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 #F23807 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 56 | 7 | - |
| CMYK | 0 | 0.77 | 0.97 | 0.05 |
| HSL | 12.51º | 0.94% | 0.49% | - |
| HSV(B) | 12.51º | 0.97% | 0.95% | - |
| XYZ | 38.07 | 21.72 | 2.39 | - |
| YUV | 106.03 | 72.12 | 224.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 56 | 7 | 0 | 0.77 | 0.97 | 0.05 | 12.51 | 0.94 | 0.49 |
| Hex | F2 | 38 | 7 | 0 | 4D | 61 | 5 | D | 5E | 31 |
| Octal | 362 | 70 | 7 | 0 | 115 | 141 | 5 | 15 | 136 | 61 |
| Binary | 11110010 | 111000 | 111 | 0 | 1001101 | 1100001 | 101 | 1101 | 1011110 | 110001 |
Color Harmonies of #F23807
Complementary color
Monochromatic Colors of #F23807
Black with #F23807
Text Example
Text Example
White with #F23807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23807; }
p { color: rgb(242,56,7); }
H1.HeaderClassName
{
color: #F23807;
}
.AnyTagClassName
{
color: #F23807;
}
</style>
background-color css
<style>
a { background-color: #F23807; }
a { background-color: rgb(242,56,7); }
div.DivClassName
{
background-color: #F23807;
}
.BgClassName
{
background-color: #F23807;
}
</style>
border-color css
<style>
span { border-color: #F23807; }
span { border-color: rgb(242,56,7); }
td.TdClassName
{
border-color: #F23807;
}
.TagClassName
{
border-color: #F23807;
}
</style>