Shades of Outrageous Orange #F15C21
Tints of Outrageous Orange #F15C21
RGB
CMYK
RGB Variations
Color information
#F15C21 (or 0xF15C21) is known color: Outrageous Orange. HEX triplet: F1, 5C and 21. RGB value is (241,92,33). Sum of RGB (Red+Green+Blue) = 241+92+33=366 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.85% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 33 (13.28% from 255 or 9.02% from 366); Max value from RGB is 241 - color contains mainly: red. Hex color #F15C21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15C21 is #0EA3DE. Grayscale: #828282. Windows color (decimal): -959455 or 2186481. OLE color: 2186481.
HSL color Cylindrical-coordinate representation of color #F15C21: hue angle of 17.02º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F15C21 is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 92 | 33 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.05 |
| HSL | 17.02º | 0.88% | 0.54% | - |
| HSV(B) | 17.02º | 0.86% | 0.95% | - |
| XYZ | 40.38 | 26.46 | 4.42 | - |
| YUV | 129.83 | 73.36 | 207.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 92 | 33 | 0 | 0.62 | 0.86 | 0.05 | 17.02 | 0.88 | 0.54 |
| Hex | F1 | 5C | 21 | 0 | 3E | 56 | 5 | 11 | 58 | 36 |
| Octal | 361 | 134 | 41 | 0 | 76 | 126 | 5 | 21 | 130 | 66 |
| Binary | 11110001 | 1011100 | 100001 | 0 | 111110 | 1010110 | 101 | 10001 | 1011000 | 110110 |
Color Harmonies of #F15C21
Complementary color
Monochromatic Colors of #F15C21
Black with #F15C21
Text Example
Text Example
White with #F15C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15C21; }
p { color: rgb(241,92,33); }
H1.HeaderClassName
{
color: #F15C21;
}
.AnyTagClassName
{
color: #F15C21;
}
</style>
background-color css
<style>
a { background-color: #F15C21; }
a { background-color: rgb(241,92,33); }
div.DivClassName
{
background-color: #F15C21;
}
.BgClassName
{
background-color: #F15C21;
}
</style>
border-color css
<style>
span { border-color: #F15C21; }
span { border-color: rgb(241,92,33); }
td.TdClassName
{
border-color: #F15C21;
}
.TagClassName
{
border-color: #F15C21;
}
</style>