Shades of Red Orange #F34022
Tints of Red Orange #F34022
RGB
CMYK
RGB Variations
Color information
#F34022 (or 0xF34022) is known color: Red Orange. HEX triplet: F3, 40 and 22. RGB value is (243,64,34). Sum of RGB (Red+Green+Blue) = 243+64+34=341 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.26% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 34 (13.67% from 255 or 9.97% from 341); Max value from RGB is 243 - color contains mainly: red. Hex color #F34022 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34022 is #0CBFDD. Grayscale: #727272. Windows color (decimal): -835550 or 2244851. OLE color: 2244851.
HSL color Cylindrical-coordinate representation of color #F34022: hue angle of 8.61º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F34022 is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 64 | 34 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.05 |
| HSL | 8.61º | 0.9% | 0.54% | - |
| HSV(B) | 8.61º | 0.86% | 0.95% | - |
| XYZ | 39.08 | 22.84 | 3.86 | - |
| YUV | 114.1 | 82.8 | 219.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 64 | 34 | 0 | 0.74 | 0.86 | 0.05 | 8.61 | 0.9 | 0.54 |
| Hex | F3 | 40 | 22 | 0 | 4A | 56 | 5 | 9 | 5A | 36 |
| Octal | 363 | 100 | 42 | 0 | 112 | 126 | 5 | 11 | 132 | 66 |
| Binary | 11110011 | 1000000 | 100010 | 0 | 1001010 | 1010110 | 101 | 1001 | 1011010 | 110110 |
Color Harmonies of #F34022
Complementary color
Monochromatic Colors of #F34022
Black with #F34022
Text Example
Text Example
White with #F34022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34022; }
p { color: rgb(243,64,34); }
H1.HeaderClassName
{
color: #F34022;
}
.AnyTagClassName
{
color: #F34022;
}
</style>
background-color css
<style>
a { background-color: #F34022; }
a { background-color: rgb(243,64,34); }
div.DivClassName
{
background-color: #F34022;
}
.BgClassName
{
background-color: #F34022;
}
</style>
border-color css
<style>
span { border-color: #F34022; }
span { border-color: rgb(243,64,34); }
td.TdClassName
{
border-color: #F34022;
}
.TagClassName
{
border-color: #F34022;
}
</style>