Shades of Red Orange #F5441C
Tints of Red Orange #F5441C
RGB
CMYK
RGB Variations
Color information
#F5441C (or 0xF5441C) is known color: Red Orange. HEX triplet: F5, 44 and 1C. RGB value is (245,68,28). Sum of RGB (Red+Green+Blue) = 245+68+28=341 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.85% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 28 (11.33% from 255 or 8.21% from 341); Max value from RGB is 245 - color contains mainly: red. Hex color #F5441C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5441C is #0ABBE3. Grayscale: #747474. Windows color (decimal): -703460 or 1852661. OLE color: 1852661.
HSL color Cylindrical-coordinate representation of color #F5441C: hue angle of 11.06º 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 #F5441C is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 68 | 28 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.04 |
| HSL | 11.06º | 0.92% | 0.54% | - |
| HSV(B) | 11.06º | 0.89% | 0.96% | - |
| XYZ | 39.93 | 23.63 | 3.56 | - |
| YUV | 116.36 | 78.14 | 219.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 68 | 28 | 0 | 0.72 | 0.89 | 0.04 | 11.06 | 0.92 | 0.54 |
| Hex | F5 | 44 | 1C | 0 | 48 | 59 | 4 | B | 5C | 36 |
| Octal | 365 | 104 | 34 | 0 | 110 | 131 | 4 | 13 | 134 | 66 |
| Binary | 11110101 | 1000100 | 11100 | 0 | 1001000 | 1011001 | 100 | 1011 | 1011100 | 110110 |
Color Harmonies of #F5441C
Complementary color
Monochromatic Colors of #F5441C
Black with #F5441C
Text Example
Text Example
White with #F5441C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5441C; }
p { color: rgb(245,68,28); }
H1.HeaderClassName
{
color: #F5441C;
}
.AnyTagClassName
{
color: #F5441C;
}
</style>
background-color css
<style>
a { background-color: #F5441C; }
a { background-color: rgb(245,68,28); }
div.DivClassName
{
background-color: #F5441C;
}
.BgClassName
{
background-color: #F5441C;
}
</style>
border-color css
<style>
span { border-color: #F5441C; }
span { border-color: rgb(245,68,28); }
td.TdClassName
{
border-color: #F5441C;
}
.TagClassName
{
border-color: #F5441C;
}
</style>