Shades of Red Orange #F5421E
Tints of Red Orange #F5421E
RGB
CMYK
RGB Variations
Color information
#F5421E (or 0xF5421E) is known color: Red Orange. HEX triplet: F5, 42 and 1E. RGB value is (245,66,30). Sum of RGB (Red+Green+Blue) = 245+66+30=341 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.85% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 245 - color contains mainly: red. Hex color #F5421E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5421E is #0ABDE1. Grayscale: #737373. Windows color (decimal): -703970 or 1983221. OLE color: 1983221.
HSL color Cylindrical-coordinate representation of color #F5421E: hue angle of 10.05º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F5421E is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 66 | 30 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.04 |
| HSL | 10.05º | 0.91% | 0.54% | - |
| HSV(B) | 10.05º | 0.88% | 0.96% | - |
| XYZ | 39.84 | 23.4 | 3.65 | - |
| YUV | 115.42 | 79.8 | 220.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 66 | 30 | 0 | 0.73 | 0.88 | 0.04 | 10.05 | 0.91 | 0.54 |
| Hex | F5 | 42 | 1E | 0 | 49 | 58 | 4 | A | 5B | 36 |
| Octal | 365 | 102 | 36 | 0 | 111 | 130 | 4 | 12 | 133 | 66 |
| Binary | 11110101 | 1000010 | 11110 | 0 | 1001001 | 1011000 | 100 | 1010 | 1011011 | 110110 |
Color Harmonies of #F5421E
Complementary color
Monochromatic Colors of #F5421E
Black with #F5421E
Text Example
Text Example
White with #F5421E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5421E; }
p { color: rgb(245,66,30); }
H1.HeaderClassName
{
color: #F5421E;
}
.AnyTagClassName
{
color: #F5421E;
}
</style>
background-color css
<style>
a { background-color: #F5421E; }
a { background-color: rgb(245,66,30); }
div.DivClassName
{
background-color: #F5421E;
}
.BgClassName
{
background-color: #F5421E;
}
</style>
border-color css
<style>
span { border-color: #F5421E; }
span { border-color: rgb(245,66,30); }
td.TdClassName
{
border-color: #F5421E;
}
.TagClassName
{
border-color: #F5421E;
}
</style>