Shades of Outrageous Orange #FF581F
Tints of Outrageous Orange #FF581F
RGB
CMYK
RGB Variations
Color information
#FF581F (or 0xFF581F) is known color: Outrageous Orange. HEX triplet: FF, 58 and 1F. RGB value is (255,88,31). Sum of RGB (Red+Green+Blue) = 255+88+31=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 31 (12.5% from 255 or 8.29% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF581F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF581F is #00A7E0. Grayscale: #838383. Windows color (decimal): -42977 or 2054399. OLE color: 2054399.
HSL color Cylindrical-coordinate representation of color #FF581F: hue angle of 15.27º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF581F is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 31 | - |
| CMYK | 0 | 0.65 | 0.88 | 0 |
| HSL | 15.27º | 1% | 0.56% | - |
| HSV(B) | 15.27º | 0.88% | 1% | - |
| XYZ | 44.98 | 28.34 | 4.4 | - |
| YUV | 131.44 | 71.33 | 216.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 31 | 0 | 0.65 | 0.88 | 0 | 15.27 | 1 | 0.56 |
| Hex | FF | 58 | 1F | 0 | 41 | 58 | 0 | F | 64 | 38 |
| Octal | 377 | 130 | 37 | 0 | 101 | 130 | 0 | 17 | 144 | 70 |
| Binary | 11111111 | 1011000 | 11111 | 0 | 1000001 | 1011000 | 0 | 1111 | 1100100 | 111000 |
Color Harmonies of #FF581F
Complementary color
Monochromatic Colors of #FF581F
Black with #FF581F
Text Example
Text Example
White with #FF581F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF581F; }
p { color: rgb(255,88,31); }
H1.HeaderClassName
{
color: #FF581F;
}
.AnyTagClassName
{
color: #FF581F;
}
</style>
background-color css
<style>
a { background-color: #FF581F; }
a { background-color: rgb(255,88,31); }
div.DivClassName
{
background-color: #FF581F;
}
.BgClassName
{
background-color: #FF581F;
}
</style>
border-color css
<style>
span { border-color: #FF581F; }
span { border-color: rgb(255,88,31); }
td.TdClassName
{
border-color: #FF581F;
}
.TagClassName
{
border-color: #FF581F;
}
</style>