Shades of Red Orange #F94138
Tints of Red Orange #F94138
RGB
CMYK
RGB Variations
Color information
#F94138 (or 0xF94138) is known color: Red Orange. HEX triplet: F9, 41 and 38. RGB value is (249,65,56). Sum of RGB (Red+Green+Blue) = 249+65+56=370 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.30% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 56 (22.27% from 255 or 15.14% from 370); Max value from RGB is 249 - color contains mainly: red. Hex color #F94138 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94138 is #06BEC7. Grayscale: #777777. Windows color (decimal): -442056 or 3686905. OLE color: 3686905.
HSL color Cylindrical-coordinate representation of color #F94138: hue angle of 2.8º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F94138 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 65 | 56 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.02 |
| HSL | 2.8º | 0.94% | 0.6% | - |
| HSV(B) | 2.8º | 0.78% | 0.98% | - |
| XYZ | 41.67 | 24.21 | 6.22 | - |
| YUV | 118.99 | 92.46 | 220.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 65 | 56 | 0 | 0.74 | 0.78 | 0.02 | 2.8 | 0.94 | 0.6 |
| Hex | F9 | 41 | 38 | 0 | 4A | 4E | 2 | 3 | 5E | 3C |
| Octal | 371 | 101 | 70 | 0 | 112 | 116 | 2 | 3 | 136 | 74 |
| Binary | 11111001 | 1000001 | 111000 | 0 | 1001010 | 1001110 | 10 | 11 | 1011110 | 111100 |
Color Harmonies of #F94138
Complementary color
Monochromatic Colors of #F94138
Black with #F94138
Text Example
Text Example
White with #F94138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94138; }
p { color: rgb(249,65,56); }
H1.HeaderClassName
{
color: #F94138;
}
.AnyTagClassName
{
color: #F94138;
}
</style>
background-color css
<style>
a { background-color: #F94138; }
a { background-color: rgb(249,65,56); }
div.DivClassName
{
background-color: #F94138;
}
.BgClassName
{
background-color: #F94138;
}
</style>
border-color css
<style>
span { border-color: #F94138; }
span { border-color: rgb(249,65,56); }
td.TdClassName
{
border-color: #F94138;
}
.TagClassName
{
border-color: #F94138;
}
</style>