Shades of Red Orange #F34020
Tints of Red Orange #F34020
RGB
CMYK
RGB Variations
Color information
#F34020 (or 0xF34020) is known color: Red Orange. HEX triplet: F3, 40 and 20. RGB value is (243,64,32). Sum of RGB (Red+Green+Blue) = 243+64+32=339 (44% of max value = 765). Red value is 243 (95.31% from 255 or 71.68% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 32 (12.89% from 255 or 9.44% from 339); Max value from RGB is 243 - color contains mainly: red. Hex color #F34020 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34020 is #0CBFDF. Grayscale: #727272. Windows color (decimal): -835552 or 2113779. OLE color: 2113779.
HSL color Cylindrical-coordinate representation of color #F34020: hue angle of 9.1º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F34020 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 64 | 32 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.05 |
| HSL | 9.1º | 0.9% | 0.54% | - |
| HSV(B) | 9.1º | 0.87% | 0.95% | - |
| XYZ | 39.06 | 22.83 | 3.71 | - |
| YUV | 113.87 | 81.8 | 220.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 64 | 32 | 0 | 0.74 | 0.87 | 0.05 | 9.1 | 0.9 | 0.54 |
| Hex | F3 | 40 | 20 | 0 | 4A | 57 | 5 | 9 | 5A | 36 |
| Octal | 363 | 100 | 40 | 0 | 112 | 127 | 5 | 11 | 132 | 66 |
| Binary | 11110011 | 1000000 | 100000 | 0 | 1001010 | 1010111 | 101 | 1001 | 1011010 | 110110 |
Color Harmonies of #F34020
Complementary color
Monochromatic Colors of #F34020
Black with #F34020
Text Example
Text Example
White with #F34020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34020; }
p { color: rgb(243,64,32); }
H1.HeaderClassName
{
color: #F34020;
}
.AnyTagClassName
{
color: #F34020;
}
</style>
background-color css
<style>
a { background-color: #F34020; }
a { background-color: rgb(243,64,32); }
div.DivClassName
{
background-color: #F34020;
}
.BgClassName
{
background-color: #F34020;
}
</style>
border-color css
<style>
span { border-color: #F34020; }
span { border-color: rgb(243,64,32); }
td.TdClassName
{
border-color: #F34020;
}
.TagClassName
{
border-color: #F34020;
}
</style>