Shades of Outrageous Orange #F55A2D
Tints of Outrageous Orange #F55A2D
RGB
CMYK
RGB Variations
Color information
#F55A2D (or 0xF55A2D) is known color: Outrageous Orange. HEX triplet: F5, 5A and 2D. RGB value is (245,90,45). Sum of RGB (Red+Green+Blue) = 245+90+45=380 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.47% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 45 (17.97% from 255 or 11.84% from 380); Max value from RGB is 245 - color contains mainly: red. Hex color #F55A2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55A2D is #0AA5D2. Grayscale: #838383. Windows color (decimal): -697811 or 2972405. OLE color: 2972405.
HSL color Cylindrical-coordinate representation of color #F55A2D: hue angle of 13.5º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F55A2D is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 90 | 45 | - |
| CMYK | 0 | 0.63 | 0.82 | 0.04 |
| HSL | 13.5º | 0.91% | 0.57% | - |
| HSV(B) | 13.5º | 0.82% | 0.96% | - |
| XYZ | 41.79 | 26.91 | 5.48 | - |
| YUV | 131.22 | 79.35 | 209.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 90 | 45 | 0 | 0.63 | 0.82 | 0.04 | 13.5 | 0.91 | 0.57 |
| Hex | F5 | 5A | 2D | 0 | 3F | 52 | 4 | E | 5B | 39 |
| Octal | 365 | 132 | 55 | 0 | 77 | 122 | 4 | 16 | 133 | 71 |
| Binary | 11110101 | 1011010 | 101101 | 0 | 111111 | 1010010 | 100 | 1110 | 1011011 | 111001 |
Color Harmonies of #F55A2D
Complementary color
Monochromatic Colors of #F55A2D
Black with #F55A2D
Text Example
Text Example
White with #F55A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55A2D; }
p { color: rgb(245,90,45); }
H1.HeaderClassName
{
color: #F55A2D;
}
.AnyTagClassName
{
color: #F55A2D;
}
</style>
background-color css
<style>
a { background-color: #F55A2D; }
a { background-color: rgb(245,90,45); }
div.DivClassName
{
background-color: #F55A2D;
}
.BgClassName
{
background-color: #F55A2D;
}
</style>
border-color css
<style>
span { border-color: #F55A2D; }
span { border-color: rgb(245,90,45); }
td.TdClassName
{
border-color: #F55A2D;
}
.TagClassName
{
border-color: #F55A2D;
}
</style>