Shades of Red Orange #F94038
Tints of Red Orange #F94038
RGB
CMYK
RGB Variations
Color information
#F94038 (or 0xF94038) is known color: Red Orange. HEX triplet: F9, 40 and 38. RGB value is (249,64,56). Sum of RGB (Red+Green+Blue) = 249+64+56=369 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.48% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 56 (22.27% from 255 or 15.18% from 369); Max value from RGB is 249 - color contains mainly: red. Hex color #F94038 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94038 is #06BFC7. Grayscale: #767676. Windows color (decimal): -442312 or 3686649. OLE color: 3686649.
HSL color Cylindrical-coordinate representation of color #F94038: hue angle of 2.49º 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 #F94038 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 64 | 56 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.02 |
| HSL | 2.49º | 0.94% | 0.6% | - |
| HSV(B) | 2.49º | 0.78% | 0.98% | - |
| XYZ | 41.61 | 24.09 | 6.2 | - |
| YUV | 118.4 | 92.79 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 64 | 56 | 0 | 0.74 | 0.78 | 0.02 | 2.49 | 0.94 | 0.6 |
| Hex | F9 | 40 | 38 | 0 | 4A | 4E | 2 | 2 | 5E | 3C |
| Octal | 371 | 100 | 70 | 0 | 112 | 116 | 2 | 2 | 136 | 74 |
| Binary | 11111001 | 1000000 | 111000 | 0 | 1001010 | 1001110 | 10 | 10 | 1011110 | 111100 |
Color Harmonies of #F94038
Complementary color
Monochromatic Colors of #F94038
Black with #F94038
Text Example
Text Example
White with #F94038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94038; }
p { color: rgb(249,64,56); }
H1.HeaderClassName
{
color: #F94038;
}
.AnyTagClassName
{
color: #F94038;
}
</style>
background-color css
<style>
a { background-color: #F94038; }
a { background-color: rgb(249,64,56); }
div.DivClassName
{
background-color: #F94038;
}
.BgClassName
{
background-color: #F94038;
}
</style>
border-color css
<style>
span { border-color: #F94038; }
span { border-color: rgb(249,64,56); }
td.TdClassName
{
border-color: #F94038;
}
.TagClassName
{
border-color: #F94038;
}
</style>