Shades of Red Orange #F23820
Tints of Red Orange #F23820
RGB
CMYK
RGB Variations
Color information
#F23820 (or 0xF23820) is known color: Red Orange. HEX triplet: F2, 38 and 20. RGB value is (242,56,32). Sum of RGB (Red+Green+Blue) = 242+56+32=330 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.33% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 242 - color contains mainly: red. Hex color #F23820 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23820 is #0DC7DF. Grayscale: #6D6D6D. Windows color (decimal): -903136 or 2111730. OLE color: 2111730.
HSL color Cylindrical-coordinate representation of color #F23820: hue angle of 6.86º 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 #F23820 is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 56 | 32 | - |
| CMYK | 0 | 0.77 | 0.87 | 0.05 |
| HSL | 6.86º | 0.89% | 0.54% | - |
| HSV(B) | 6.86º | 0.87% | 0.95% | - |
| XYZ | 38.29 | 21.81 | 3.56 | - |
| YUV | 108.88 | 84.62 | 222.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 56 | 32 | 0 | 0.77 | 0.87 | 0.05 | 6.86 | 0.89 | 0.54 |
| Hex | F2 | 38 | 20 | 0 | 4D | 57 | 5 | 7 | 59 | 36 |
| Octal | 362 | 70 | 40 | 0 | 115 | 127 | 5 | 7 | 131 | 66 |
| Binary | 11110010 | 111000 | 100000 | 0 | 1001101 | 1010111 | 101 | 111 | 1011001 | 110110 |
Color Harmonies of #F23820
Complementary color
Monochromatic Colors of #F23820
Black with #F23820
Text Example
Text Example
White with #F23820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23820; }
p { color: rgb(242,56,32); }
H1.HeaderClassName
{
color: #F23820;
}
.AnyTagClassName
{
color: #F23820;
}
</style>
background-color css
<style>
a { background-color: #F23820; }
a { background-color: rgb(242,56,32); }
div.DivClassName
{
background-color: #F23820;
}
.BgClassName
{
background-color: #F23820;
}
</style>
border-color css
<style>
span { border-color: #F23820; }
span { border-color: rgb(242,56,32); }
td.TdClassName
{
border-color: #F23820;
}
.TagClassName
{
border-color: #F23820;
}
</style>