Shades of Red Orange #FF462C
Tints of Red Orange #FF462C
RGB
CMYK
RGB Variations
Color information
#FF462C (or 0xFF462C) is known color: Red Orange. HEX triplet: FF, 46 and 2C. RGB value is (255,70,44). Sum of RGB (Red+Green+Blue) = 255+70+44=369 (48% of max value = 765). Red value is 255 (100% from 255 or 69.11% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 44 (17.58% from 255 or 11.92% from 369); Max value from RGB is 255 - color contains mainly: red. Hex color #FF462C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF462C is #00B9D3. Grayscale: #7A7A7A. Windows color (decimal): -47572 or 2901759. OLE color: 2901759.
HSL color Cylindrical-coordinate representation of color #FF462C: hue angle of 7.39º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF462C is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 44 | - |
| CMYK | 0 | 0.73 | 0.83 | 0 |
| HSL | 7.39º | 1% | 0.59% | - |
| HSV(B) | 7.39º | 0.83% | 1% | - |
| XYZ | 43.88 | 25.82 | 5.05 | - |
| YUV | 122.35 | 83.79 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 44 | 0 | 0.73 | 0.83 | 0 | 7.39 | 1 | 0.59 |
| Hex | FF | 46 | 2C | 0 | 49 | 53 | 0 | 7 | 64 | 3B |
| Octal | 377 | 106 | 54 | 0 | 111 | 123 | 0 | 7 | 144 | 73 |
| Binary | 11111111 | 1000110 | 101100 | 0 | 1001001 | 1010011 | 0 | 111 | 1100100 | 111011 |
Color Harmonies of #FF462C
Complementary color
Monochromatic Colors of #FF462C
Black with #FF462C
Text Example
Text Example
White with #FF462C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF462C; }
p { color: rgb(255,70,44); }
H1.HeaderClassName
{
color: #FF462C;
}
.AnyTagClassName
{
color: #FF462C;
}
</style>
background-color css
<style>
a { background-color: #FF462C; }
a { background-color: rgb(255,70,44); }
div.DivClassName
{
background-color: #FF462C;
}
.BgClassName
{
background-color: #FF462C;
}
</style>
border-color css
<style>
span { border-color: #FF462C; }
span { border-color: rgb(255,70,44); }
td.TdClassName
{
border-color: #FF462C;
}
.TagClassName
{
border-color: #FF462C;
}
</style>