Shades of Outrageous Orange #FF581C
Tints of Outrageous Orange #FF581C
RGB
CMYK
RGB Variations
Color information
#FF581C (or 0xFF581C) is known color: Outrageous Orange. HEX triplet: FF, 58 and 1C. RGB value is (255,88,28). Sum of RGB (Red+Green+Blue) = 255+88+28=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 28 (11.33% from 255 or 7.55% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF581C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF581C is #00A7E3. Grayscale: #838383. Windows color (decimal): -42980 or 1857791. OLE color: 1857791.
HSL color Cylindrical-coordinate representation of color #FF581C: hue angle of 15.86º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF581C is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 28 | - |
| CMYK | 0 | 0.65 | 0.89 | 0 |
| HSL | 15.86º | 1% | 0.55% | - |
| HSV(B) | 15.86º | 0.89% | 1% | - |
| XYZ | 44.94 | 28.32 | 4.2 | - |
| YUV | 131.09 | 69.83 | 216.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 28 | 0 | 0.65 | 0.89 | 0 | 15.86 | 1 | 0.55 |
| Hex | FF | 58 | 1C | 0 | 41 | 59 | 0 | 10 | 64 | 37 |
| Octal | 377 | 130 | 34 | 0 | 101 | 131 | 0 | 20 | 144 | 67 |
| Binary | 11111111 | 1011000 | 11100 | 0 | 1000001 | 1011001 | 0 | 10000 | 1100100 | 110111 |
Color Harmonies of #FF581C
Complementary color
Monochromatic Colors of #FF581C
Black with #FF581C
Text Example
Text Example
White with #FF581C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF581C; }
p { color: rgb(255,88,28); }
H1.HeaderClassName
{
color: #FF581C;
}
.AnyTagClassName
{
color: #FF581C;
}
</style>
background-color css
<style>
a { background-color: #FF581C; }
a { background-color: rgb(255,88,28); }
div.DivClassName
{
background-color: #FF581C;
}
.BgClassName
{
background-color: #FF581C;
}
</style>
border-color css
<style>
span { border-color: #FF581C; }
span { border-color: rgb(255,88,28); }
td.TdClassName
{
border-color: #FF581C;
}
.TagClassName
{
border-color: #FF581C;
}
</style>