Shades of Outrageous Orange #FB582D
Tints of Outrageous Orange #FB582D
RGB
CMYK
RGB Variations
Color information
#FB582D (or 0xFB582D) is known color: Outrageous Orange. HEX triplet: FB, 58 and 2D. RGB value is (251,88,45). Sum of RGB (Red+Green+Blue) = 251+88+45=384 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.36% from 384); Green value is 88 (34.77% from 255 or 22.92% from 384); Blue value is 45 (17.97% from 255 or 11.72% from 384); Max value from RGB is 251 - color contains mainly: red. Hex color #FB582D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB582D is #04A7D2. Grayscale: #848484. Windows color (decimal): -305107 or 2971899. OLE color: 2971899.
HSL color Cylindrical-coordinate representation of color #FB582D: hue angle of 12.52º degrees, saturation: 0.96, 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 #FB582D is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 88 | 45 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.02 |
| HSL | 12.52º | 0.96% | 0.58% | - |
| HSV(B) | 12.52º | 0.82% | 0.98% | - |
| XYZ | 43.75 | 27.68 | 5.52 | - |
| YUV | 131.84 | 79 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 88 | 45 | 0 | 0.65 | 0.82 | 0.02 | 12.52 | 0.96 | 0.58 |
| Hex | FB | 58 | 2D | 0 | 41 | 52 | 2 | D | 60 | 3A |
| Octal | 373 | 130 | 55 | 0 | 101 | 122 | 2 | 15 | 140 | 72 |
| Binary | 11111011 | 1011000 | 101101 | 0 | 1000001 | 1010010 | 10 | 1101 | 1100000 | 111010 |
Color Harmonies of #FB582D
Complementary color
Monochromatic Colors of #FB582D
Black with #FB582D
Text Example
Text Example
White with #FB582D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB582D; }
p { color: rgb(251,88,45); }
H1.HeaderClassName
{
color: #FB582D;
}
.AnyTagClassName
{
color: #FB582D;
}
</style>
background-color css
<style>
a { background-color: #FB582D; }
a { background-color: rgb(251,88,45); }
div.DivClassName
{
background-color: #FB582D;
}
.BgClassName
{
background-color: #FB582D;
}
</style>
border-color css
<style>
span { border-color: #FB582D; }
span { border-color: rgb(251,88,45); }
td.TdClassName
{
border-color: #FB582D;
}
.TagClassName
{
border-color: #FB582D;
}
</style>