Shades of Red Orange #F34422
Tints of Red Orange #F34422
RGB
CMYK
RGB Variations
Color information
#F34422 (or 0xF34422) is known color: Red Orange. HEX triplet: F3, 44 and 22. RGB value is (243,68,34). Sum of RGB (Red+Green+Blue) = 243+68+34=345 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.43% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 34 (13.67% from 255 or 9.86% from 345); Max value from RGB is 243 - color contains mainly: red. Hex color #F34422 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34422 is #0CBBDD. Grayscale: #747474. Windows color (decimal): -834526 or 2245875. OLE color: 2245875.
HSL color Cylindrical-coordinate representation of color #F34422: hue angle of 9.76º 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 #F34422 is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 68 | 34 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.05 |
| HSL | 9.76º | 0.9% | 0.54% | - |
| HSV(B) | 9.76º | 0.86% | 0.95% | - |
| XYZ | 39.32 | 23.3 | 3.94 | - |
| YUV | 116.45 | 81.48 | 218.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 68 | 34 | 0 | 0.72 | 0.86 | 0.05 | 9.76 | 0.9 | 0.54 |
| Hex | F3 | 44 | 22 | 0 | 48 | 56 | 5 | A | 5A | 36 |
| Octal | 363 | 104 | 42 | 0 | 110 | 126 | 5 | 12 | 132 | 66 |
| Binary | 11110011 | 1000100 | 100010 | 0 | 1001000 | 1010110 | 101 | 1010 | 1011010 | 110110 |
Color Harmonies of #F34422
Complementary color
Monochromatic Colors of #F34422
Black with #F34422
Text Example
Text Example
White with #F34422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34422; }
p { color: rgb(243,68,34); }
H1.HeaderClassName
{
color: #F34422;
}
.AnyTagClassName
{
color: #F34422;
}
</style>
background-color css
<style>
a { background-color: #F34422; }
a { background-color: rgb(243,68,34); }
div.DivClassName
{
background-color: #F34422;
}
.BgClassName
{
background-color: #F34422;
}
</style>
border-color css
<style>
span { border-color: #F34422; }
span { border-color: rgb(243,68,34); }
td.TdClassName
{
border-color: #F34422;
}
.TagClassName
{
border-color: #F34422;
}
</style>