Shades of Outrageous Orange #FF5838
Tints of Outrageous Orange #FF5838
RGB
CMYK
RGB Variations
Color information
#FF5838 (or 0xFF5838) is known color: Outrageous Orange. HEX triplet: FF, 58 and 38. RGB value is (255,88,56). Sum of RGB (Red+Green+Blue) = 255+88+56=399 (52% of max value = 765). Red value is 255 (100% from 255 or 63.91% from 399); Green value is 88 (34.77% from 255 or 22.06% from 399); Blue value is 56 (22.27% from 255 or 14.04% from 399); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5838 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5838 is #00A7C7. Grayscale: #868686. Windows color (decimal): -42952 or 3692799. OLE color: 3692799.
HSL color Cylindrical-coordinate representation of color #FF5838: hue angle of 9.65º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF5838 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 56 | - |
| CMYK | 0 | 0.65 | 0.78 | 0 |
| HSL | 9.65º | 1% | 0.61% | - |
| HSV(B) | 9.65º | 0.78% | 1% | - |
| XYZ | 45.44 | 28.52 | 6.85 | - |
| YUV | 134.29 | 83.83 | 214.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 56 | 0 | 0.65 | 0.78 | 0 | 9.65 | 1 | 0.61 |
| Hex | FF | 58 | 38 | 0 | 41 | 4E | 0 | A | 64 | 3D |
| Octal | 377 | 130 | 70 | 0 | 101 | 116 | 0 | 12 | 144 | 75 |
| Binary | 11111111 | 1011000 | 111000 | 0 | 1000001 | 1001110 | 0 | 1010 | 1100100 | 111101 |
Color Harmonies of #FF5838
Complementary color
Monochromatic Colors of #FF5838
Black with #FF5838
Text Example
Text Example
White with #FF5838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5838; }
p { color: rgb(255,88,56); }
H1.HeaderClassName
{
color: #FF5838;
}
.AnyTagClassName
{
color: #FF5838;
}
</style>
background-color css
<style>
a { background-color: #FF5838; }
a { background-color: rgb(255,88,56); }
div.DivClassName
{
background-color: #FF5838;
}
.BgClassName
{
background-color: #FF5838;
}
</style>
border-color css
<style>
span { border-color: #FF5838; }
span { border-color: rgb(255,88,56); }
td.TdClassName
{
border-color: #FF5838;
}
.TagClassName
{
border-color: #FF5838;
}
</style>