Shades of Red Orange #F84138
Tints of Red Orange #F84138
RGB
CMYK
RGB Variations
Color information
#F84138 (or 0xF84138) is known color: Red Orange. HEX triplet: F8, 41 and 38. RGB value is (248,65,56). Sum of RGB (Red+Green+Blue) = 248+65+56=369 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.21% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 56 (22.27% from 255 or 15.18% from 369); Max value from RGB is 248 - color contains mainly: red. Hex color #F84138 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F84138 is #07BEC7. Grayscale: #767676. Windows color (decimal): -507592 or 3686904. OLE color: 3686904.
HSL color Cylindrical-coordinate representation of color #F84138: hue angle of 2.81º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F84138 is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 65 | 56 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.03 |
| HSL | 2.81º | 0.93% | 0.6% | - |
| HSV(B) | 2.81º | 0.77% | 0.97% | - |
| XYZ | 41.32 | 24.02 | 6.2 | - |
| YUV | 118.69 | 92.63 | 220.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 65 | 56 | 0 | 0.74 | 0.77 | 0.03 | 2.81 | 0.93 | 0.6 |
| Hex | F8 | 41 | 38 | 0 | 4A | 4D | 3 | 3 | 5D | 3C |
| Octal | 370 | 101 | 70 | 0 | 112 | 115 | 3 | 3 | 135 | 74 |
| Binary | 11111000 | 1000001 | 111000 | 0 | 1001010 | 1001101 | 11 | 11 | 1011101 | 111100 |
Color Harmonies of #F84138
Complementary color
Monochromatic Colors of #F84138
Black with #F84138
Text Example
Text Example
White with #F84138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84138; }
p { color: rgb(248,65,56); }
H1.HeaderClassName
{
color: #F84138;
}
.AnyTagClassName
{
color: #F84138;
}
</style>
background-color css
<style>
a { background-color: #F84138; }
a { background-color: rgb(248,65,56); }
div.DivClassName
{
background-color: #F84138;
}
.BgClassName
{
background-color: #F84138;
}
</style>
border-color css
<style>
span { border-color: #F84138; }
span { border-color: rgb(248,65,56); }
td.TdClassName
{
border-color: #F84138;
}
.TagClassName
{
border-color: #F84138;
}
</style>