Shades of Red Orange #FF461F
Tints of Red Orange #FF461F
RGB
CMYK
RGB Variations
Color information
#FF461F (or 0xFF461F) is known color: Red Orange. HEX triplet: FF, 46 and 1F. RGB value is (255,70,31). Sum of RGB (Red+Green+Blue) = 255+70+31=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 31 (12.5% from 255 or 8.71% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF461F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF461F is #00B9E0. Grayscale: #797979. Windows color (decimal): -47585 or 2049791. OLE color: 2049791.
HSL color Cylindrical-coordinate representation of color #FF461F: hue angle of 10.45º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF461F is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 31 | - |
| CMYK | 0 | 0.73 | 0.88 | 0 |
| HSL | 10.45º | 1% | 0.56% | - |
| HSV(B) | 10.45º | 0.88% | 1% | - |
| XYZ | 43.68 | 25.74 | 3.96 | - |
| YUV | 120.87 | 77.29 | 223.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 31 | 0 | 0.73 | 0.88 | 0 | 10.45 | 1 | 0.56 |
| Hex | FF | 46 | 1F | 0 | 49 | 58 | 0 | A | 64 | 38 |
| Octal | 377 | 106 | 37 | 0 | 111 | 130 | 0 | 12 | 144 | 70 |
| Binary | 11111111 | 1000110 | 11111 | 0 | 1001001 | 1011000 | 0 | 1010 | 1100100 | 111000 |
Color Harmonies of #FF461F
Complementary color
Monochromatic Colors of #FF461F
Black with #FF461F
Text Example
Text Example
White with #FF461F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF461F; }
p { color: rgb(255,70,31); }
H1.HeaderClassName
{
color: #FF461F;
}
.AnyTagClassName
{
color: #FF461F;
}
</style>
background-color css
<style>
a { background-color: #FF461F; }
a { background-color: rgb(255,70,31); }
div.DivClassName
{
background-color: #FF461F;
}
.BgClassName
{
background-color: #FF461F;
}
</style>
border-color css
<style>
span { border-color: #FF461F; }
span { border-color: rgb(255,70,31); }
td.TdClassName
{
border-color: #FF461F;
}
.TagClassName
{
border-color: #FF461F;
}
</style>