Shades of Red Orange #F34920
Tints of Red Orange #F34920
RGB
CMYK
RGB Variations
Color information
#F34920 (or 0xF34920) is known color: Red Orange. HEX triplet: F3, 49 and 20. RGB value is (243,73,32). Sum of RGB (Red+Green+Blue) = 243+73+32=348 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.83% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 32 (12.89% from 255 or 9.20% from 348); Max value from RGB is 243 - color contains mainly: red. Hex color #F34920 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34920 is #0CB6DF. Grayscale: #777777. Windows color (decimal): -833248 or 2116083. OLE color: 2116083.
HSL color Cylindrical-coordinate representation of color #F34920: hue angle of 11.66º 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 #F34920 is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 73 | 32 | - |
| CMYK | 0 | 0.70 | 0.87 | 0.05 |
| HSL | 11.66º | 0.9% | 0.54% | - |
| HSV(B) | 11.66º | 0.87% | 0.95% | - |
| XYZ | 39.61 | 23.92 | 3.9 | - |
| YUV | 119.16 | 78.82 | 216.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 73 | 32 | 0 | 0.70 | 0.87 | 0.05 | 11.66 | 0.9 | 0.54 |
| Hex | F3 | 49 | 20 | 0 | 46 | 57 | 5 | C | 5A | 36 |
| Octal | 363 | 111 | 40 | 0 | 106 | 127 | 5 | 14 | 132 | 66 |
| Binary | 11110011 | 1001001 | 100000 | 0 | 1000110 | 1010111 | 101 | 1100 | 1011010 | 110110 |
Color Harmonies of #F34920
Complementary color
Monochromatic Colors of #F34920
Black with #F34920
Text Example
Text Example
White with #F34920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34920; }
p { color: rgb(243,73,32); }
H1.HeaderClassName
{
color: #F34920;
}
.AnyTagClassName
{
color: #F34920;
}
</style>
background-color css
<style>
a { background-color: #F34920; }
a { background-color: rgb(243,73,32); }
div.DivClassName
{
background-color: #F34920;
}
.BgClassName
{
background-color: #F34920;
}
</style>
border-color css
<style>
span { border-color: #F34920; }
span { border-color: rgb(243,73,32); }
td.TdClassName
{
border-color: #F34920;
}
.TagClassName
{
border-color: #F34920;
}
</style>