Shades of Outrageous Orange #F45F2C
Tints of Outrageous Orange #F45F2C
RGB
CMYK
RGB Variations
Color information
#F45F2C (or 0xF45F2C) is known color: Outrageous Orange. HEX triplet: F4, 5F and 2C. RGB value is (244,95,44). Sum of RGB (Red+Green+Blue) = 244+95+44=383 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.71% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 44 (17.58% from 255 or 11.49% from 383); Max value from RGB is 244 - color contains mainly: red. Hex color #F45F2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F45F2C is #0BA0D3. Grayscale: #868686. Windows color (decimal): -762068 or 2908148. OLE color: 2908148.
HSL color Cylindrical-coordinate representation of color #F45F2C: hue angle of 15.3º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F45F2C is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 95 | 44 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.04 |
| HSL | 15.3º | 0.9% | 0.56% | - |
| HSV(B) | 15.3º | 0.82% | 0.96% | - |
| XYZ | 41.86 | 27.6 | 5.5 | - |
| YUV | 133.74 | 77.36 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 95 | 44 | 0 | 0.61 | 0.82 | 0.04 | 15.3 | 0.9 | 0.56 |
| Hex | F4 | 5F | 2C | 0 | 3D | 52 | 4 | F | 5A | 38 |
| Octal | 364 | 137 | 54 | 0 | 75 | 122 | 4 | 17 | 132 | 70 |
| Binary | 11110100 | 1011111 | 101100 | 0 | 111101 | 1010010 | 100 | 1111 | 1011010 | 111000 |
Color Harmonies of #F45F2C
Complementary color
Monochromatic Colors of #F45F2C
Black with #F45F2C
Text Example
Text Example
White with #F45F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45F2C; }
p { color: rgb(244,95,44); }
H1.HeaderClassName
{
color: #F45F2C;
}
.AnyTagClassName
{
color: #F45F2C;
}
</style>
background-color css
<style>
a { background-color: #F45F2C; }
a { background-color: rgb(244,95,44); }
div.DivClassName
{
background-color: #F45F2C;
}
.BgClassName
{
background-color: #F45F2C;
}
</style>
border-color css
<style>
span { border-color: #F45F2C; }
span { border-color: rgb(244,95,44); }
td.TdClassName
{
border-color: #F45F2C;
}
.TagClassName
{
border-color: #F45F2C;
}
</style>