Shades of Orange Red #F23901
Tints of Orange Red #F23901
RGB
CMYK
RGB Variations
Color information
#F23901 (or 0xF23901) is known color: Orange Red. HEX triplet: F2, 39 and 01. RGB value is (242,57,1). Sum of RGB (Red+Green+Blue) = 242+57+1=300 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.67% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 1 (0.78% from 255 or 0.33% from 300); Max value from RGB is 242 - color contains mainly: red. Hex color #F23901 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23901 is #0DC6FE. Grayscale: #6A6A6A. Windows color (decimal): -902911 or 80370. OLE color: 80370.
HSL color Cylindrical-coordinate representation of color #F23901: hue angle of 13.94º 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 #F23901 is Cyan = 0, Magento = 0.76, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 57 | 1 | - |
| CMYK | 0 | 0.76 | 1.00 | 0.05 |
| HSL | 13.94º | 0.99% | 0.48% | - |
| HSV(B) | 13.94º | 1% | 0.95% | - |
| XYZ | 38.09 | 21.81 | 2.23 | - |
| YUV | 105.93 | 68.79 | 225.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 57 | 1 | 0 | 0.76 | 1.00 | 0.05 | 13.94 | 0.99 | 0.48 |
| Hex | F2 | 39 | 1 | 0 | 4C | 64 | 5 | E | 63 | 30 |
| Octal | 362 | 71 | 1 | 0 | 114 | 144 | 5 | 16 | 143 | 60 |
| Binary | 11110010 | 111001 | 1 | 0 | 1001100 | 1100100 | 101 | 1110 | 1100011 | 110000 |
Color Harmonies of #F23901
Complementary color
Monochromatic Colors of #F23901
Black with #F23901
Text Example
Text Example
White with #F23901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23901; }
p { color: rgb(242,57,1); }
H1.HeaderClassName
{
color: #F23901;
}
.AnyTagClassName
{
color: #F23901;
}
</style>
background-color css
<style>
a { background-color: #F23901; }
a { background-color: rgb(242,57,1); }
div.DivClassName
{
background-color: #F23901;
}
.BgClassName
{
background-color: #F23901;
}
</style>
border-color css
<style>
span { border-color: #F23901; }
span { border-color: rgb(242,57,1); }
td.TdClassName
{
border-color: #F23901;
}
.TagClassName
{
border-color: #F23901;
}
</style>