Shades of Outrageous Orange #F2582B
Tints of Outrageous Orange #F2582B
RGB
CMYK
RGB Variations
Color information
#F2582B (or 0xF2582B) is known color: Outrageous Orange. HEX triplet: F2, 58 and 2B. RGB value is (242,88,43). Sum of RGB (Red+Green+Blue) = 242+88+43=373 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.88% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 43 (17.19% from 255 or 11.53% from 373); Max value from RGB is 242 - color contains mainly: red. Hex color #F2582B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2582B is #0DA7D4. Grayscale: #818181. Windows color (decimal): -894933 or 2840818. OLE color: 2840818.
HSL color Cylindrical-coordinate representation of color #F2582B: hue angle of 13.57º 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 #F2582B is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 88 | 43 | - |
| CMYK | 0 | 0.64 | 0.82 | 0.05 |
| HSL | 13.57º | 0.88% | 0.56% | - |
| HSV(B) | 13.57º | 0.82% | 0.95% | - |
| XYZ | 40.54 | 26.03 | 5.17 | - |
| YUV | 128.92 | 79.52 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 88 | 43 | 0 | 0.64 | 0.82 | 0.05 | 13.57 | 0.88 | 0.56 |
| Hex | F2 | 58 | 2B | 0 | 40 | 52 | 5 | E | 58 | 38 |
| Octal | 362 | 130 | 53 | 0 | 100 | 122 | 5 | 16 | 130 | 70 |
| Binary | 11110010 | 1011000 | 101011 | 0 | 1000000 | 1010010 | 101 | 1110 | 1011000 | 111000 |
Color Harmonies of #F2582B
Complementary color
Monochromatic Colors of #F2582B
Black with #F2582B
Text Example
Text Example
White with #F2582B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2582B; }
p { color: rgb(242,88,43); }
H1.HeaderClassName
{
color: #F2582B;
}
.AnyTagClassName
{
color: #F2582B;
}
</style>
background-color css
<style>
a { background-color: #F2582B; }
a { background-color: rgb(242,88,43); }
div.DivClassName
{
background-color: #F2582B;
}
.BgClassName
{
background-color: #F2582B;
}
</style>
border-color css
<style>
span { border-color: #F2582B; }
span { border-color: rgb(242,88,43); }
td.TdClassName
{
border-color: #F2582B;
}
.TagClassName
{
border-color: #F2582B;
}
</style>