Shades of Orange Red #F0461A
Tints of Orange Red #F0461A
RGB
CMYK
RGB Variations
Color information
#F0461A (or 0xF0461A) is known color: Orange Red. HEX triplet: F0, 46 and 1A. RGB value is (240,70,26). Sum of RGB (Red+Green+Blue) = 240+70+26=336 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.43% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 26 (10.55% from 255 or 7.74% from 336); Max value from RGB is 240 - color contains mainly: red. Hex color #F0461A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0461A is #0FB9E5. Grayscale: #747474. Windows color (decimal): -1030630 or 1722096. OLE color: 1722096.
HSL color Cylindrical-coordinate representation of color #F0461A: hue angle of 12.34º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F0461A is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 70 | 26 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.06 |
| HSL | 12.34º | 0.88% | 0.52% | - |
| HSV(B) | 12.34º | 0.89% | 0.94% | - |
| XYZ | 38.31 | 22.98 | 3.39 | - |
| YUV | 115.81 | 77.32 | 216.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 70 | 26 | 0 | 0.71 | 0.89 | 0.06 | 12.34 | 0.88 | 0.52 |
| Hex | F0 | 46 | 1A | 0 | 47 | 59 | 6 | C | 58 | 34 |
| Octal | 360 | 106 | 32 | 0 | 107 | 131 | 6 | 14 | 130 | 64 |
| Binary | 11110000 | 1000110 | 11010 | 0 | 1000111 | 1011001 | 110 | 1100 | 1011000 | 110100 |
Color Harmonies of #F0461A
Complementary color
Monochromatic Colors of #F0461A
Black with #F0461A
Text Example
Text Example
White with #F0461A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0461A; }
p { color: rgb(240,70,26); }
H1.HeaderClassName
{
color: #F0461A;
}
.AnyTagClassName
{
color: #F0461A;
}
</style>
background-color css
<style>
a { background-color: #F0461A; }
a { background-color: rgb(240,70,26); }
div.DivClassName
{
background-color: #F0461A;
}
.BgClassName
{
background-color: #F0461A;
}
</style>
border-color css
<style>
span { border-color: #F0461A; }
span { border-color: rgb(240,70,26); }
td.TdClassName
{
border-color: #F0461A;
}
.TagClassName
{
border-color: #F0461A;
}
</style>