Shades of Outrageous Orange #F15A20
Tints of Outrageous Orange #F15A20
RGB
CMYK
RGB Variations
Color information
#F15A20 (or 0xF15A20) is known color: Outrageous Orange. HEX triplet: F1, 5A and 20. RGB value is (241,90,32). Sum of RGB (Red+Green+Blue) = 241+90+32=363 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.39% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 32 (12.89% from 255 or 8.82% from 363); Max value from RGB is 241 - color contains mainly: red. Hex color #F15A20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15A20 is #0EA5DF. Grayscale: #808080. Windows color (decimal): -959968 or 2120433. OLE color: 2120433.
HSL color Cylindrical-coordinate representation of color #F15A20: hue angle of 16.65º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F15A20 is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 90 | 32 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.05 |
| HSL | 16.65º | 0.88% | 0.54% | - |
| HSV(B) | 16.65º | 0.87% | 0.95% | - |
| XYZ | 40.19 | 26.12 | 4.29 | - |
| YUV | 128.54 | 73.53 | 208.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 90 | 32 | 0 | 0.63 | 0.87 | 0.05 | 16.65 | 0.88 | 0.54 |
| Hex | F1 | 5A | 20 | 0 | 3F | 57 | 5 | 11 | 58 | 36 |
| Octal | 361 | 132 | 40 | 0 | 77 | 127 | 5 | 21 | 130 | 66 |
| Binary | 11110001 | 1011010 | 100000 | 0 | 111111 | 1010111 | 101 | 10001 | 1011000 | 110110 |
Color Harmonies of #F15A20
Complementary color
Monochromatic Colors of #F15A20
Black with #F15A20
Text Example
Text Example
White with #F15A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15A20; }
p { color: rgb(241,90,32); }
H1.HeaderClassName
{
color: #F15A20;
}
.AnyTagClassName
{
color: #F15A20;
}
</style>
background-color css
<style>
a { background-color: #F15A20; }
a { background-color: rgb(241,90,32); }
div.DivClassName
{
background-color: #F15A20;
}
.BgClassName
{
background-color: #F15A20;
}
</style>
border-color css
<style>
span { border-color: #F15A20; }
span { border-color: rgb(241,90,32); }
td.TdClassName
{
border-color: #F15A20;
}
.TagClassName
{
border-color: #F15A20;
}
</style>