Shades of Red Orange #F54422
Tints of Red Orange #F54422
RGB
CMYK
RGB Variations
Color information
#F54422 (or 0xF54422) is known color: Red Orange. HEX triplet: F5, 44 and 22. RGB value is (245,68,34). Sum of RGB (Red+Green+Blue) = 245+68+34=347 (45% of max value = 765). Red value is 245 (96.09% from 255 or 70.61% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 34 (13.67% from 255 or 9.80% from 347); Max value from RGB is 245 - color contains mainly: red. Hex color #F54422 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54422 is #0ABBDD. Grayscale: #757575. Windows color (decimal): -703454 or 2245877. OLE color: 2245877.
HSL color Cylindrical-coordinate representation of color #F54422: hue angle of 9.67º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F54422 is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 68 | 34 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.04 |
| HSL | 9.67º | 0.91% | 0.55% | - |
| HSV(B) | 9.67º | 0.86% | 0.96% | - |
| XYZ | 40.01 | 23.66 | 3.97 | - |
| YUV | 117.05 | 81.14 | 219.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 68 | 34 | 0 | 0.72 | 0.86 | 0.04 | 9.67 | 0.91 | 0.55 |
| Hex | F5 | 44 | 22 | 0 | 48 | 56 | 4 | A | 5B | 37 |
| Octal | 365 | 104 | 42 | 0 | 110 | 126 | 4 | 12 | 133 | 67 |
| Binary | 11110101 | 1000100 | 100010 | 0 | 1001000 | 1010110 | 100 | 1010 | 1011011 | 110111 |
Color Harmonies of #F54422
Complementary color
Monochromatic Colors of #F54422
Black with #F54422
Text Example
Text Example
White with #F54422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54422; }
p { color: rgb(245,68,34); }
H1.HeaderClassName
{
color: #F54422;
}
.AnyTagClassName
{
color: #F54422;
}
</style>
background-color css
<style>
a { background-color: #F54422; }
a { background-color: rgb(245,68,34); }
div.DivClassName
{
background-color: #F54422;
}
.BgClassName
{
background-color: #F54422;
}
</style>
border-color css
<style>
span { border-color: #F54422; }
span { border-color: rgb(245,68,34); }
td.TdClassName
{
border-color: #F54422;
}
.TagClassName
{
border-color: #F54422;
}
</style>