Shades of Outrageous Orange #F1642C
Tints of Outrageous Orange #F1642C
RGB
CMYK
RGB Variations
Color information
#F1642C (or 0xF1642C) is known color: Outrageous Orange. HEX triplet: F1, 64 and 2C. RGB value is (241,100,44). Sum of RGB (Red+Green+Blue) = 241+100+44=385 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.60% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 44 (17.58% from 255 or 11.43% from 385); Max value from RGB is 241 - color contains mainly: red. Hex color #F1642C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1642C is #0E9BD3. Grayscale: #888888. Windows color (decimal): -957396 or 2909425. OLE color: 2909425.
HSL color Cylindrical-coordinate representation of color #F1642C: hue angle of 17.06º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F1642C is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 100 | 44 | - |
| CMYK | 0 | 0.59 | 0.82 | 0.05 |
| HSL | 17.06º | 0.88% | 0.56% | - |
| HSV(B) | 17.06º | 0.82% | 0.95% | - |
| XYZ | 41.29 | 28 | 5.61 | - |
| YUV | 135.78 | 76.21 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 100 | 44 | 0 | 0.59 | 0.82 | 0.05 | 17.06 | 0.88 | 0.56 |
| Hex | F1 | 64 | 2C | 0 | 3B | 52 | 5 | 11 | 58 | 38 |
| Octal | 361 | 144 | 54 | 0 | 73 | 122 | 5 | 21 | 130 | 70 |
| Binary | 11110001 | 1100100 | 101100 | 0 | 111011 | 1010010 | 101 | 10001 | 1011000 | 111000 |
Color Harmonies of #F1642C
Complementary color
Monochromatic Colors of #F1642C
Black with #F1642C
Text Example
Text Example
White with #F1642C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1642C; }
p { color: rgb(241,100,44); }
H1.HeaderClassName
{
color: #F1642C;
}
.AnyTagClassName
{
color: #F1642C;
}
</style>
background-color css
<style>
a { background-color: #F1642C; }
a { background-color: rgb(241,100,44); }
div.DivClassName
{
background-color: #F1642C;
}
.BgClassName
{
background-color: #F1642C;
}
</style>
border-color css
<style>
span { border-color: #F1642C; }
span { border-color: rgb(241,100,44); }
td.TdClassName
{
border-color: #F1642C;
}
.TagClassName
{
border-color: #F1642C;
}
</style>