Shades of Red Orange #F23C2B
Tints of Red Orange #F23C2B
RGB
CMYK
RGB Variations
Color information
#F23C2B (or 0xF23C2B) is known color: Red Orange. HEX triplet: F2, 3C and 2B. RGB value is (242,60,43). Sum of RGB (Red+Green+Blue) = 242+60+43=345 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.14% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 43 (17.19% from 255 or 12.46% from 345); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23C2B is #0DC3D4. Grayscale: #707070. Windows color (decimal): -902101 or 2833650. OLE color: 2833650.
HSL color Cylindrical-coordinate representation of color #F23C2B: hue angle of 5.13º 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 #F23C2B is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 60 | 43 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.05 |
| HSL | 5.13º | 0.88% | 0.56% | - |
| HSV(B) | 5.13º | 0.82% | 0.95% | - |
| XYZ | 38.67 | 22.28 | 4.55 | - |
| YUV | 112.48 | 88.8 | 220.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 60 | 43 | 0 | 0.75 | 0.82 | 0.05 | 5.13 | 0.88 | 0.56 |
| Hex | F2 | 3C | 2B | 0 | 4B | 52 | 5 | 5 | 58 | 38 |
| Octal | 362 | 74 | 53 | 0 | 113 | 122 | 5 | 5 | 130 | 70 |
| Binary | 11110010 | 111100 | 101011 | 0 | 1001011 | 1010010 | 101 | 101 | 1011000 | 111000 |
Color Harmonies of #F23C2B
Complementary color
Monochromatic Colors of #F23C2B
Black with #F23C2B
Text Example
Text Example
White with #F23C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23C2B; }
p { color: rgb(242,60,43); }
H1.HeaderClassName
{
color: #F23C2B;
}
.AnyTagClassName
{
color: #F23C2B;
}
</style>
background-color css
<style>
a { background-color: #F23C2B; }
a { background-color: rgb(242,60,43); }
div.DivClassName
{
background-color: #F23C2B;
}
.BgClassName
{
background-color: #F23C2B;
}
</style>
border-color css
<style>
span { border-color: #F23C2B; }
span { border-color: rgb(242,60,43); }
td.TdClassName
{
border-color: #F23C2B;
}
.TagClassName
{
border-color: #F23C2B;
}
</style>