Shades of Red Orange #F34329
Tints of Red Orange #F34329
RGB
CMYK
RGB Variations
Color information
#F34329 (or 0xF34329) is known color: Red Orange. HEX triplet: F3, 43 and 29. RGB value is (243,67,41). Sum of RGB (Red+Green+Blue) = 243+67+41=351 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.23% from 351); Green value is 67 (26.56% from 255 or 19.09% from 351); Blue value is 41 (16.41% from 255 or 11.68% from 351); Max value from RGB is 243 - color contains mainly: red. Hex color #F34329 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34329 is #0CBCD6. Grayscale: #747474. Windows color (decimal): -834775 or 2704371. OLE color: 2704371.
HSL color Cylindrical-coordinate representation of color #F34329: hue angle of 7.72º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F34329 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 67 | 41 | - |
| CMYK | 0 | 0.72 | 0.83 | 0.05 |
| HSL | 7.72º | 0.89% | 0.56% | - |
| HSV(B) | 7.72º | 0.83% | 0.95% | - |
| XYZ | 39.37 | 23.23 | 4.51 | - |
| YUV | 116.66 | 85.31 | 218.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 67 | 41 | 0 | 0.72 | 0.83 | 0.05 | 7.72 | 0.89 | 0.56 |
| Hex | F3 | 43 | 29 | 0 | 48 | 53 | 5 | 8 | 59 | 38 |
| Octal | 363 | 103 | 51 | 0 | 110 | 123 | 5 | 10 | 131 | 70 |
| Binary | 11110011 | 1000011 | 101001 | 0 | 1001000 | 1010011 | 101 | 1000 | 1011001 | 111000 |
Color Harmonies of #F34329
Complementary color
Monochromatic Colors of #F34329
Black with #F34329
Text Example
Text Example
White with #F34329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34329; }
p { color: rgb(243,67,41); }
H1.HeaderClassName
{
color: #F34329;
}
.AnyTagClassName
{
color: #F34329;
}
</style>
background-color css
<style>
a { background-color: #F34329; }
a { background-color: rgb(243,67,41); }
div.DivClassName
{
background-color: #F34329;
}
.BgClassName
{
background-color: #F34329;
}
</style>
border-color css
<style>
span { border-color: #F34329; }
span { border-color: rgb(243,67,41); }
td.TdClassName
{
border-color: #F34329;
}
.TagClassName
{
border-color: #F34329;
}
</style>