Shades of Red Orange #F23928
Tints of Red Orange #F23928
RGB
CMYK
RGB Variations
Color information
#F23928 (or 0xF23928) is known color: Red Orange. HEX triplet: F2, 39 and 28. RGB value is (242,57,40). Sum of RGB (Red+Green+Blue) = 242+57+40=339 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.39% from 339); Green value is 57 (22.66% from 255 or 16.81% from 339); Blue value is 40 (16.02% from 255 or 11.80% from 339); Max value from RGB is 242 - color contains mainly: red. Hex color #F23928 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23928 is #0DC6D7. Grayscale: #6E6E6E. Windows color (decimal): -902872 or 2636274. OLE color: 2636274.
HSL color Cylindrical-coordinate representation of color #F23928: hue angle of 5.05º 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 #F23928 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 57 | 40 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.05 |
| HSL | 5.05º | 0.89% | 0.55% | - |
| HSV(B) | 5.05º | 0.83% | 0.95% | - |
| XYZ | 38.46 | 21.96 | 4.22 | - |
| YUV | 110.38 | 88.29 | 221.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 57 | 40 | 0 | 0.76 | 0.83 | 0.05 | 5.05 | 0.89 | 0.55 |
| Hex | F2 | 39 | 28 | 0 | 4C | 53 | 5 | 5 | 59 | 37 |
| Octal | 362 | 71 | 50 | 0 | 114 | 123 | 5 | 5 | 131 | 67 |
| Binary | 11110010 | 111001 | 101000 | 0 | 1001100 | 1010011 | 101 | 101 | 1011001 | 110111 |
Color Harmonies of #F23928
Complementary color
Monochromatic Colors of #F23928
Black with #F23928
Text Example
Text Example
White with #F23928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23928; }
p { color: rgb(242,57,40); }
H1.HeaderClassName
{
color: #F23928;
}
.AnyTagClassName
{
color: #F23928;
}
</style>
background-color css
<style>
a { background-color: #F23928; }
a { background-color: rgb(242,57,40); }
div.DivClassName
{
background-color: #F23928;
}
.BgClassName
{
background-color: #F23928;
}
</style>
border-color css
<style>
span { border-color: #F23928; }
span { border-color: rgb(242,57,40); }
td.TdClassName
{
border-color: #F23928;
}
.TagClassName
{
border-color: #F23928;
}
</style>