Shades of Red Orange #F34925
Tints of Red Orange #F34925
RGB
CMYK
RGB Variations
Color information
#F34925 (or 0xF34925) is known color: Red Orange. HEX triplet: F3, 49 and 25. RGB value is (243,73,37). Sum of RGB (Red+Green+Blue) = 243+73+37=353 (46% of max value = 765). Red value is 243 (95.31% from 255 or 68.84% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 37 (14.84% from 255 or 10.48% from 353); Max value from RGB is 243 - color contains mainly: red. Hex color #F34925 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34925 is #0CB6DA. Grayscale: #787878. Windows color (decimal): -833243 or 2443763. OLE color: 2443763.
HSL color Cylindrical-coordinate representation of color #F34925: hue angle of 10.49º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F34925 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 73 | 37 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.05 |
| HSL | 10.49º | 0.9% | 0.55% | - |
| HSV(B) | 10.49º | 0.85% | 0.95% | - |
| XYZ | 39.68 | 23.95 | 4.28 | - |
| YUV | 119.73 | 81.32 | 215.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 73 | 37 | 0 | 0.70 | 0.85 | 0.05 | 10.49 | 0.9 | 0.55 |
| Hex | F3 | 49 | 25 | 0 | 46 | 55 | 5 | A | 5A | 37 |
| Octal | 363 | 111 | 45 | 0 | 106 | 125 | 5 | 12 | 132 | 67 |
| Binary | 11110011 | 1001001 | 100101 | 0 | 1000110 | 1010101 | 101 | 1010 | 1011010 | 110111 |
Color Harmonies of #F34925
Complementary color
Monochromatic Colors of #F34925
Black with #F34925
Text Example
Text Example
White with #F34925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34925; }
p { color: rgb(243,73,37); }
H1.HeaderClassName
{
color: #F34925;
}
.AnyTagClassName
{
color: #F34925;
}
</style>
background-color css
<style>
a { background-color: #F34925; }
a { background-color: rgb(243,73,37); }
div.DivClassName
{
background-color: #F34925;
}
.BgClassName
{
background-color: #F34925;
}
</style>
border-color css
<style>
span { border-color: #F34925; }
span { border-color: rgb(243,73,37); }
td.TdClassName
{
border-color: #F34925;
}
.TagClassName
{
border-color: #F34925;
}
</style>