Shades of Outrageous Orange #F55735
Tints of Outrageous Orange #F55735
RGB
CMYK
RGB Variations
Color information
#F55735 (or 0xF55735) is known color: Outrageous Orange. HEX triplet: F5, 57 and 35. RGB value is (245,87,53). Sum of RGB (Red+Green+Blue) = 245+87+53=385 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.64% from 385); Green value is 87 (34.38% from 255 or 22.60% from 385); Blue value is 53 (21.09% from 255 or 13.77% from 385); Max value from RGB is 245 - color contains mainly: red. Hex color #F55735 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55735 is #0AA8CA. Grayscale: #828282. Windows color (decimal): -698571 or 3495925. OLE color: 3495925.
HSL color Cylindrical-coordinate representation of color #F55735: hue angle of 10.62º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F55735 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 87 | 53 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.04 |
| HSL | 10.63º | 0.91% | 0.58% | - |
| HSV(B) | 10.63º | 0.78% | 0.96% | - |
| XYZ | 41.71 | 26.49 | 6.28 | - |
| YUV | 130.37 | 84.35 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 87 | 53 | 0 | 0.64 | 0.78 | 0.04 | 10.63 | 0.91 | 0.58 |
| Hex | F5 | 57 | 35 | 0 | 40 | 4E | 4 | B | 5B | 3A |
| Octal | 365 | 127 | 65 | 0 | 100 | 116 | 4 | 13 | 133 | 72 |
| Binary | 11110101 | 1010111 | 110101 | 0 | 1000000 | 1001110 | 100 | 1011 | 1011011 | 111010 |
Color Harmonies of #F55735
Complementary color
Monochromatic Colors of #F55735
Black with #F55735
Text Example
Text Example
White with #F55735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55735; }
p { color: rgb(245,87,53); }
H1.HeaderClassName
{
color: #F55735;
}
.AnyTagClassName
{
color: #F55735;
}
</style>
background-color css
<style>
a { background-color: #F55735; }
a { background-color: rgb(245,87,53); }
div.DivClassName
{
background-color: #F55735;
}
.BgClassName
{
background-color: #F55735;
}
</style>
border-color css
<style>
span { border-color: #F55735; }
span { border-color: rgb(245,87,53); }
td.TdClassName
{
border-color: #F55735;
}
.TagClassName
{
border-color: #F55735;
}
</style>