Shades of Outrageous Orange #F1521F
Tints of Outrageous Orange #F1521F
RGB
CMYK
RGB Variations
Color information
#F1521F (or 0xF1521F) is known color: Outrageous Orange. HEX triplet: F1, 52 and 1F. RGB value is (241,82,31). Sum of RGB (Red+Green+Blue) = 241+82+31=354 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.08% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 31 (12.5% from 255 or 8.76% from 354); Max value from RGB is 241 - color contains mainly: red. Hex color #F1521F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1521F is #0EADE0. Grayscale: #7C7C7C. Windows color (decimal): -962017 or 2052849. OLE color: 2052849.
HSL color Cylindrical-coordinate representation of color #F1521F: hue angle of 14.57º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F1521F is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 82 | 31 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.05 |
| HSL | 14.57º | 0.88% | 0.53% | - |
| HSV(B) | 14.57º | 0.87% | 0.95% | - |
| XYZ | 39.54 | 24.83 | 4.01 | - |
| YUV | 123.73 | 75.68 | 211.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 82 | 31 | 0 | 0.66 | 0.87 | 0.05 | 14.57 | 0.88 | 0.53 |
| Hex | F1 | 52 | 1F | 0 | 42 | 57 | 5 | F | 58 | 35 |
| Octal | 361 | 122 | 37 | 0 | 102 | 127 | 5 | 17 | 130 | 65 |
| Binary | 11110001 | 1010010 | 11111 | 0 | 1000010 | 1010111 | 101 | 1111 | 1011000 | 110101 |
Color Harmonies of #F1521F
Complementary color
Monochromatic Colors of #F1521F
Black with #F1521F
Text Example
Text Example
White with #F1521F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1521F; }
p { color: rgb(241,82,31); }
H1.HeaderClassName
{
color: #F1521F;
}
.AnyTagClassName
{
color: #F1521F;
}
</style>
background-color css
<style>
a { background-color: #F1521F; }
a { background-color: rgb(241,82,31); }
div.DivClassName
{
background-color: #F1521F;
}
.BgClassName
{
background-color: #F1521F;
}
</style>
border-color css
<style>
span { border-color: #F1521F; }
span { border-color: rgb(241,82,31); }
td.TdClassName
{
border-color: #F1521F;
}
.TagClassName
{
border-color: #F1521F;
}
</style>