Shades of Red Orange #F34928
Tints of Red Orange #F34928
RGB
CMYK
RGB Variations
Color information
#F34928 (or 0xF34928) is known color: Red Orange. HEX triplet: F3, 49 and 28. RGB value is (243,73,40). Sum of RGB (Red+Green+Blue) = 243+73+40=356 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.26% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 243 - color contains mainly: red. Hex color #F34928 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34928 is #0CB6D7. Grayscale: #787878. Windows color (decimal): -833240 or 2640371. OLE color: 2640371.
HSL color Cylindrical-coordinate representation of color #F34928: hue angle of 9.75º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F34928 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 73 | 40 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.05 |
| HSL | 9.75º | 0.89% | 0.55% | - |
| HSV(B) | 9.75º | 0.84% | 0.95% | - |
| XYZ | 39.73 | 23.97 | 4.54 | - |
| YUV | 120.07 | 82.82 | 215.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 73 | 40 | 0 | 0.70 | 0.84 | 0.05 | 9.75 | 0.89 | 0.55 |
| Hex | F3 | 49 | 28 | 0 | 46 | 54 | 5 | A | 59 | 37 |
| Octal | 363 | 111 | 50 | 0 | 106 | 124 | 5 | 12 | 131 | 67 |
| Binary | 11110011 | 1001001 | 101000 | 0 | 1000110 | 1010100 | 101 | 1010 | 1011001 | 110111 |
Color Harmonies of #F34928
Complementary color
Monochromatic Colors of #F34928
Black with #F34928
Text Example
Text Example
White with #F34928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34928; }
p { color: rgb(243,73,40); }
H1.HeaderClassName
{
color: #F34928;
}
.AnyTagClassName
{
color: #F34928;
}
</style>
background-color css
<style>
a { background-color: #F34928; }
a { background-color: rgb(243,73,40); }
div.DivClassName
{
background-color: #F34928;
}
.BgClassName
{
background-color: #F34928;
}
</style>
border-color css
<style>
span { border-color: #F34928; }
span { border-color: rgb(243,73,40); }
td.TdClassName
{
border-color: #F34928;
}
.TagClassName
{
border-color: #F34928;
}
</style>