Shades of Outrageous Orange #F2642B
Tints of Outrageous Orange #F2642B
RGB
CMYK
RGB Variations
Color information
#F2642B (or 0xF2642B) is known color: Outrageous Orange. HEX triplet: F2, 64 and 2B. RGB value is (242,100,43). Sum of RGB (Red+Green+Blue) = 242+100+43=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 43 (17.19% from 255 or 11.17% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F2642B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2642B is #0D9BD4. Grayscale: #888888. Windows color (decimal): -891861 or 2843890. OLE color: 2843890.
HSL color Cylindrical-coordinate representation of color #F2642B: hue angle of 17.19º 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 #F2642B is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 100 | 43 | - |
| CMYK | 0 | 0.59 | 0.82 | 0.05 |
| HSL | 17.19º | 0.88% | 0.56% | - |
| HSV(B) | 17.19º | 0.82% | 0.95% | - |
| XYZ | 41.61 | 28.17 | 5.53 | - |
| YUV | 135.96 | 75.54 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 100 | 43 | 0 | 0.59 | 0.82 | 0.05 | 17.19 | 0.88 | 0.56 |
| Hex | F2 | 64 | 2B | 0 | 3B | 52 | 5 | 11 | 58 | 38 |
| Octal | 362 | 144 | 53 | 0 | 73 | 122 | 5 | 21 | 130 | 70 |
| Binary | 11110010 | 1100100 | 101011 | 0 | 111011 | 1010010 | 101 | 10001 | 1011000 | 111000 |
Color Harmonies of #F2642B
Complementary color
Monochromatic Colors of #F2642B
Black with #F2642B
Text Example
Text Example
White with #F2642B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2642B; }
p { color: rgb(242,100,43); }
H1.HeaderClassName
{
color: #F2642B;
}
.AnyTagClassName
{
color: #F2642B;
}
</style>
background-color css
<style>
a { background-color: #F2642B; }
a { background-color: rgb(242,100,43); }
div.DivClassName
{
background-color: #F2642B;
}
.BgClassName
{
background-color: #F2642B;
}
</style>
border-color css
<style>
span { border-color: #F2642B; }
span { border-color: rgb(242,100,43); }
td.TdClassName
{
border-color: #F2642B;
}
.TagClassName
{
border-color: #F2642B;
}
</style>