Shades of Outrageous Orange #F2602D
Tints of Outrageous Orange #F2602D
RGB
CMYK
RGB Variations
Color information
#F2602D (or 0xF2602D) is known color: Outrageous Orange. HEX triplet: F2, 60 and 2D. RGB value is (242,96,45). Sum of RGB (Red+Green+Blue) = 242+96+45=383 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.19% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 45 (17.97% from 255 or 11.75% from 383); Max value from RGB is 242 - color contains mainly: red. Hex color #F2602D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2602D is #0D9FD2. Grayscale: #868686. Windows color (decimal): -892883 or 2973938. OLE color: 2973938.
HSL color Cylindrical-coordinate representation of color #F2602D: hue angle of 15.53º 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 #F2602D is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 96 | 45 | - |
| CMYK | 0 | 0.60 | 0.81 | 0.05 |
| HSL | 15.53º | 0.88% | 0.56% | - |
| HSV(B) | 15.53º | 0.81% | 0.95% | - |
| XYZ | 41.27 | 27.43 | 5.6 | - |
| YUV | 133.84 | 77.87 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 45 | 0 | 0.60 | 0.81 | 0.05 | 15.53 | 0.88 | 0.56 |
| Hex | F2 | 60 | 2D | 0 | 3C | 51 | 5 | 10 | 58 | 38 |
| Octal | 362 | 140 | 55 | 0 | 74 | 121 | 5 | 20 | 130 | 70 |
| Binary | 11110010 | 1100000 | 101101 | 0 | 111100 | 1010001 | 101 | 10000 | 1011000 | 111000 |
Color Harmonies of #F2602D
Complementary color
Monochromatic Colors of #F2602D
Black with #F2602D
Text Example
Text Example
White with #F2602D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2602D; }
p { color: rgb(242,96,45); }
H1.HeaderClassName
{
color: #F2602D;
}
.AnyTagClassName
{
color: #F2602D;
}
</style>
background-color css
<style>
a { background-color: #F2602D; }
a { background-color: rgb(242,96,45); }
div.DivClassName
{
background-color: #F2602D;
}
.BgClassName
{
background-color: #F2602D;
}
</style>
border-color css
<style>
span { border-color: #F2602D; }
span { border-color: rgb(242,96,45); }
td.TdClassName
{
border-color: #F2602D;
}
.TagClassName
{
border-color: #F2602D;
}
</style>