Shades of Outrageous Orange #FA582C
Tints of Outrageous Orange #FA582C
RGB
CMYK
RGB Variations
Color information
#FA582C (or 0xFA582C) is known color: Outrageous Orange. HEX triplet: FA, 58 and 2C. RGB value is (250,88,44). Sum of RGB (Red+Green+Blue) = 250+88+44=382 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.45% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 44 (17.58% from 255 or 11.52% from 382); Max value from RGB is 250 - color contains mainly: red. Hex color #FA582C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA582C is #05A7D3. Grayscale: #838383. Windows color (decimal): -370644 or 2906362. OLE color: 2906362.
HSL color Cylindrical-coordinate representation of color #FA582C: hue angle of 12.82º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA582C is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 88 | 44 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.02 |
| HSL | 12.82º | 0.95% | 0.58% | - |
| HSV(B) | 12.82º | 0.82% | 0.98% | - |
| XYZ | 43.37 | 27.49 | 5.4 | - |
| YUV | 131.42 | 78.67 | 212.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 88 | 44 | 0 | 0.65 | 0.82 | 0.02 | 12.82 | 0.95 | 0.58 |
| Hex | FA | 58 | 2C | 0 | 41 | 52 | 2 | D | 5F | 3A |
| Octal | 372 | 130 | 54 | 0 | 101 | 122 | 2 | 15 | 137 | 72 |
| Binary | 11111010 | 1011000 | 101100 | 0 | 1000001 | 1010010 | 10 | 1101 | 1011111 | 111010 |
Color Harmonies of #FA582C
Complementary color
Monochromatic Colors of #FA582C
Black with #FA582C
Text Example
Text Example
White with #FA582C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA582C; }
p { color: rgb(250,88,44); }
H1.HeaderClassName
{
color: #FA582C;
}
.AnyTagClassName
{
color: #FA582C;
}
</style>
background-color css
<style>
a { background-color: #FA582C; }
a { background-color: rgb(250,88,44); }
div.DivClassName
{
background-color: #FA582C;
}
.BgClassName
{
background-color: #FA582C;
}
</style>
border-color css
<style>
span { border-color: #FA582C; }
span { border-color: rgb(250,88,44); }
td.TdClassName
{
border-color: #FA582C;
}
.TagClassName
{
border-color: #FA582C;
}
</style>