Shades of Orange Red #F5401A
Tints of Orange Red #F5401A
RGB
CMYK
RGB Variations
Color information
#F5401A (or 0xF5401A) is known color: Orange Red. HEX triplet: F5, 40 and 1A. RGB value is (245,64,26). Sum of RGB (Red+Green+Blue) = 245+64+26=335 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.13% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 26 (10.55% from 255 or 7.76% from 335); Max value from RGB is 245 - color contains mainly: red. Hex color #F5401A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5401A is #0ABFE5. Grayscale: #727272. Windows color (decimal): -704486 or 1720565. OLE color: 1720565.
HSL color Cylindrical-coordinate representation of color #F5401A: hue angle of 10.41º 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 #F5401A is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 64 | 26 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.04 |
| HSL | 10.41º | 0.92% | 0.53% | - |
| HSV(B) | 10.41º | 0.89% | 0.96% | - |
| XYZ | 39.68 | 23.15 | 3.36 | - |
| YUV | 113.79 | 78.47 | 221.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 64 | 26 | 0 | 0.74 | 0.89 | 0.04 | 10.41 | 0.92 | 0.53 |
| Hex | F5 | 40 | 1A | 0 | 4A | 59 | 4 | A | 5C | 35 |
| Octal | 365 | 100 | 32 | 0 | 112 | 131 | 4 | 12 | 134 | 65 |
| Binary | 11110101 | 1000000 | 11010 | 0 | 1001010 | 1011001 | 100 | 1010 | 1011100 | 110101 |
Color Harmonies of #F5401A
Complementary color
Monochromatic Colors of #F5401A
Black with #F5401A
Text Example
Text Example
White with #F5401A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5401A; }
p { color: rgb(245,64,26); }
H1.HeaderClassName
{
color: #F5401A;
}
.AnyTagClassName
{
color: #F5401A;
}
</style>
background-color css
<style>
a { background-color: #F5401A; }
a { background-color: rgb(245,64,26); }
div.DivClassName
{
background-color: #F5401A;
}
.BgClassName
{
background-color: #F5401A;
}
</style>
border-color css
<style>
span { border-color: #F5401A; }
span { border-color: rgb(245,64,26); }
td.TdClassName
{
border-color: #F5401A;
}
.TagClassName
{
border-color: #F5401A;
}
</style>