Shades of Outrageous Orange #F15A27
Tints of Outrageous Orange #F15A27
RGB
CMYK
RGB Variations
Color information
#F15A27 (or 0xF15A27) is known color: Outrageous Orange. HEX triplet: F1, 5A and 27. RGB value is (241,90,39). Sum of RGB (Red+Green+Blue) = 241+90+39=370 (49% of max value = 765). Red value is 241 (94.53% from 255 or 65.14% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 39 (15.62% from 255 or 10.54% from 370); Max value from RGB is 241 - color contains mainly: red. Hex color #F15A27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15A27 is #0EA5D8. Grayscale: #818181. Windows color (decimal): -959961 or 2579185. OLE color: 2579185.
HSL color Cylindrical-coordinate representation of color #F15A27: hue angle of 15.15º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F15A27 is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 90 | 39 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.05 |
| HSL | 15.15º | 0.88% | 0.55% | - |
| HSV(B) | 15.15º | 0.84% | 0.95% | - |
| XYZ | 40.3 | 26.16 | 4.84 | - |
| YUV | 129.34 | 77.03 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 90 | 39 | 0 | 0.63 | 0.84 | 0.05 | 15.15 | 0.88 | 0.55 |
| Hex | F1 | 5A | 27 | 0 | 3F | 54 | 5 | F | 58 | 37 |
| Octal | 361 | 132 | 47 | 0 | 77 | 124 | 5 | 17 | 130 | 67 |
| Binary | 11110001 | 1011010 | 100111 | 0 | 111111 | 1010100 | 101 | 1111 | 1011000 | 110111 |
Color Harmonies of #F15A27
Complementary color
Monochromatic Colors of #F15A27
Black with #F15A27
Text Example
Text Example
White with #F15A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15A27; }
p { color: rgb(241,90,39); }
H1.HeaderClassName
{
color: #F15A27;
}
.AnyTagClassName
{
color: #F15A27;
}
</style>
background-color css
<style>
a { background-color: #F15A27; }
a { background-color: rgb(241,90,39); }
div.DivClassName
{
background-color: #F15A27;
}
.BgClassName
{
background-color: #F15A27;
}
</style>
border-color css
<style>
span { border-color: #F15A27; }
span { border-color: rgb(241,90,39); }
td.TdClassName
{
border-color: #F15A27;
}
.TagClassName
{
border-color: #F15A27;
}
</style>