Shades of Red Orange #F53823
Tints of Red Orange #F53823
RGB
CMYK
RGB Variations
Color information
#F53823 (or 0xF53823) is known color: Red Orange. HEX triplet: F5, 38 and 23. RGB value is (245,56,35). Sum of RGB (Red+Green+Blue) = 245+56+35=336 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.92% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 35 (14.06% from 255 or 10.42% from 336); Max value from RGB is 245 - color contains mainly: red. Hex color #F53823 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53823 is #0AC7DC. Grayscale: #6E6E6E. Windows color (decimal): -706525 or 2308341. OLE color: 2308341.
HSL color Cylindrical-coordinate representation of color #F53823: hue angle of 6º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F53823 is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 56 | 35 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.04 |
| HSL | 6º | 0.91% | 0.55% | - |
| HSV(B) | 6º | 0.86% | 0.96% | - |
| XYZ | 39.37 | 22.36 | 3.83 | - |
| YUV | 110.12 | 85.62 | 224.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 56 | 35 | 0 | 0.77 | 0.86 | 0.04 | 6 | 0.91 | 0.55 |
| Hex | F5 | 38 | 23 | 0 | 4D | 56 | 4 | 6 | 5B | 37 |
| Octal | 365 | 70 | 43 | 0 | 115 | 126 | 4 | 6 | 133 | 67 |
| Binary | 11110101 | 111000 | 100011 | 0 | 1001101 | 1010110 | 100 | 110 | 1011011 | 110111 |
Color Harmonies of #F53823
Complementary color
Monochromatic Colors of #F53823
Black with #F53823
Text Example
Text Example
White with #F53823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53823; }
p { color: rgb(245,56,35); }
H1.HeaderClassName
{
color: #F53823;
}
.AnyTagClassName
{
color: #F53823;
}
</style>
background-color css
<style>
a { background-color: #F53823; }
a { background-color: rgb(245,56,35); }
div.DivClassName
{
background-color: #F53823;
}
.BgClassName
{
background-color: #F53823;
}
</style>
border-color css
<style>
span { border-color: #F53823; }
span { border-color: rgb(245,56,35); }
td.TdClassName
{
border-color: #F53823;
}
.TagClassName
{
border-color: #F53823;
}
</style>