Shades of Red Orange #F23F34
Tints of Red Orange #F23F34
RGB
CMYK
RGB Variations
Color information
#F23F34 (or 0xF23F34) is known color: Red Orange. HEX triplet: F2, 3F and 34. RGB value is (242,63,52). Sum of RGB (Red+Green+Blue) = 242+63+52=357 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.79% from 357); Green value is 63 (25% from 255 or 17.65% from 357); Blue value is 52 (20.70% from 255 or 14.57% from 357); Max value from RGB is 242 - color contains mainly: red. Hex color #F23F34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23F34 is #0DC0CB. Grayscale: #737373. Windows color (decimal): -901324 or 3424242. OLE color: 3424242.
HSL color Cylindrical-coordinate representation of color #F23F34: hue angle of 3.47º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F23F34 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 63 | 52 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.05 |
| HSL | 3.47º | 0.88% | 0.58% | - |
| HSV(B) | 3.47º | 0.79% | 0.95% | - |
| XYZ | 39.02 | 22.68 | 5.57 | - |
| YUV | 115.27 | 92.3 | 218.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 63 | 52 | 0 | 0.74 | 0.79 | 0.05 | 3.47 | 0.88 | 0.58 |
| Hex | F2 | 3F | 34 | 0 | 4A | 4F | 5 | 3 | 58 | 3A |
| Octal | 362 | 77 | 64 | 0 | 112 | 117 | 5 | 3 | 130 | 72 |
| Binary | 11110010 | 111111 | 110100 | 0 | 1001010 | 1001111 | 101 | 11 | 1011000 | 111010 |
Color Harmonies of #F23F34
Complementary color
Monochromatic Colors of #F23F34
Black with #F23F34
Text Example
Text Example
White with #F23F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23F34; }
p { color: rgb(242,63,52); }
H1.HeaderClassName
{
color: #F23F34;
}
.AnyTagClassName
{
color: #F23F34;
}
</style>
background-color css
<style>
a { background-color: #F23F34; }
a { background-color: rgb(242,63,52); }
div.DivClassName
{
background-color: #F23F34;
}
.BgClassName
{
background-color: #F23F34;
}
</style>
border-color css
<style>
span { border-color: #F23F34; }
span { border-color: rgb(242,63,52); }
td.TdClassName
{
border-color: #F23F34;
}
.TagClassName
{
border-color: #F23F34;
}
</style>