Shades of Orange Red #F23501
Tints of Orange Red #F23501
RGB
CMYK
RGB Variations
Color information
#F23501 (or 0xF23501) is known color: Orange Red. HEX triplet: F2, 35 and 01. RGB value is (242,53,1). Sum of RGB (Red+Green+Blue) = 242+53+1=296 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.76% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 1 (0.78% from 255 or 0.34% from 296); Max value from RGB is 242 - color contains mainly: red. Hex color #F23501 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23501 is #0DCAFE. Grayscale: #676767. Windows color (decimal): -903935 or 79346. OLE color: 79346.
HSL color Cylindrical-coordinate representation of color #F23501: hue angle of 12.95º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F23501 is Cyan = 0, Magento = 0.78, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 53 | 1 | - |
| CMYK | 0 | 0.78 | 1.00 | 0.05 |
| HSL | 12.95º | 0.99% | 0.48% | - |
| HSV(B) | 12.95º | 1% | 0.95% | - |
| XYZ | 37.9 | 21.43 | 2.17 | - |
| YUV | 103.58 | 70.12 | 226.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 53 | 1 | 0 | 0.78 | 1.00 | 0.05 | 12.95 | 0.99 | 0.48 |
| Hex | F2 | 35 | 1 | 0 | 4E | 64 | 5 | D | 63 | 30 |
| Octal | 362 | 65 | 1 | 0 | 116 | 144 | 5 | 15 | 143 | 60 |
| Binary | 11110010 | 110101 | 1 | 0 | 1001110 | 1100100 | 101 | 1101 | 1100011 | 110000 |
Color Harmonies of #F23501
Complementary color
Monochromatic Colors of #F23501
Black with #F23501
Text Example
Text Example
White with #F23501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23501; }
p { color: rgb(242,53,1); }
H1.HeaderClassName
{
color: #F23501;
}
.AnyTagClassName
{
color: #F23501;
}
</style>
background-color css
<style>
a { background-color: #F23501; }
a { background-color: rgb(242,53,1); }
div.DivClassName
{
background-color: #F23501;
}
.BgClassName
{
background-color: #F23501;
}
</style>
border-color css
<style>
span { border-color: #F23501; }
span { border-color: rgb(242,53,1); }
td.TdClassName
{
border-color: #F23501;
}
.TagClassName
{
border-color: #F23501;
}
</style>