Shades of Red Orange #F5411C
Tints of Red Orange #F5411C
RGB
CMYK
RGB Variations
Color information
#F5411C (or 0xF5411C) is known color: Red Orange. HEX triplet: F5, 41 and 1C. RGB value is (245,65,28). Sum of RGB (Red+Green+Blue) = 245+65+28=338 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.49% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 245 - color contains mainly: red. Hex color #F5411C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5411C is #0ABEE3. Grayscale: #727272. Windows color (decimal): -704228 or 1851893. OLE color: 1851893.
HSL color Cylindrical-coordinate representation of color #F5411C: hue angle of 10.23º 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 #F5411C is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 65 | 28 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.04 |
| HSL | 10.23º | 0.92% | 0.54% | - |
| HSV(B) | 10.23º | 0.89% | 0.96% | - |
| XYZ | 39.76 | 23.28 | 3.5 | - |
| YUV | 114.6 | 79.13 | 221.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 65 | 28 | 0 | 0.73 | 0.89 | 0.04 | 10.23 | 0.92 | 0.54 |
| Hex | F5 | 41 | 1C | 0 | 49 | 59 | 4 | A | 5C | 36 |
| Octal | 365 | 101 | 34 | 0 | 111 | 131 | 4 | 12 | 134 | 66 |
| Binary | 11110101 | 1000001 | 11100 | 0 | 1001001 | 1011001 | 100 | 1010 | 1011100 | 110110 |
Color Harmonies of #F5411C
Complementary color
Monochromatic Colors of #F5411C
Black with #F5411C
Text Example
Text Example
White with #F5411C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5411C; }
p { color: rgb(245,65,28); }
H1.HeaderClassName
{
color: #F5411C;
}
.AnyTagClassName
{
color: #F5411C;
}
</style>
background-color css
<style>
a { background-color: #F5411C; }
a { background-color: rgb(245,65,28); }
div.DivClassName
{
background-color: #F5411C;
}
.BgClassName
{
background-color: #F5411C;
}
</style>
border-color css
<style>
span { border-color: #F5411C; }
span { border-color: rgb(245,65,28); }
td.TdClassName
{
border-color: #F5411C;
}
.TagClassName
{
border-color: #F5411C;
}
</style>