Shades of Orange Red #FF461A
Tints of Orange Red #FF461A
RGB
CMYK
RGB Variations
Color information
#FF461A (or 0xFF461A) is known color: Orange Red. HEX triplet: FF, 46 and 1A. RGB value is (255,70,26). Sum of RGB (Red+Green+Blue) = 255+70+26=351 (46% of max value = 765). Red value is 255 (100% from 255 or 72.65% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 26 (10.55% from 255 or 7.41% from 351); Max value from RGB is 255 - color contains mainly: red. Hex color #FF461A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF461A is #00B9E5. Grayscale: #787878. Windows color (decimal): -47590 or 1722111. OLE color: 1722111.
HSL color Cylindrical-coordinate representation of color #FF461A: hue angle of 11.53º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF461A is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 26 | - |
| CMYK | 0 | 0.73 | 0.90 | 0 |
| HSL | 11.53º | 1% | 0.55% | - |
| HSV(B) | 11.53º | 0.9% | 1% | - |
| XYZ | 43.62 | 25.71 | 3.64 | - |
| YUV | 120.3 | 74.79 | 224.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 26 | 0 | 0.73 | 0.90 | 0 | 11.53 | 1 | 0.55 |
| Hex | FF | 46 | 1A | 0 | 49 | 5A | 0 | C | 64 | 37 |
| Octal | 377 | 106 | 32 | 0 | 111 | 132 | 0 | 14 | 144 | 67 |
| Binary | 11111111 | 1000110 | 11010 | 0 | 1001001 | 1011010 | 0 | 1100 | 1100100 | 110111 |
Color Harmonies of #FF461A
Complementary color
Monochromatic Colors of #FF461A
Black with #FF461A
Text Example
Text Example
White with #FF461A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF461A; }
p { color: rgb(255,70,26); }
H1.HeaderClassName
{
color: #FF461A;
}
.AnyTagClassName
{
color: #FF461A;
}
</style>
background-color css
<style>
a { background-color: #FF461A; }
a { background-color: rgb(255,70,26); }
div.DivClassName
{
background-color: #FF461A;
}
.BgClassName
{
background-color: #FF461A;
}
</style>
border-color css
<style>
span { border-color: #FF461A; }
span { border-color: rgb(255,70,26); }
td.TdClassName
{
border-color: #FF461A;
}
.TagClassName
{
border-color: #FF461A;
}
</style>