Shades of Outrageous Orange #F55D25
Tints of Outrageous Orange #F55D25
RGB
CMYK
RGB Variations
Color information
#F55D25 (or 0xF55D25) is known color: Outrageous Orange. HEX triplet: F5, 5D and 25. RGB value is (245,93,37). Sum of RGB (Red+Green+Blue) = 245+93+37=375 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.33% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 37 (14.84% from 255 or 9.87% from 375); Max value from RGB is 245 - color contains mainly: red. Hex color #F55D25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55D25 is #0AA2DA. Grayscale: #848484. Windows color (decimal): -697051 or 2448885. OLE color: 2448885.
HSL color Cylindrical-coordinate representation of color #F55D25: hue angle of 16.15º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F55D25 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 93 | 37 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.04 |
| HSL | 16.15º | 0.91% | 0.55% | - |
| HSV(B) | 16.15º | 0.85% | 0.96% | - |
| XYZ | 41.9 | 27.37 | 4.83 | - |
| YUV | 132.06 | 74.36 | 208.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 93 | 37 | 0 | 0.62 | 0.85 | 0.04 | 16.15 | 0.91 | 0.55 |
| Hex | F5 | 5D | 25 | 0 | 3E | 55 | 4 | 10 | 5B | 37 |
| Octal | 365 | 135 | 45 | 0 | 76 | 125 | 4 | 20 | 133 | 67 |
| Binary | 11110101 | 1011101 | 100101 | 0 | 111110 | 1010101 | 100 | 10000 | 1011011 | 110111 |
Color Harmonies of #F55D25
Complementary color
Monochromatic Colors of #F55D25
Black with #F55D25
Text Example
Text Example
White with #F55D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55D25; }
p { color: rgb(245,93,37); }
H1.HeaderClassName
{
color: #F55D25;
}
.AnyTagClassName
{
color: #F55D25;
}
</style>
background-color css
<style>
a { background-color: #F55D25; }
a { background-color: rgb(245,93,37); }
div.DivClassName
{
background-color: #F55D25;
}
.BgClassName
{
background-color: #F55D25;
}
</style>
border-color css
<style>
span { border-color: #F55D25; }
span { border-color: rgb(245,93,37); }
td.TdClassName
{
border-color: #F55D25;
}
.TagClassName
{
border-color: #F55D25;
}
</style>