Shades of Outrageous Orange #F2591F
Tints of Outrageous Orange #F2591F
RGB
CMYK
RGB Variations
Color information
#F2591F (or 0xF2591F) is known color: Outrageous Orange. HEX triplet: F2, 59 and 1F. RGB value is (242,89,31). Sum of RGB (Red+Green+Blue) = 242+89+31=362 (47% of max value = 765). Red value is 242 (94.92% from 255 or 66.85% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 31 (12.5% from 255 or 8.56% from 362); Max value from RGB is 242 - color contains mainly: red. Hex color #F2591F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2591F is #0DA6E0. Grayscale: #808080. Windows color (decimal): -894689 or 2054642. OLE color: 2054642.
HSL color Cylindrical-coordinate representation of color #F2591F: hue angle of 16.49º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F2591F is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 31 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.05 |
| HSL | 16.49º | 0.89% | 0.54% | - |
| HSV(B) | 16.49º | 0.87% | 0.95% | - |
| XYZ | 40.44 | 26.12 | 4.21 | - |
| YUV | 128.14 | 73.19 | 209.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 31 | 0 | 0.63 | 0.87 | 0.05 | 16.49 | 0.89 | 0.54 |
| Hex | F2 | 59 | 1F | 0 | 3F | 57 | 5 | 10 | 59 | 36 |
| Octal | 362 | 131 | 37 | 0 | 77 | 127 | 5 | 20 | 131 | 66 |
| Binary | 11110010 | 1011001 | 11111 | 0 | 111111 | 1010111 | 101 | 10000 | 1011001 | 110110 |
Color Harmonies of #F2591F
Complementary color
Monochromatic Colors of #F2591F
Black with #F2591F
Text Example
Text Example
White with #F2591F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2591F; }
p { color: rgb(242,89,31); }
H1.HeaderClassName
{
color: #F2591F;
}
.AnyTagClassName
{
color: #F2591F;
}
</style>
background-color css
<style>
a { background-color: #F2591F; }
a { background-color: rgb(242,89,31); }
div.DivClassName
{
background-color: #F2591F;
}
.BgClassName
{
background-color: #F2591F;
}
</style>
border-color css
<style>
span { border-color: #F2591F; }
span { border-color: rgb(242,89,31); }
td.TdClassName
{
border-color: #F2591F;
}
.TagClassName
{
border-color: #F2591F;
}
</style>