Shades of Orange Red #F23A01
Tints of Orange Red #F23A01
RGB
CMYK
RGB Variations
Color information
#F23A01 (or 0xF23A01) is known color: Orange Red. HEX triplet: F2, 3A and 01. RGB value is (242,58,1). Sum of RGB (Red+Green+Blue) = 242+58+1=301 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.40% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 1 (0.78% from 255 or 0.33% from 301); Max value from RGB is 242 - color contains mainly: red. Hex color #F23A01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23A01 is #0DC5FE. Grayscale: #6A6A6A. Windows color (decimal): -902655 or 80626. OLE color: 80626.
HSL color Cylindrical-coordinate representation of color #F23A01: hue angle of 14.19º 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 #F23A01 is Cyan = 0, Magento = 0.76, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 58 | 1 | - |
| CMYK | 0 | 0.76 | 1.00 | 0.05 |
| HSL | 14.19º | 0.99% | 0.48% | - |
| HSV(B) | 14.19º | 1% | 0.95% | - |
| XYZ | 38.14 | 21.91 | 2.25 | - |
| YUV | 106.52 | 68.46 | 224.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 58 | 1 | 0 | 0.76 | 1.00 | 0.05 | 14.19 | 0.99 | 0.48 |
| Hex | F2 | 3A | 1 | 0 | 4C | 64 | 5 | E | 63 | 30 |
| Octal | 362 | 72 | 1 | 0 | 114 | 144 | 5 | 16 | 143 | 60 |
| Binary | 11110010 | 111010 | 1 | 0 | 1001100 | 1100100 | 101 | 1110 | 1100011 | 110000 |
Color Harmonies of #F23A01
Complementary color
Monochromatic Colors of #F23A01
Black with #F23A01
Text Example
Text Example
White with #F23A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23A01; }
p { color: rgb(242,58,1); }
H1.HeaderClassName
{
color: #F23A01;
}
.AnyTagClassName
{
color: #F23A01;
}
</style>
background-color css
<style>
a { background-color: #F23A01; }
a { background-color: rgb(242,58,1); }
div.DivClassName
{
background-color: #F23A01;
}
.BgClassName
{
background-color: #F23A01;
}
</style>
border-color css
<style>
span { border-color: #F23A01; }
span { border-color: rgb(242,58,1); }
td.TdClassName
{
border-color: #F23A01;
}
.TagClassName
{
border-color: #F23A01;
}
</style>