Shades of Orange Red #F2461B
Tints of Orange Red #F2461B
RGB
CMYK
RGB Variations
Color information
#F2461B (or 0xF2461B) is known color: Orange Red. HEX triplet: F2, 46 and 1B. RGB value is (242,70,27). Sum of RGB (Red+Green+Blue) = 242+70+27=339 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.39% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 27 (10.94% from 255 or 7.96% from 339); Max value from RGB is 242 - color contains mainly: red. Hex color #F2461B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2461B is #0DB9E4. Grayscale: #747474. Windows color (decimal): -899557 or 1787634. OLE color: 1787634.
HSL color Cylindrical-coordinate representation of color #F2461B: hue angle of 12º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F2461B is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 70 | 27 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.05 |
| HSL | 12º | 0.89% | 0.53% | - |
| HSV(B) | 12º | 0.89% | 0.95% | - |
| XYZ | 39.01 | 23.34 | 3.49 | - |
| YUV | 116.53 | 77.48 | 217.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 70 | 27 | 0 | 0.71 | 0.89 | 0.05 | 12 | 0.89 | 0.53 |
| Hex | F2 | 46 | 1B | 0 | 47 | 59 | 5 | C | 59 | 35 |
| Octal | 362 | 106 | 33 | 0 | 107 | 131 | 5 | 14 | 131 | 65 |
| Binary | 11110010 | 1000110 | 11011 | 0 | 1000111 | 1011001 | 101 | 1100 | 1011001 | 110101 |
Color Harmonies of #F2461B
Complementary color
Monochromatic Colors of #F2461B
Black with #F2461B
Text Example
Text Example
White with #F2461B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2461B; }
p { color: rgb(242,70,27); }
H1.HeaderClassName
{
color: #F2461B;
}
.AnyTagClassName
{
color: #F2461B;
}
</style>
background-color css
<style>
a { background-color: #F2461B; }
a { background-color: rgb(242,70,27); }
div.DivClassName
{
background-color: #F2461B;
}
.BgClassName
{
background-color: #F2461B;
}
</style>
border-color css
<style>
span { border-color: #F2461B; }
span { border-color: rgb(242,70,27); }
td.TdClassName
{
border-color: #F2461B;
}
.TagClassName
{
border-color: #F2461B;
}
</style>