Shades of Outrageous Orange #FB582A
Tints of Outrageous Orange #FB582A
RGB
CMYK
RGB Variations
Color information
#FB582A (or 0xFB582A) is known color: Outrageous Orange. HEX triplet: FB, 58 and 2A. RGB value is (251,88,42). Sum of RGB (Red+Green+Blue) = 251+88+42=381 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.88% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 42 (16.80% from 255 or 11.02% from 381); Max value from RGB is 251 - color contains mainly: red. Hex color #FB582A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB582A is #04A7D5. Grayscale: #838383. Windows color (decimal): -305110 or 2775291. OLE color: 2775291.
HSL color Cylindrical-coordinate representation of color #FB582A: hue angle of 13.21º degrees, saturation: 0.96, 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 #FB582A is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 88 | 42 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.02 |
| HSL | 13.21º | 0.96% | 0.57% | - |
| HSV(B) | 13.21º | 0.83% | 0.98% | - |
| XYZ | 43.69 | 27.66 | 5.23 | - |
| YUV | 131.49 | 77.5 | 213.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 88 | 42 | 0 | 0.65 | 0.83 | 0.02 | 13.21 | 0.96 | 0.57 |
| Hex | FB | 58 | 2A | 0 | 41 | 53 | 2 | D | 60 | 39 |
| Octal | 373 | 130 | 52 | 0 | 101 | 123 | 2 | 15 | 140 | 71 |
| Binary | 11111011 | 1011000 | 101010 | 0 | 1000001 | 1010011 | 10 | 1101 | 1100000 | 111001 |
Color Harmonies of #FB582A
Complementary color
Monochromatic Colors of #FB582A
Black with #FB582A
Text Example
Text Example
White with #FB582A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB582A; }
p { color: rgb(251,88,42); }
H1.HeaderClassName
{
color: #FB582A;
}
.AnyTagClassName
{
color: #FB582A;
}
</style>
background-color css
<style>
a { background-color: #FB582A; }
a { background-color: rgb(251,88,42); }
div.DivClassName
{
background-color: #FB582A;
}
.BgClassName
{
background-color: #FB582A;
}
</style>
border-color css
<style>
span { border-color: #FB582A; }
span { border-color: rgb(251,88,42); }
td.TdClassName
{
border-color: #FB582A;
}
.TagClassName
{
border-color: #FB582A;
}
</style>