Shades of Outrageous Orange #FF552E
Tints of Outrageous Orange #FF552E
RGB
CMYK
RGB Variations
Color information
#FF552E (or 0xFF552E) is known color: Outrageous Orange. HEX triplet: FF, 55 and 2E. RGB value is (255,85,46). Sum of RGB (Red+Green+Blue) = 255+85+46=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 46 (18.36% from 255 or 11.92% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF552E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF552E is #00AAD1. Grayscale: #838383. Windows color (decimal): -43730 or 3036671. OLE color: 3036671.
HSL color Cylindrical-coordinate representation of color #FF552E: hue angle of 11.2º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF552E is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 46 | - |
| CMYK | 0 | 0.67 | 0.82 | 0 |
| HSL | 11.2º | 1% | 0.59% | - |
| HSV(B) | 11.2º | 0.82% | 1% | - |
| XYZ | 44.98 | 27.95 | 5.61 | - |
| YUV | 131.38 | 79.82 | 216.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 46 | 0 | 0.67 | 0.82 | 0 | 11.2 | 1 | 0.59 |
| Hex | FF | 55 | 2E | 0 | 43 | 52 | 0 | B | 64 | 3B |
| Octal | 377 | 125 | 56 | 0 | 103 | 122 | 0 | 13 | 144 | 73 |
| Binary | 11111111 | 1010101 | 101110 | 0 | 1000011 | 1010010 | 0 | 1011 | 1100100 | 111011 |
Color Harmonies of #FF552E
Complementary color
Monochromatic Colors of #FF552E
Black with #FF552E
Text Example
Text Example
White with #FF552E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF552E; }
p { color: rgb(255,85,46); }
H1.HeaderClassName
{
color: #FF552E;
}
.AnyTagClassName
{
color: #FF552E;
}
</style>
background-color css
<style>
a { background-color: #FF552E; }
a { background-color: rgb(255,85,46); }
div.DivClassName
{
background-color: #FF552E;
}
.BgClassName
{
background-color: #FF552E;
}
</style>
border-color css
<style>
span { border-color: #FF552E; }
span { border-color: rgb(255,85,46); }
td.TdClassName
{
border-color: #FF552E;
}
.TagClassName
{
border-color: #FF552E;
}
</style>