Shades of Orange Red #F13502
Tints of Orange Red #F13502
RGB
CMYK
RGB Variations
Color information
#F13502 (or 0xF13502) is known color: Orange Red. HEX triplet: F1, 35 and 02. RGB value is (241,53,2). Sum of RGB (Red+Green+Blue) = 241+53+2=296 (39% of max value = 765). Red value is 241 (94.53% from 255 or 81.42% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 2 (1.17% from 255 or 0.68% from 296); Max value from RGB is 241 - color contains mainly: red. Hex color #F13502 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13502 is #0ECAFD. Grayscale: #676767. Windows color (decimal): -969470 or 144881. OLE color: 144881.
HSL color Cylindrical-coordinate representation of color #F13502: hue angle of 12.8º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F13502 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 53 | 2 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.05 |
| HSL | 12.8º | 0.98% | 0.48% | - |
| HSV(B) | 12.8º | 0.99% | 0.95% | - |
| XYZ | 37.56 | 21.25 | 2.18 | - |
| YUV | 103.4 | 70.78 | 226.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 53 | 2 | 0 | 0.78 | 0.99 | 0.05 | 12.8 | 0.98 | 0.48 |
| Hex | F1 | 35 | 2 | 0 | 4E | 63 | 5 | D | 62 | 30 |
| Octal | 361 | 65 | 2 | 0 | 116 | 143 | 5 | 15 | 142 | 60 |
| Binary | 11110001 | 110101 | 10 | 0 | 1001110 | 1100011 | 101 | 1101 | 1100010 | 110000 |
Color Harmonies of #F13502
Complementary color
Monochromatic Colors of #F13502
Black with #F13502
Text Example
Text Example
White with #F13502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13502; }
p { color: rgb(241,53,2); }
H1.HeaderClassName
{
color: #F13502;
}
.AnyTagClassName
{
color: #F13502;
}
</style>
background-color css
<style>
a { background-color: #F13502; }
a { background-color: rgb(241,53,2); }
div.DivClassName
{
background-color: #F13502;
}
.BgClassName
{
background-color: #F13502;
}
</style>
border-color css
<style>
span { border-color: #F13502; }
span { border-color: rgb(241,53,2); }
td.TdClassName
{
border-color: #F13502;
}
.TagClassName
{
border-color: #F13502;
}
</style>