Shades of Outrageous Orange #F15F28
Tints of Outrageous Orange #F15F28
RGB
CMYK
RGB Variations
Color information
#F15F28 (or 0xF15F28) is known color: Outrageous Orange. HEX triplet: F1, 5F and 28. RGB value is (241,95,40). Sum of RGB (Red+Green+Blue) = 241+95+40=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 40 (16.02% from 255 or 10.64% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F15F28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15F28 is #0EA0D7. Grayscale: #848484. Windows color (decimal): -958680 or 2646001. OLE color: 2646001.
HSL color Cylindrical-coordinate representation of color #F15F28: hue angle of 16.42º 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 #F15F28 is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 95 | 40 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.05 |
| HSL | 16.42º | 0.88% | 0.55% | - |
| HSV(B) | 16.42º | 0.83% | 0.95% | - |
| XYZ | 40.75 | 27.04 | 5.08 | - |
| YUV | 132.38 | 75.87 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 95 | 40 | 0 | 0.61 | 0.83 | 0.05 | 16.42 | 0.88 | 0.55 |
| Hex | F1 | 5F | 28 | 0 | 3D | 53 | 5 | 10 | 58 | 37 |
| Octal | 361 | 137 | 50 | 0 | 75 | 123 | 5 | 20 | 130 | 67 |
| Binary | 11110001 | 1011111 | 101000 | 0 | 111101 | 1010011 | 101 | 10000 | 1011000 | 110111 |
Color Harmonies of #F15F28
Complementary color
Monochromatic Colors of #F15F28
Black with #F15F28
Text Example
Text Example
White with #F15F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15F28; }
p { color: rgb(241,95,40); }
H1.HeaderClassName
{
color: #F15F28;
}
.AnyTagClassName
{
color: #F15F28;
}
</style>
background-color css
<style>
a { background-color: #F15F28; }
a { background-color: rgb(241,95,40); }
div.DivClassName
{
background-color: #F15F28;
}
.BgClassName
{
background-color: #F15F28;
}
</style>
border-color css
<style>
span { border-color: #F15F28; }
span { border-color: rgb(241,95,40); }
td.TdClassName
{
border-color: #F15F28;
}
.TagClassName
{
border-color: #F15F28;
}
</style>