Shades of Outrageous Orange #FF582A
Tints of Outrageous Orange #FF582A
RGB
CMYK
RGB Variations
Color information
#FF582A (or 0xFF582A) is known color: Outrageous Orange. HEX triplet: FF, 58 and 2A. RGB value is (255,88,42). Sum of RGB (Red+Green+Blue) = 255+88+42=385 (50% of max value = 765). Red value is 255 (100% from 255 or 66.23% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 42 (16.80% from 255 or 10.91% from 385); Max value from RGB is 255 - color contains mainly: red. Hex color #FF582A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF582A is #00A7D5. Grayscale: #858585. Windows color (decimal): -42966 or 2775295. OLE color: 2775295.
HSL color Cylindrical-coordinate representation of color #FF582A: hue angle of 12.96º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF582A is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 42 | - |
| CMYK | 0 | 0.65 | 0.84 | 0 |
| HSL | 12.96º | 1% | 0.58% | - |
| HSV(B) | 12.96º | 0.84% | 1% | - |
| XYZ | 45.15 | 28.41 | 5.29 | - |
| YUV | 132.69 | 76.83 | 215.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 42 | 0 | 0.65 | 0.84 | 0 | 12.96 | 1 | 0.58 |
| Hex | FF | 58 | 2A | 0 | 41 | 54 | 0 | D | 64 | 3A |
| Octal | 377 | 130 | 52 | 0 | 101 | 124 | 0 | 15 | 144 | 72 |
| Binary | 11111111 | 1011000 | 101010 | 0 | 1000001 | 1010100 | 0 | 1101 | 1100100 | 111010 |
Color Harmonies of #FF582A
Complementary color
Monochromatic Colors of #FF582A
Black with #FF582A
Text Example
Text Example
White with #FF582A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF582A; }
p { color: rgb(255,88,42); }
H1.HeaderClassName
{
color: #FF582A;
}
.AnyTagClassName
{
color: #FF582A;
}
</style>
background-color css
<style>
a { background-color: #FF582A; }
a { background-color: rgb(255,88,42); }
div.DivClassName
{
background-color: #FF582A;
}
.BgClassName
{
background-color: #FF582A;
}
</style>
border-color css
<style>
span { border-color: #FF582A; }
span { border-color: rgb(255,88,42); }
td.TdClassName
{
border-color: #FF582A;
}
.TagClassName
{
border-color: #FF582A;
}
</style>