Shades of Orange Red #F5421A
Tints of Orange Red #F5421A
RGB
CMYK
RGB Variations
Color information
#F5421A (or 0xF5421A) is known color: Orange Red. HEX triplet: F5, 42 and 1A. RGB value is (245,66,26). Sum of RGB (Red+Green+Blue) = 245+66+26=337 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.70% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 26 (10.55% from 255 or 7.72% from 337); Max value from RGB is 245 - color contains mainly: red. Hex color #F5421A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5421A is #0ABDE5. Grayscale: #737373. Windows color (decimal): -703974 or 1721077. OLE color: 1721077.
HSL color Cylindrical-coordinate representation of color #F5421A: hue angle of 10.96º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F5421A is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 66 | 26 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.04 |
| HSL | 10.96º | 0.92% | 0.53% | - |
| HSV(B) | 10.96º | 0.89% | 0.96% | - |
| XYZ | 39.79 | 23.38 | 3.39 | - |
| YUV | 114.96 | 77.8 | 220.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 66 | 26 | 0 | 0.73 | 0.89 | 0.04 | 10.96 | 0.92 | 0.53 |
| Hex | F5 | 42 | 1A | 0 | 49 | 59 | 4 | B | 5C | 35 |
| Octal | 365 | 102 | 32 | 0 | 111 | 131 | 4 | 13 | 134 | 65 |
| Binary | 11110101 | 1000010 | 11010 | 0 | 1001001 | 1011001 | 100 | 1011 | 1011100 | 110101 |
Color Harmonies of #F5421A
Complementary color
Monochromatic Colors of #F5421A
Black with #F5421A
Text Example
Text Example
White with #F5421A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5421A; }
p { color: rgb(245,66,26); }
H1.HeaderClassName
{
color: #F5421A;
}
.AnyTagClassName
{
color: #F5421A;
}
</style>
background-color css
<style>
a { background-color: #F5421A; }
a { background-color: rgb(245,66,26); }
div.DivClassName
{
background-color: #F5421A;
}
.BgClassName
{
background-color: #F5421A;
}
</style>
border-color css
<style>
span { border-color: #F5421A; }
span { border-color: rgb(245,66,26); }
td.TdClassName
{
border-color: #F5421A;
}
.TagClassName
{
border-color: #F5421A;
}
</style>