Shades of Red Orange #F94122
Tints of Red Orange #F94122
RGB
CMYK
RGB Variations
Color information
#F94122 (or 0xF94122) is known color: Red Orange. HEX triplet: F9, 41 and 22. RGB value is (249,65,34). Sum of RGB (Red+Green+Blue) = 249+65+34=348 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.55% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 34 (13.67% from 255 or 9.77% from 348); Max value from RGB is 249 - color contains mainly: red. Hex color #F94122 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94122 is #06BEDD. Grayscale: #747474. Windows color (decimal): -442078 or 2245113. OLE color: 2245113.
HSL color Cylindrical-coordinate representation of color #F94122: hue angle of 8.65º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F94122 is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 65 | 34 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.02 |
| HSL | 8.65º | 0.95% | 0.55% | - |
| HSV(B) | 8.65º | 0.86% | 0.98% | - |
| XYZ | 41.25 | 24.04 | 3.98 | - |
| YUV | 116.48 | 81.46 | 222.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 65 | 34 | 0 | 0.74 | 0.86 | 0.02 | 8.65 | 0.95 | 0.55 |
| Hex | F9 | 41 | 22 | 0 | 4A | 56 | 2 | 9 | 5F | 37 |
| Octal | 371 | 101 | 42 | 0 | 112 | 126 | 2 | 11 | 137 | 67 |
| Binary | 11111001 | 1000001 | 100010 | 0 | 1001010 | 1010110 | 10 | 1001 | 1011111 | 110111 |
Color Harmonies of #F94122
Complementary color
Monochromatic Colors of #F94122
Black with #F94122
Text Example
Text Example
White with #F94122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94122; }
p { color: rgb(249,65,34); }
H1.HeaderClassName
{
color: #F94122;
}
.AnyTagClassName
{
color: #F94122;
}
</style>
background-color css
<style>
a { background-color: #F94122; }
a { background-color: rgb(249,65,34); }
div.DivClassName
{
background-color: #F94122;
}
.BgClassName
{
background-color: #F94122;
}
</style>
border-color css
<style>
span { border-color: #F94122; }
span { border-color: rgb(249,65,34); }
td.TdClassName
{
border-color: #F94122;
}
.TagClassName
{
border-color: #F94122;
}
</style>