Shades of Red Orange #F23F2C
Tints of Red Orange #F23F2C
RGB
CMYK
RGB Variations
Color information
#F23F2C (or 0xF23F2C) is known color: Red Orange. HEX triplet: F2, 3F and 2C. RGB value is (242,63,44). Sum of RGB (Red+Green+Blue) = 242+63+44=349 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.34% from 349); Green value is 63 (25% from 255 or 18.05% from 349); Blue value is 44 (17.58% from 255 or 12.61% from 349); Max value from RGB is 242 - color contains mainly: red. Hex color #F23F2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23F2C is #0DC0D3. Grayscale: #727272. Windows color (decimal): -901332 or 2899954. OLE color: 2899954.
HSL color Cylindrical-coordinate representation of color #F23F2C: hue angle of 5.76º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F23F2C is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 63 | 44 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.05 |
| HSL | 5.76º | 0.88% | 0.56% | - |
| HSV(B) | 5.76º | 0.82% | 0.95% | - |
| XYZ | 38.85 | 22.61 | 4.7 | - |
| YUV | 114.36 | 88.3 | 219.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 63 | 44 | 0 | 0.74 | 0.82 | 0.05 | 5.76 | 0.88 | 0.56 |
| Hex | F2 | 3F | 2C | 0 | 4A | 52 | 5 | 6 | 58 | 38 |
| Octal | 362 | 77 | 54 | 0 | 112 | 122 | 5 | 6 | 130 | 70 |
| Binary | 11110010 | 111111 | 101100 | 0 | 1001010 | 1010010 | 101 | 110 | 1011000 | 111000 |
Color Harmonies of #F23F2C
Complementary color
Monochromatic Colors of #F23F2C
Black with #F23F2C
Text Example
Text Example
White with #F23F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23F2C; }
p { color: rgb(242,63,44); }
H1.HeaderClassName
{
color: #F23F2C;
}
.AnyTagClassName
{
color: #F23F2C;
}
</style>
background-color css
<style>
a { background-color: #F23F2C; }
a { background-color: rgb(242,63,44); }
div.DivClassName
{
background-color: #F23F2C;
}
.BgClassName
{
background-color: #F23F2C;
}
</style>
border-color css
<style>
span { border-color: #F23F2C; }
span { border-color: rgb(242,63,44); }
td.TdClassName
{
border-color: #F23F2C;
}
.TagClassName
{
border-color: #F23F2C;
}
</style>