Shades of Red Orange #F94239
Tints of Red Orange #F94239
RGB
CMYK
RGB Variations
Color information
#F94239 (or 0xF94239) is known color: Red Orange. HEX triplet: F9, 42 and 39. RGB value is (249,66,57). Sum of RGB (Red+Green+Blue) = 249+66+57=372 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.94% from 372); Green value is 66 (26.17% from 255 or 17.74% from 372); Blue value is 57 (22.66% from 255 or 15.32% from 372); Max value from RGB is 249 - color contains mainly: red. Hex color #F94239 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94239 is #06BDC6. Grayscale: #777777. Windows color (decimal): -441799 or 3752697. OLE color: 3752697.
HSL color Cylindrical-coordinate representation of color #F94239: hue angle of 2.81º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F94239 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 66 | 57 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.02 |
| HSL | 2.81º | 0.94% | 0.6% | - |
| HSV(B) | 2.81º | 0.77% | 0.98% | - |
| XYZ | 41.75 | 24.33 | 6.37 | - |
| YUV | 119.69 | 92.63 | 220.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 66 | 57 | 0 | 0.73 | 0.77 | 0.02 | 2.81 | 0.94 | 0.6 |
| Hex | F9 | 42 | 39 | 0 | 49 | 4D | 2 | 3 | 5E | 3C |
| Octal | 371 | 102 | 71 | 0 | 111 | 115 | 2 | 3 | 136 | 74 |
| Binary | 11111001 | 1000010 | 111001 | 0 | 1001001 | 1001101 | 10 | 11 | 1011110 | 111100 |
Color Harmonies of #F94239
Complementary color
Monochromatic Colors of #F94239
Black with #F94239
Text Example
Text Example
White with #F94239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94239; }
p { color: rgb(249,66,57); }
H1.HeaderClassName
{
color: #F94239;
}
.AnyTagClassName
{
color: #F94239;
}
</style>
background-color css
<style>
a { background-color: #F94239; }
a { background-color: rgb(249,66,57); }
div.DivClassName
{
background-color: #F94239;
}
.BgClassName
{
background-color: #F94239;
}
</style>
border-color css
<style>
span { border-color: #F94239; }
span { border-color: rgb(249,66,57); }
td.TdClassName
{
border-color: #F94239;
}
.TagClassName
{
border-color: #F94239;
}
</style>