Shades of Red Orange #F5391C
Tints of Red Orange #F5391C
RGB
CMYK
RGB Variations
Color information
#F5391C (or 0xF5391C) is known color: Red Orange. HEX triplet: F5, 39 and 1C. RGB value is (245,57,28). Sum of RGB (Red+Green+Blue) = 245+57+28=330 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.24% from 330); Green value is 57 (22.66% from 255 or 17.27% from 330); Blue value is 28 (11.33% from 255 or 8.48% from 330); Max value from RGB is 245 - color contains mainly: red. Hex color #F5391C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5391C is #0AC6E3. Grayscale: #6E6E6E. Windows color (decimal): -706276 or 1849845. OLE color: 1849845.
HSL color Cylindrical-coordinate representation of color #F5391C: hue angle of 8.02º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F5391C is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 57 | 28 | - |
| CMYK | 0 | 0.77 | 0.89 | 0.04 |
| HSL | 8.02º | 0.92% | 0.54% | - |
| HSV(B) | 8.02º | 0.89% | 0.96% | - |
| XYZ | 39.33 | 22.42 | 3.35 | - |
| YUV | 109.91 | 81.78 | 224.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 57 | 28 | 0 | 0.77 | 0.89 | 0.04 | 8.02 | 0.92 | 0.54 |
| Hex | F5 | 39 | 1C | 0 | 4D | 59 | 4 | 8 | 5C | 36 |
| Octal | 365 | 71 | 34 | 0 | 115 | 131 | 4 | 10 | 134 | 66 |
| Binary | 11110101 | 111001 | 11100 | 0 | 1001101 | 1011001 | 100 | 1000 | 1011100 | 110110 |
Color Harmonies of #F5391C
Complementary color
Monochromatic Colors of #F5391C
Black with #F5391C
Text Example
Text Example
White with #F5391C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5391C; }
p { color: rgb(245,57,28); }
H1.HeaderClassName
{
color: #F5391C;
}
.AnyTagClassName
{
color: #F5391C;
}
</style>
background-color css
<style>
a { background-color: #F5391C; }
a { background-color: rgb(245,57,28); }
div.DivClassName
{
background-color: #F5391C;
}
.BgClassName
{
background-color: #F5391C;
}
</style>
border-color css
<style>
span { border-color: #F5391C; }
span { border-color: rgb(245,57,28); }
td.TdClassName
{
border-color: #F5391C;
}
.TagClassName
{
border-color: #F5391C;
}
</style>