Shades of Red Orange #F23829
Tints of Red Orange #F23829
RGB
CMYK
RGB Variations
Color information
#F23829 (or 0xF23829) is known color: Red Orange. HEX triplet: F2, 38 and 29. RGB value is (242,56,41). Sum of RGB (Red+Green+Blue) = 242+56+41=339 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.39% from 339); Green value is 56 (22.27% from 255 or 16.52% from 339); Blue value is 41 (16.41% from 255 or 12.09% from 339); Max value from RGB is 242 - color contains mainly: red. Hex color #F23829 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23829 is #0DC7D6. Grayscale: #6E6E6E. Windows color (decimal): -903127 or 2701554. OLE color: 2701554.
HSL color Cylindrical-coordinate representation of color #F23829: hue angle of 4.48º 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 #F23829 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 56 | 41 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.05 |
| HSL | 4.48º | 0.89% | 0.55% | - |
| HSV(B) | 4.48º | 0.83% | 0.95% | - |
| XYZ | 38.43 | 21.87 | 4.29 | - |
| YUV | 109.9 | 89.12 | 222.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 56 | 41 | 0 | 0.77 | 0.83 | 0.05 | 4.48 | 0.89 | 0.55 |
| Hex | F2 | 38 | 29 | 0 | 4D | 53 | 5 | 4 | 59 | 37 |
| Octal | 362 | 70 | 51 | 0 | 115 | 123 | 5 | 4 | 131 | 67 |
| Binary | 11110010 | 111000 | 101001 | 0 | 1001101 | 1010011 | 101 | 100 | 1011001 | 110111 |
Color Harmonies of #F23829
Complementary color
Monochromatic Colors of #F23829
Black with #F23829
Text Example
Text Example
White with #F23829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23829; }
p { color: rgb(242,56,41); }
H1.HeaderClassName
{
color: #F23829;
}
.AnyTagClassName
{
color: #F23829;
}
</style>
background-color css
<style>
a { background-color: #F23829; }
a { background-color: rgb(242,56,41); }
div.DivClassName
{
background-color: #F23829;
}
.BgClassName
{
background-color: #F23829;
}
</style>
border-color css
<style>
span { border-color: #F23829; }
span { border-color: rgb(242,56,41); }
td.TdClassName
{
border-color: #F23829;
}
.TagClassName
{
border-color: #F23829;
}
</style>