Shades of Outrageous Orange #FF552D
Tints of Outrageous Orange #FF552D
RGB
CMYK
RGB Variations
Color information
#FF552D (or 0xFF552D) is known color: Outrageous Orange. HEX triplet: FF, 55 and 2D. RGB value is (255,85,45). Sum of RGB (Red+Green+Blue) = 255+85+45=385 (50% of max value = 765). Red value is 255 (100% from 255 or 66.23% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 45 (17.97% from 255 or 11.69% from 385); Max value from RGB is 255 - color contains mainly: red. Hex color #FF552D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF552D is #00AAD2. Grayscale: #838383. Windows color (decimal): -43731 or 2971135. OLE color: 2971135.
HSL color Cylindrical-coordinate representation of color #FF552D: hue angle of 11.43º 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 #FF552D is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 45 | - |
| CMYK | 0 | 0.67 | 0.82 | 0 |
| HSL | 11.43º | 1% | 0.59% | - |
| HSV(B) | 11.43º | 0.82% | 1% | - |
| XYZ | 44.96 | 27.95 | 5.51 | - |
| YUV | 131.27 | 79.32 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 45 | 0 | 0.67 | 0.82 | 0 | 11.43 | 1 | 0.59 |
| Hex | FF | 55 | 2D | 0 | 43 | 52 | 0 | B | 64 | 3B |
| Octal | 377 | 125 | 55 | 0 | 103 | 122 | 0 | 13 | 144 | 73 |
| Binary | 11111111 | 1010101 | 101101 | 0 | 1000011 | 1010010 | 0 | 1011 | 1100100 | 111011 |
Color Harmonies of #FF552D
Complementary color
Monochromatic Colors of #FF552D
Black with #FF552D
Text Example
Text Example
White with #FF552D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF552D; }
p { color: rgb(255,85,45); }
H1.HeaderClassName
{
color: #FF552D;
}
.AnyTagClassName
{
color: #FF552D;
}
</style>
background-color css
<style>
a { background-color: #FF552D; }
a { background-color: rgb(255,85,45); }
div.DivClassName
{
background-color: #FF552D;
}
.BgClassName
{
background-color: #FF552D;
}
</style>
border-color css
<style>
span { border-color: #FF552D; }
span { border-color: rgb(255,85,45); }
td.TdClassName
{
border-color: #FF552D;
}
.TagClassName
{
border-color: #FF552D;
}
</style>