Shades of Red Orange #F23020
Tints of Red Orange #F23020
RGB
CMYK
RGB Variations
Color information
#F23020 (or 0xF23020) is known color: Red Orange. HEX triplet: F2, 30 and 20. RGB value is (242,48,32). Sum of RGB (Red+Green+Blue) = 242+48+32=322 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.16% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 32 (12.89% from 255 or 9.94% from 322); Max value from RGB is 242 - color contains mainly: red. Hex color #F23020 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23020 is #0DCFDF. Grayscale: #686868. Windows color (decimal): -905184 or 2109682. OLE color: 2109682.
HSL color Cylindrical-coordinate representation of color #F23020: hue angle of 4.57º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F23020 is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 48 | 32 | - |
| CMYK | 0 | 0.80 | 0.87 | 0.05 |
| HSL | 4.57º | 0.89% | 0.54% | - |
| HSV(B) | 4.57º | 0.87% | 0.95% | - |
| XYZ | 37.94 | 21.1 | 3.44 | - |
| YUV | 104.18 | 87.27 | 226.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 48 | 32 | 0 | 0.80 | 0.87 | 0.05 | 4.57 | 0.89 | 0.54 |
| Hex | F2 | 30 | 20 | 0 | 50 | 57 | 5 | 5 | 59 | 36 |
| Octal | 362 | 60 | 40 | 0 | 120 | 127 | 5 | 5 | 131 | 66 |
| Binary | 11110010 | 110000 | 100000 | 0 | 1010000 | 1010111 | 101 | 101 | 1011001 | 110110 |
Color Harmonies of #F23020
Complementary color
Monochromatic Colors of #F23020
Black with #F23020
Text Example
Text Example
White with #F23020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23020; }
p { color: rgb(242,48,32); }
H1.HeaderClassName
{
color: #F23020;
}
.AnyTagClassName
{
color: #F23020;
}
</style>
background-color css
<style>
a { background-color: #F23020; }
a { background-color: rgb(242,48,32); }
div.DivClassName
{
background-color: #F23020;
}
.BgClassName
{
background-color: #F23020;
}
</style>
border-color css
<style>
span { border-color: #F23020; }
span { border-color: rgb(242,48,32); }
td.TdClassName
{
border-color: #F23020;
}
.TagClassName
{
border-color: #F23020;
}
</style>