Shades of Outrageous Orange #F9582B
Tints of Outrageous Orange #F9582B
RGB
CMYK
RGB Variations
Color information
#F9582B (or 0xF9582B) is known color: Outrageous Orange. HEX triplet: F9, 58 and 2B. RGB value is (249,88,43). Sum of RGB (Red+Green+Blue) = 249+88+43=380 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.53% from 380); Green value is 88 (34.77% from 255 or 23.16% from 380); Blue value is 43 (17.19% from 255 or 11.32% from 380); Max value from RGB is 249 - color contains mainly: red. Hex color #F9582B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9582B is #06A7D4. Grayscale: #838383. Windows color (decimal): -436181 or 2840825. OLE color: 2840825.
HSL color Cylindrical-coordinate representation of color #F9582B: hue angle of 13.11º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F9582B is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 88 | 43 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.02 |
| HSL | 13.11º | 0.94% | 0.57% | - |
| HSV(B) | 13.11º | 0.83% | 0.98% | - |
| XYZ | 42.99 | 27.29 | 5.29 | - |
| YUV | 131.01 | 78.34 | 212.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 88 | 43 | 0 | 0.65 | 0.83 | 0.02 | 13.11 | 0.94 | 0.57 |
| Hex | F9 | 58 | 2B | 0 | 41 | 53 | 2 | D | 5E | 39 |
| Octal | 371 | 130 | 53 | 0 | 101 | 123 | 2 | 15 | 136 | 71 |
| Binary | 11111001 | 1011000 | 101011 | 0 | 1000001 | 1010011 | 10 | 1101 | 1011110 | 111001 |
Color Harmonies of #F9582B
Complementary color
Monochromatic Colors of #F9582B
Black with #F9582B
Text Example
Text Example
White with #F9582B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9582B; }
p { color: rgb(249,88,43); }
H1.HeaderClassName
{
color: #F9582B;
}
.AnyTagClassName
{
color: #F9582B;
}
</style>
background-color css
<style>
a { background-color: #F9582B; }
a { background-color: rgb(249,88,43); }
div.DivClassName
{
background-color: #F9582B;
}
.BgClassName
{
background-color: #F9582B;
}
</style>
border-color css
<style>
span { border-color: #F9582B; }
span { border-color: rgb(249,88,43); }
td.TdClassName
{
border-color: #F9582B;
}
.TagClassName
{
border-color: #F9582B;
}
</style>