Shades of Orange Red #F2461A
Tints of Orange Red #F2461A
RGB
CMYK
RGB Variations
Color information
#F2461A (or 0xF2461A) is known color: Orange Red. HEX triplet: F2, 46 and 1A. RGB value is (242,70,26). Sum of RGB (Red+Green+Blue) = 242+70+26=338 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.60% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 26 (10.55% from 255 or 7.69% from 338); Max value from RGB is 242 - color contains mainly: red. Hex color #F2461A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2461A is #0DB9E5. Grayscale: #747474. Windows color (decimal): -899558 or 1722098. OLE color: 1722098.
HSL color Cylindrical-coordinate representation of color #F2461A: hue angle of 12.22º 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 #F2461A is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 70 | 26 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.05 |
| HSL | 12.22º | 0.89% | 0.53% | - |
| HSV(B) | 12.22º | 0.89% | 0.95% | - |
| XYZ | 38.99 | 23.33 | 3.43 | - |
| YUV | 116.41 | 76.98 | 217.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 70 | 26 | 0 | 0.71 | 0.89 | 0.05 | 12.22 | 0.89 | 0.53 |
| Hex | F2 | 46 | 1A | 0 | 47 | 59 | 5 | C | 59 | 35 |
| Octal | 362 | 106 | 32 | 0 | 107 | 131 | 5 | 14 | 131 | 65 |
| Binary | 11110010 | 1000110 | 11010 | 0 | 1000111 | 1011001 | 101 | 1100 | 1011001 | 110101 |
Color Harmonies of #F2461A
Complementary color
Monochromatic Colors of #F2461A
Black with #F2461A
Text Example
Text Example
White with #F2461A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2461A; }
p { color: rgb(242,70,26); }
H1.HeaderClassName
{
color: #F2461A;
}
.AnyTagClassName
{
color: #F2461A;
}
</style>
background-color css
<style>
a { background-color: #F2461A; }
a { background-color: rgb(242,70,26); }
div.DivClassName
{
background-color: #F2461A;
}
.BgClassName
{
background-color: #F2461A;
}
</style>
border-color css
<style>
span { border-color: #F2461A; }
span { border-color: rgb(242,70,26); }
td.TdClassName
{
border-color: #F2461A;
}
.TagClassName
{
border-color: #F2461A;
}
</style>