Shades of Red Orange #F23828
Tints of Red Orange #F23828
RGB
CMYK
RGB Variations
Color information
#F23828 (or 0xF23828) is known color: Red Orange. HEX triplet: F2, 38 and 28. RGB value is (242,56,40). Sum of RGB (Red+Green+Blue) = 242+56+40=338 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.60% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 40 (16.02% from 255 or 11.83% from 338); Max value from RGB is 242 - color contains mainly: red. Hex color #F23828 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23828 is #0DC7D7. Grayscale: #6E6E6E. Windows color (decimal): -903128 or 2636018. OLE color: 2636018.
HSL color Cylindrical-coordinate representation of color #F23828: hue angle of 4.75º 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 #F23828 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 56 | 40 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.05 |
| HSL | 4.75º | 0.89% | 0.55% | - |
| HSV(B) | 4.75º | 0.83% | 0.95% | - |
| XYZ | 38.42 | 21.86 | 4.2 | - |
| YUV | 109.79 | 88.62 | 222.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 56 | 40 | 0 | 0.77 | 0.83 | 0.05 | 4.75 | 0.89 | 0.55 |
| Hex | F2 | 38 | 28 | 0 | 4D | 53 | 5 | 5 | 59 | 37 |
| Octal | 362 | 70 | 50 | 0 | 115 | 123 | 5 | 5 | 131 | 67 |
| Binary | 11110010 | 111000 | 101000 | 0 | 1001101 | 1010011 | 101 | 101 | 1011001 | 110111 |
Color Harmonies of #F23828
Complementary color
Monochromatic Colors of #F23828
Black with #F23828
Text Example
Text Example
White with #F23828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23828; }
p { color: rgb(242,56,40); }
H1.HeaderClassName
{
color: #F23828;
}
.AnyTagClassName
{
color: #F23828;
}
</style>
background-color css
<style>
a { background-color: #F23828; }
a { background-color: rgb(242,56,40); }
div.DivClassName
{
background-color: #F23828;
}
.BgClassName
{
background-color: #F23828;
}
</style>
border-color css
<style>
span { border-color: #F23828; }
span { border-color: rgb(242,56,40); }
td.TdClassName
{
border-color: #F23828;
}
.TagClassName
{
border-color: #F23828;
}
</style>