Shades of Outrageous Orange #FD582D
Tints of Outrageous Orange #FD582D
RGB
CMYK
RGB Variations
Color information
#FD582D (or 0xFD582D) is known color: Outrageous Orange. HEX triplet: FD, 58 and 2D. RGB value is (253,88,45). Sum of RGB (Red+Green+Blue) = 253+88+45=386 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.54% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 45 (17.97% from 255 or 11.66% from 386); Max value from RGB is 253 - color contains mainly: red. Hex color #FD582D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD582D is #02A7D2. Grayscale: #848484. Windows color (decimal): -174035 or 2971901. OLE color: 2971901.
HSL color Cylindrical-coordinate representation of color #FD582D: hue angle of 12.4º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD582D is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 88 | 45 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.01 |
| HSL | 12.4º | 0.98% | 0.58% | - |
| HSV(B) | 12.4º | 0.82% | 0.99% | - |
| XYZ | 44.47 | 28.05 | 5.55 | - |
| YUV | 132.43 | 78.66 | 214 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 88 | 45 | 0 | 0.65 | 0.82 | 0.01 | 12.4 | 0.98 | 0.58 |
| Hex | FD | 58 | 2D | 0 | 41 | 52 | 1 | C | 62 | 3A |
| Octal | 375 | 130 | 55 | 0 | 101 | 122 | 1 | 14 | 142 | 72 |
| Binary | 11111101 | 1011000 | 101101 | 0 | 1000001 | 1010010 | 1 | 1100 | 1100010 | 111010 |
Color Harmonies of #FD582D
Complementary color
Monochromatic Colors of #FD582D
Black with #FD582D
Text Example
Text Example
White with #FD582D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD582D; }
p { color: rgb(253,88,45); }
H1.HeaderClassName
{
color: #FD582D;
}
.AnyTagClassName
{
color: #FD582D;
}
</style>
background-color css
<style>
a { background-color: #FD582D; }
a { background-color: rgb(253,88,45); }
div.DivClassName
{
background-color: #FD582D;
}
.BgClassName
{
background-color: #FD582D;
}
</style>
border-color css
<style>
span { border-color: #FD582D; }
span { border-color: rgb(253,88,45); }
td.TdClassName
{
border-color: #FD582D;
}
.TagClassName
{
border-color: #FD582D;
}
</style>