Shades of Outrageous Orange #FF551D
Tints of Outrageous Orange #FF551D
RGB
CMYK
RGB Variations
Color information
#FF551D (or 0xFF551D) is known color: Outrageous Orange. HEX triplet: FF, 55 and 1D. RGB value is (255,85,29). Sum of RGB (Red+Green+Blue) = 255+85+29=369 (48% of max value = 765). Red value is 255 (100% from 255 or 69.11% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 29 (11.72% from 255 or 7.86% from 369); Max value from RGB is 255 - color contains mainly: red. Hex color #FF551D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF551D is #00AAE2. Grayscale: #818181. Windows color (decimal): -43747 or 1922559. OLE color: 1922559.
HSL color Cylindrical-coordinate representation of color #FF551D: hue angle of 14.87º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF551D is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 29 | - |
| CMYK | 0 | 0.67 | 0.89 | 0 |
| HSL | 14.87º | 1% | 0.56% | - |
| HSV(B) | 14.87º | 0.89% | 1% | - |
| XYZ | 44.71 | 27.85 | 4.18 | - |
| YUV | 129.45 | 71.32 | 217.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 29 | 0 | 0.67 | 0.89 | 0 | 14.87 | 1 | 0.56 |
| Hex | FF | 55 | 1D | 0 | 43 | 59 | 0 | F | 64 | 38 |
| Octal | 377 | 125 | 35 | 0 | 103 | 131 | 0 | 17 | 144 | 70 |
| Binary | 11111111 | 1010101 | 11101 | 0 | 1000011 | 1011001 | 0 | 1111 | 1100100 | 111000 |
Color Harmonies of #FF551D
Complementary color
Monochromatic Colors of #FF551D
Black with #FF551D
Text Example
Text Example
White with #FF551D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF551D; }
p { color: rgb(255,85,29); }
H1.HeaderClassName
{
color: #FF551D;
}
.AnyTagClassName
{
color: #FF551D;
}
</style>
background-color css
<style>
a { background-color: #FF551D; }
a { background-color: rgb(255,85,29); }
div.DivClassName
{
background-color: #FF551D;
}
.BgClassName
{
background-color: #FF551D;
}
</style>
border-color css
<style>
span { border-color: #FF551D; }
span { border-color: rgb(255,85,29); }
td.TdClassName
{
border-color: #FF551D;
}
.TagClassName
{
border-color: #FF551D;
}
</style>