Shades of Outrageous Orange #F45C25
Tints of Outrageous Orange #F45C25
RGB
CMYK
RGB Variations
Color information
#F45C25 (or 0xF45C25) is known color: Outrageous Orange. HEX triplet: F4, 5C and 25. RGB value is (244,92,37). Sum of RGB (Red+Green+Blue) = 244+92+37=373 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.42% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 37 (14.84% from 255 or 9.92% from 373); Max value from RGB is 244 - color contains mainly: red. Hex color #F45C25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F45C25 is #0BA3DA. Grayscale: #838383. Windows color (decimal): -762843 or 2448628. OLE color: 2448628.
HSL color Cylindrical-coordinate representation of color #F45C25: hue angle of 15.94º degrees, saturation: 0.9, 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 #F45C25 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 92 | 37 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.04 |
| HSL | 15.94º | 0.9% | 0.55% | - |
| HSV(B) | 15.94º | 0.85% | 0.96% | - |
| XYZ | 41.47 | 27.02 | 4.78 | - |
| YUV | 131.18 | 74.86 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 92 | 37 | 0 | 0.62 | 0.85 | 0.04 | 15.94 | 0.9 | 0.55 |
| Hex | F4 | 5C | 25 | 0 | 3E | 55 | 4 | 10 | 5A | 37 |
| Octal | 364 | 134 | 45 | 0 | 76 | 125 | 4 | 20 | 132 | 67 |
| Binary | 11110100 | 1011100 | 100101 | 0 | 111110 | 1010101 | 100 | 10000 | 1011010 | 110111 |
Color Harmonies of #F45C25
Complementary color
Monochromatic Colors of #F45C25
Black with #F45C25
Text Example
Text Example
White with #F45C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45C25; }
p { color: rgb(244,92,37); }
H1.HeaderClassName
{
color: #F45C25;
}
.AnyTagClassName
{
color: #F45C25;
}
</style>
background-color css
<style>
a { background-color: #F45C25; }
a { background-color: rgb(244,92,37); }
div.DivClassName
{
background-color: #F45C25;
}
.BgClassName
{
background-color: #F45C25;
}
</style>
border-color css
<style>
span { border-color: #F45C25; }
span { border-color: rgb(244,92,37); }
td.TdClassName
{
border-color: #F45C25;
}
.TagClassName
{
border-color: #F45C25;
}
</style>