Shades of Red Orange #F5421B
Tints of Red Orange #F5421B
RGB
CMYK
RGB Variations
Color information
#F5421B (or 0xF5421B) is known color: Red Orange. HEX triplet: F5, 42 and 1B. RGB value is (245,66,27). Sum of RGB (Red+Green+Blue) = 245+66+27=338 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.49% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 27 (10.94% from 255 or 7.99% from 338); Max value from RGB is 245 - color contains mainly: red. Hex color #F5421B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5421B is #0ABDE4. Grayscale: #737373. Windows color (decimal): -703973 or 1786613. OLE color: 1786613.
HSL color Cylindrical-coordinate representation of color #F5421B: hue angle of 10.73º 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 #F5421B is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 66 | 27 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.04 |
| HSL | 10.73º | 0.92% | 0.53% | - |
| HSV(B) | 10.73º | 0.89% | 0.96% | - |
| XYZ | 39.8 | 23.39 | 3.45 | - |
| YUV | 115.08 | 78.3 | 220.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 66 | 27 | 0 | 0.73 | 0.89 | 0.04 | 10.73 | 0.92 | 0.53 |
| Hex | F5 | 42 | 1B | 0 | 49 | 59 | 4 | B | 5C | 35 |
| Octal | 365 | 102 | 33 | 0 | 111 | 131 | 4 | 13 | 134 | 65 |
| Binary | 11110101 | 1000010 | 11011 | 0 | 1001001 | 1011001 | 100 | 1011 | 1011100 | 110101 |
Color Harmonies of #F5421B
Complementary color
Monochromatic Colors of #F5421B
Black with #F5421B
Text Example
Text Example
White with #F5421B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5421B; }
p { color: rgb(245,66,27); }
H1.HeaderClassName
{
color: #F5421B;
}
.AnyTagClassName
{
color: #F5421B;
}
</style>
background-color css
<style>
a { background-color: #F5421B; }
a { background-color: rgb(245,66,27); }
div.DivClassName
{
background-color: #F5421B;
}
.BgClassName
{
background-color: #F5421B;
}
</style>
border-color css
<style>
span { border-color: #F5421B; }
span { border-color: rgb(245,66,27); }
td.TdClassName
{
border-color: #F5421B;
}
.TagClassName
{
border-color: #F5421B;
}
</style>