Shades of Orange Red #F13A00
Tints of Orange Red #F13A00
RGB
CMYK
RGB Variations
Color information
#F13A00 (or 0xF13A00) is known color: Orange Red. HEX triplet: F1, 3A and 00. RGB value is (241,58,0). Sum of RGB (Red+Green+Blue) = 241+58+0=299 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.60% from 299); Green value is 58 (23.05% from 255 or 19.40% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 241 - color contains mainly: red. Hex color #F13A00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13A00 is #0EC5FF. Grayscale: #6A6A6A. Windows color (decimal): -968192 or 15089. OLE color: 15089.
HSL color Cylindrical-coordinate representation of color #F13A00: hue angle of 14.44º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F13A00 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 58 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.05 |
| HSL | 14.44º | 1% | 0.47% | - |
| HSV(B) | 14.44º | 1% | 0.95% | - |
| XYZ | 37.79 | 21.73 | 2.2 | - |
| YUV | 106.11 | 68.13 | 224.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 58 | 0 | 0 | 0.76 | 1 | 0.05 | 14.44 | 1 | 0.47 |
| Hex | F1 | 3A | 0 | 0 | 4C | 64 | 5 | E | 64 | 2F |
| Octal | 361 | 72 | 0 | 0 | 114 | 144 | 5 | 16 | 144 | 57 |
| Binary | 11110001 | 111010 | 0 | 0 | 1001100 | 1100100 | 101 | 1110 | 1100100 | 101111 |
Color Harmonies of #F13A00
Complementary color
Monochromatic Colors of #F13A00
Black with #F13A00
Text Example
Text Example
White with #F13A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13A00; }
p { color: rgb(241,58,0); }
H1.HeaderClassName
{
color: #F13A00;
}
.AnyTagClassName
{
color: #F13A00;
}
</style>
background-color css
<style>
a { background-color: #F13A00; }
a { background-color: rgb(241,58,0); }
div.DivClassName
{
background-color: #F13A00;
}
.BgClassName
{
background-color: #F13A00;
}
</style>
border-color css
<style>
span { border-color: #F13A00; }
span { border-color: rgb(241,58,0); }
td.TdClassName
{
border-color: #F13A00;
}
.TagClassName
{
border-color: #F13A00;
}
</style>