Shades of Outrageous Orange #F15220
Tints of Outrageous Orange #F15220
RGB
CMYK
RGB Variations
Color information
#F15220 (or 0xF15220) is known color: Outrageous Orange. HEX triplet: F1, 52 and 20. RGB value is (241,82,32). Sum of RGB (Red+Green+Blue) = 241+82+32=355 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.89% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 32 (12.89% from 255 or 9.01% from 355); Max value from RGB is 241 - color contains mainly: red. Hex color #F15220 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15220 is #0EADDF. Grayscale: #7C7C7C. Windows color (decimal): -962016 or 2118385. OLE color: 2118385.
HSL color Cylindrical-coordinate representation of color #F15220: hue angle of 14.35º 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 #F15220 is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 82 | 32 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.05 |
| HSL | 14.35º | 0.88% | 0.54% | - |
| HSV(B) | 14.35º | 0.87% | 0.95% | - |
| XYZ | 39.55 | 24.84 | 4.08 | - |
| YUV | 123.84 | 76.18 | 211.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 82 | 32 | 0 | 0.66 | 0.87 | 0.05 | 14.35 | 0.88 | 0.54 |
| Hex | F1 | 52 | 20 | 0 | 42 | 57 | 5 | E | 58 | 36 |
| Octal | 361 | 122 | 40 | 0 | 102 | 127 | 5 | 16 | 130 | 66 |
| Binary | 11110001 | 1010010 | 100000 | 0 | 1000010 | 1010111 | 101 | 1110 | 1011000 | 110110 |
Color Harmonies of #F15220
Complementary color
Monochromatic Colors of #F15220
Black with #F15220
Text Example
Text Example
White with #F15220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15220; }
p { color: rgb(241,82,32); }
H1.HeaderClassName
{
color: #F15220;
}
.AnyTagClassName
{
color: #F15220;
}
</style>
background-color css
<style>
a { background-color: #F15220; }
a { background-color: rgb(241,82,32); }
div.DivClassName
{
background-color: #F15220;
}
.BgClassName
{
background-color: #F15220;
}
</style>
border-color css
<style>
span { border-color: #F15220; }
span { border-color: rgb(241,82,32); }
td.TdClassName
{
border-color: #F15220;
}
.TagClassName
{
border-color: #F15220;
}
</style>