Shades of Red Orange #F34031
Tints of Red Orange #F34031
RGB
CMYK
RGB Variations
Color information
#F34031 (or 0xF34031) is known color: Red Orange. HEX triplet: F3, 40 and 31. RGB value is (243,64,49). Sum of RGB (Red+Green+Blue) = 243+64+49=356 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.26% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 243 - color contains mainly: red. Hex color #F34031 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34031 is #0CBFCE. Grayscale: #747474. Windows color (decimal): -835535 or 3227891. OLE color: 3227891.
HSL color Cylindrical-coordinate representation of color #F34031: hue angle of 4.64º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F34031 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 64 | 49 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.05 |
| HSL | 4.64º | 0.89% | 0.57% | - |
| HSV(B) | 4.64º | 0.8% | 0.95% | - |
| XYZ | 39.35 | 22.94 | 5.26 | - |
| YUV | 115.81 | 90.3 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 64 | 49 | 0 | 0.74 | 0.80 | 0.05 | 4.64 | 0.89 | 0.57 |
| Hex | F3 | 40 | 31 | 0 | 4A | 50 | 5 | 5 | 59 | 39 |
| Octal | 363 | 100 | 61 | 0 | 112 | 120 | 5 | 5 | 131 | 71 |
| Binary | 11110011 | 1000000 | 110001 | 0 | 1001010 | 1010000 | 101 | 101 | 1011001 | 111001 |
Color Harmonies of #F34031
Complementary color
Monochromatic Colors of #F34031
Black with #F34031
Text Example
Text Example
White with #F34031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34031; }
p { color: rgb(243,64,49); }
H1.HeaderClassName
{
color: #F34031;
}
.AnyTagClassName
{
color: #F34031;
}
</style>
background-color css
<style>
a { background-color: #F34031; }
a { background-color: rgb(243,64,49); }
div.DivClassName
{
background-color: #F34031;
}
.BgClassName
{
background-color: #F34031;
}
</style>
border-color css
<style>
span { border-color: #F34031; }
span { border-color: rgb(243,64,49); }
td.TdClassName
{
border-color: #F34031;
}
.TagClassName
{
border-color: #F34031;
}
</style>