Shades of Red Orange #F23B28
Tints of Red Orange #F23B28
RGB
CMYK
RGB Variations
Color information
#F23B28 (or 0xF23B28) is known color: Red Orange. HEX triplet: F2, 3B and 28. RGB value is (242,59,40). Sum of RGB (Red+Green+Blue) = 242+59+40=341 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.97% from 341); Green value is 59 (23.44% from 255 or 17.30% from 341); Blue value is 40 (16.02% from 255 or 11.73% from 341); Max value from RGB is 242 - color contains mainly: red. Hex color #F23B28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23B28 is #0DC4D7. Grayscale: #6F6F6F. Windows color (decimal): -902360 or 2636786. OLE color: 2636786.
HSL color Cylindrical-coordinate representation of color #F23B28: hue angle of 5.64º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F23B28 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 59 | 40 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.05 |
| HSL | 5.64º | 0.89% | 0.55% | - |
| HSV(B) | 5.64º | 0.83% | 0.95% | - |
| XYZ | 38.56 | 22.16 | 4.25 | - |
| YUV | 111.55 | 87.63 | 221.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 59 | 40 | 0 | 0.76 | 0.83 | 0.05 | 5.64 | 0.89 | 0.55 |
| Hex | F2 | 3B | 28 | 0 | 4C | 53 | 5 | 6 | 59 | 37 |
| Octal | 362 | 73 | 50 | 0 | 114 | 123 | 5 | 6 | 131 | 67 |
| Binary | 11110010 | 111011 | 101000 | 0 | 1001100 | 1010011 | 101 | 110 | 1011001 | 110111 |
Color Harmonies of #F23B28
Complementary color
Monochromatic Colors of #F23B28
Black with #F23B28
Text Example
Text Example
White with #F23B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23B28; }
p { color: rgb(242,59,40); }
H1.HeaderClassName
{
color: #F23B28;
}
.AnyTagClassName
{
color: #F23B28;
}
</style>
background-color css
<style>
a { background-color: #F23B28; }
a { background-color: rgb(242,59,40); }
div.DivClassName
{
background-color: #F23B28;
}
.BgClassName
{
background-color: #F23B28;
}
</style>
border-color css
<style>
span { border-color: #F23B28; }
span { border-color: rgb(242,59,40); }
td.TdClassName
{
border-color: #F23B28;
}
.TagClassName
{
border-color: #F23B28;
}
</style>