Shades of Orange Red #F1390B
Tints of Orange Red #F1390B
RGB
CMYK
RGB Variations
Color information
#F1390B (or 0xF1390B) is known color: Orange Red. HEX triplet: F1, 39 and 0B. RGB value is (241,57,11). Sum of RGB (Red+Green+Blue) = 241+57+11=309 (40% of max value = 765). Red value is 241 (94.53% from 255 or 77.99% from 309); Green value is 57 (22.66% from 255 or 18.45% from 309); Blue value is 11 (4.69% from 255 or 3.56% from 309); Max value from RGB is 241 - color contains mainly: red. Hex color #F1390B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1390B is #0EC6F4. Grayscale: #6B6B6B. Windows color (decimal): -968437 or 735729. OLE color: 735729.
HSL color Cylindrical-coordinate representation of color #F1390B: hue angle of 12º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F1390B is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 57 | 11 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.05 |
| HSL | 12º | 0.91% | 0.49% | - |
| HSV(B) | 12º | 0.95% | 0.95% | - |
| XYZ | 37.8 | 21.65 | 2.5 | - |
| YUV | 106.77 | 73.96 | 223.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 57 | 11 | 0 | 0.76 | 0.95 | 0.05 | 12 | 0.91 | 0.49 |
| Hex | F1 | 39 | B | 0 | 4C | 5F | 5 | C | 5B | 31 |
| Octal | 361 | 71 | 13 | 0 | 114 | 137 | 5 | 14 | 133 | 61 |
| Binary | 11110001 | 111001 | 1011 | 0 | 1001100 | 1011111 | 101 | 1100 | 1011011 | 110001 |
Color Harmonies of #F1390B
Complementary color
Monochromatic Colors of #F1390B
Black with #F1390B
Text Example
Text Example
White with #F1390B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1390B; }
p { color: rgb(241,57,11); }
H1.HeaderClassName
{
color: #F1390B;
}
.AnyTagClassName
{
color: #F1390B;
}
</style>
background-color css
<style>
a { background-color: #F1390B; }
a { background-color: rgb(241,57,11); }
div.DivClassName
{
background-color: #F1390B;
}
.BgClassName
{
background-color: #F1390B;
}
</style>
border-color css
<style>
span { border-color: #F1390B; }
span { border-color: rgb(241,57,11); }
td.TdClassName
{
border-color: #F1390B;
}
.TagClassName
{
border-color: #F1390B;
}
</style>