Shades of Outrageous Orange #F15728
Tints of Outrageous Orange #F15728
RGB
CMYK
RGB Variations
Color information
#F15728 (or 0xF15728) is known color: Outrageous Orange. HEX triplet: F1, 57 and 28. RGB value is (241,87,40). Sum of RGB (Red+Green+Blue) = 241+87+40=368 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.49% from 368); Green value is 87 (34.38% from 255 or 23.64% from 368); Blue value is 40 (16.02% from 255 or 10.87% from 368); Max value from RGB is 241 - color contains mainly: red. Hex color #F15728 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15728 is #0EA8D7. Grayscale: #808080. Windows color (decimal): -960728 or 2643953. OLE color: 2643953.
HSL color Cylindrical-coordinate representation of color #F15728: hue angle of 14.03º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F15728 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 87 | 40 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.05 |
| HSL | 14.03º | 0.88% | 0.55% | - |
| HSV(B) | 14.03º | 0.83% | 0.95% | - |
| XYZ | 40.07 | 25.67 | 4.85 | - |
| YUV | 127.69 | 78.52 | 208.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 87 | 40 | 0 | 0.64 | 0.83 | 0.05 | 14.03 | 0.88 | 0.55 |
| Hex | F1 | 57 | 28 | 0 | 40 | 53 | 5 | E | 58 | 37 |
| Octal | 361 | 127 | 50 | 0 | 100 | 123 | 5 | 16 | 130 | 67 |
| Binary | 11110001 | 1010111 | 101000 | 0 | 1000000 | 1010011 | 101 | 1110 | 1011000 | 110111 |
Color Harmonies of #F15728
Complementary color
Monochromatic Colors of #F15728
Black with #F15728
Text Example
Text Example
White with #F15728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15728; }
p { color: rgb(241,87,40); }
H1.HeaderClassName
{
color: #F15728;
}
.AnyTagClassName
{
color: #F15728;
}
</style>
background-color css
<style>
a { background-color: #F15728; }
a { background-color: rgb(241,87,40); }
div.DivClassName
{
background-color: #F15728;
}
.BgClassName
{
background-color: #F15728;
}
</style>
border-color css
<style>
span { border-color: #F15728; }
span { border-color: rgb(241,87,40); }
td.TdClassName
{
border-color: #F15728;
}
.TagClassName
{
border-color: #F15728;
}
</style>