Shades of Outrageous Orange #F55F28
Tints of Outrageous Orange #F55F28
RGB
CMYK
RGB Variations
Color information
#F55F28 (or 0xF55F28) is known color: Outrageous Orange. HEX triplet: F5, 5F and 28. RGB value is (245,95,40). Sum of RGB (Red+Green+Blue) = 245+95+40=380 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.47% from 380); Green value is 95 (37.5% from 255 or 25% from 380); Blue value is 40 (16.02% from 255 or 10.53% from 380); Max value from RGB is 245 - color contains mainly: red. Hex color #F55F28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55F28 is #0AA0D7. Grayscale: #858585. Windows color (decimal): -696536 or 2646005. OLE color: 2646005.
HSL color Cylindrical-coordinate representation of color #F55F28: hue angle of 16.1º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F55F28 is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 95 | 40 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.04 |
| HSL | 16.1º | 0.91% | 0.56% | - |
| HSV(B) | 16.1º | 0.84% | 0.96% | - |
| XYZ | 42.13 | 27.75 | 5.14 | - |
| YUV | 133.58 | 75.2 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 95 | 40 | 0 | 0.61 | 0.84 | 0.04 | 16.1 | 0.91 | 0.56 |
| Hex | F5 | 5F | 28 | 0 | 3D | 54 | 4 | 10 | 5B | 38 |
| Octal | 365 | 137 | 50 | 0 | 75 | 124 | 4 | 20 | 133 | 70 |
| Binary | 11110101 | 1011111 | 101000 | 0 | 111101 | 1010100 | 100 | 10000 | 1011011 | 111000 |
Color Harmonies of #F55F28
Complementary color
Monochromatic Colors of #F55F28
Black with #F55F28
Text Example
Text Example
White with #F55F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55F28; }
p { color: rgb(245,95,40); }
H1.HeaderClassName
{
color: #F55F28;
}
.AnyTagClassName
{
color: #F55F28;
}
</style>
background-color css
<style>
a { background-color: #F55F28; }
a { background-color: rgb(245,95,40); }
div.DivClassName
{
background-color: #F55F28;
}
.BgClassName
{
background-color: #F55F28;
}
</style>
border-color css
<style>
span { border-color: #F55F28; }
span { border-color: rgb(245,95,40); }
td.TdClassName
{
border-color: #F55F28;
}
.TagClassName
{
border-color: #F55F28;
}
</style>