Shades of Outrageous Orange #F2652D
Tints of Outrageous Orange #F2652D
RGB
CMYK
RGB Variations
Color information
#F2652D (or 0xF2652D) is known color: Outrageous Orange. HEX triplet: F2, 65 and 2D. RGB value is (242,101,45). Sum of RGB (Red+Green+Blue) = 242+101+45=388 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.37% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 45 (17.97% from 255 or 11.60% from 388); Max value from RGB is 242 - color contains mainly: red. Hex color #F2652D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2652D is #0D9AD2. Grayscale: #898989. Windows color (decimal): -891603 or 2975218. OLE color: 2975218.
HSL color Cylindrical-coordinate representation of color #F2652D: 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.81%. Process color model (Four color, CMYK) of #F2652D is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 101 | 45 | - |
| CMYK | 0 | 0.58 | 0.81 | 0.05 |
| HSL | 17.06º | 0.88% | 0.56% | - |
| HSV(B) | 17.06º | 0.81% | 0.95% | - |
| XYZ | 41.75 | 28.37 | 5.76 | - |
| YUV | 136.78 | 76.21 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 45 | 0 | 0.58 | 0.81 | 0.05 | 17.06 | 0.88 | 0.56 |
| Hex | F2 | 65 | 2D | 0 | 3A | 51 | 5 | 11 | 58 | 38 |
| Octal | 362 | 145 | 55 | 0 | 72 | 121 | 5 | 21 | 130 | 70 |
| Binary | 11110010 | 1100101 | 101101 | 0 | 111010 | 1010001 | 101 | 10001 | 1011000 | 111000 |
Color Harmonies of #F2652D
Complementary color
Monochromatic Colors of #F2652D
Black with #F2652D
Text Example
Text Example
White with #F2652D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2652D; }
p { color: rgb(242,101,45); }
H1.HeaderClassName
{
color: #F2652D;
}
.AnyTagClassName
{
color: #F2652D;
}
</style>
background-color css
<style>
a { background-color: #F2652D; }
a { background-color: rgb(242,101,45); }
div.DivClassName
{
background-color: #F2652D;
}
.BgClassName
{
background-color: #F2652D;
}
</style>
border-color css
<style>
span { border-color: #F2652D; }
span { border-color: rgb(242,101,45); }
td.TdClassName
{
border-color: #F2652D;
}
.TagClassName
{
border-color: #F2652D;
}
</style>