Shades of Red Orange #F23E2B
Tints of Red Orange #F23E2B
RGB
CMYK
RGB Variations
Color information
#F23E2B (or 0xF23E2B) is known color: Red Orange. HEX triplet: F2, 3E and 2B. RGB value is (242,62,43). Sum of RGB (Red+Green+Blue) = 242+62+43=347 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.74% from 347); Green value is 62 (24.61% from 255 or 17.87% from 347); Blue value is 43 (17.19% from 255 or 12.39% from 347); Max value from RGB is 242 - color contains mainly: red. Hex color #F23E2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23E2B is #0DC1D4. Grayscale: #717171. Windows color (decimal): -901589 or 2834162. OLE color: 2834162.
HSL color Cylindrical-coordinate representation of color #F23E2B: hue angle of 5.73º 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 #F23E2B is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 62 | 43 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.05 |
| HSL | 5.73º | 0.88% | 0.56% | - |
| HSV(B) | 5.73º | 0.82% | 0.95% | - |
| XYZ | 38.78 | 22.5 | 4.58 | - |
| YUV | 113.65 | 88.13 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 62 | 43 | 0 | 0.74 | 0.82 | 0.05 | 5.73 | 0.88 | 0.56 |
| Hex | F2 | 3E | 2B | 0 | 4A | 52 | 5 | 6 | 58 | 38 |
| Octal | 362 | 76 | 53 | 0 | 112 | 122 | 5 | 6 | 130 | 70 |
| Binary | 11110010 | 111110 | 101011 | 0 | 1001010 | 1010010 | 101 | 110 | 1011000 | 111000 |
Color Harmonies of #F23E2B
Complementary color
Monochromatic Colors of #F23E2B
Black with #F23E2B
Text Example
Text Example
White with #F23E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23E2B; }
p { color: rgb(242,62,43); }
H1.HeaderClassName
{
color: #F23E2B;
}
.AnyTagClassName
{
color: #F23E2B;
}
</style>
background-color css
<style>
a { background-color: #F23E2B; }
a { background-color: rgb(242,62,43); }
div.DivClassName
{
background-color: #F23E2B;
}
.BgClassName
{
background-color: #F23E2B;
}
</style>
border-color css
<style>
span { border-color: #F23E2B; }
span { border-color: rgb(242,62,43); }
td.TdClassName
{
border-color: #F23E2B;
}
.TagClassName
{
border-color: #F23E2B;
}
</style>