Shades of Red Orange #F5421C
Tints of Red Orange #F5421C
RGB
CMYK
RGB Variations
Color information
#F5421C (or 0xF5421C) is known color: Red Orange. HEX triplet: F5, 42 and 1C. RGB value is (245,66,28). Sum of RGB (Red+Green+Blue) = 245+66+28=339 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.27% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 28 (11.33% from 255 or 8.26% from 339); Max value from RGB is 245 - color contains mainly: red. Hex color #F5421C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5421C is #0ABDE3. Grayscale: #737373. Windows color (decimal): -703972 or 1852149. OLE color: 1852149.
HSL color Cylindrical-coordinate representation of color #F5421C: hue angle of 10.51º 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 #F5421C is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 66 | 28 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.04 |
| HSL | 10.51º | 0.92% | 0.54% | - |
| HSV(B) | 10.51º | 0.89% | 0.96% | - |
| XYZ | 39.81 | 23.39 | 3.52 | - |
| YUV | 115.19 | 78.8 | 220.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 66 | 28 | 0 | 0.73 | 0.89 | 0.04 | 10.51 | 0.92 | 0.54 |
| Hex | F5 | 42 | 1C | 0 | 49 | 59 | 4 | B | 5C | 36 |
| Octal | 365 | 102 | 34 | 0 | 111 | 131 | 4 | 13 | 134 | 66 |
| Binary | 11110101 | 1000010 | 11100 | 0 | 1001001 | 1011001 | 100 | 1011 | 1011100 | 110110 |
Color Harmonies of #F5421C
Complementary color
Monochromatic Colors of #F5421C
Black with #F5421C
Text Example
Text Example
White with #F5421C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5421C; }
p { color: rgb(245,66,28); }
H1.HeaderClassName
{
color: #F5421C;
}
.AnyTagClassName
{
color: #F5421C;
}
</style>
background-color css
<style>
a { background-color: #F5421C; }
a { background-color: rgb(245,66,28); }
div.DivClassName
{
background-color: #F5421C;
}
.BgClassName
{
background-color: #F5421C;
}
</style>
border-color css
<style>
span { border-color: #F5421C; }
span { border-color: rgb(245,66,28); }
td.TdClassName
{
border-color: #F5421C;
}
.TagClassName
{
border-color: #F5421C;
}
</style>