Shades of Orange Red #F23F01
Tints of Orange Red #F23F01
RGB
CMYK
RGB Variations
Color information
#F23F01 (or 0xF23F01) is known color: Orange Red. HEX triplet: F2, 3F and 01. RGB value is (242,63,1). Sum of RGB (Red+Green+Blue) = 242+63+1=306 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.08% from 306); Green value is 63 (25% from 255 or 20.59% from 306); Blue value is 1 (0.78% from 255 or 0.33% from 306); Max value from RGB is 242 - color contains mainly: red. Hex color #F23F01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23F01 is #0DC0FE. Grayscale: #6D6D6D. Windows color (decimal): -901375 or 81906. OLE color: 81906.
HSL color Cylindrical-coordinate representation of color #F23F01: hue angle of 15.44º 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 #F23F01 is Cyan = 0, Magento = 0.74, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 63 | 1 | - |
| CMYK | 0 | 0.74 | 1.00 | 0.05 |
| HSL | 15.44º | 0.99% | 0.48% | - |
| HSV(B) | 15.44º | 1% | 0.95% | - |
| XYZ | 38.4 | 22.43 | 2.34 | - |
| YUV | 109.45 | 66.8 | 222.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 63 | 1 | 0 | 0.74 | 1.00 | 0.05 | 15.44 | 0.99 | 0.48 |
| Hex | F2 | 3F | 1 | 0 | 4A | 64 | 5 | F | 63 | 30 |
| Octal | 362 | 77 | 1 | 0 | 112 | 144 | 5 | 17 | 143 | 60 |
| Binary | 11110010 | 111111 | 1 | 0 | 1001010 | 1100100 | 101 | 1111 | 1100011 | 110000 |
Color Harmonies of #F23F01
Complementary color
Monochromatic Colors of #F23F01
Black with #F23F01
Text Example
Text Example
White with #F23F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23F01; }
p { color: rgb(242,63,1); }
H1.HeaderClassName
{
color: #F23F01;
}
.AnyTagClassName
{
color: #F23F01;
}
</style>
background-color css
<style>
a { background-color: #F23F01; }
a { background-color: rgb(242,63,1); }
div.DivClassName
{
background-color: #F23F01;
}
.BgClassName
{
background-color: #F23F01;
}
</style>
border-color css
<style>
span { border-color: #F23F01; }
span { border-color: rgb(242,63,1); }
td.TdClassName
{
border-color: #F23F01;
}
.TagClassName
{
border-color: #F23F01;
}
</style>