Shades of Red Orange #FF492C
Tints of Red Orange #FF492C
RGB
CMYK
RGB Variations
Color information
#FF492C (or 0xFF492C) is known color: Red Orange. HEX triplet: FF, 49 and 2C. RGB value is (255,73,44). Sum of RGB (Red+Green+Blue) = 255+73+44=372 (49% of max value = 765). Red value is 255 (100% from 255 or 68.55% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 44 (17.58% from 255 or 11.83% from 372); Max value from RGB is 255 - color contains mainly: red. Hex color #FF492C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF492C is #00B6D3. Grayscale: #7C7C7C. Windows color (decimal): -46804 or 2902527. OLE color: 2902527.
HSL color Cylindrical-coordinate representation of color #FF492C: hue angle of 8.25º 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 #FF492C is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 73 | 44 | - |
| CMYK | 0 | 0.71 | 0.83 | 0 |
| HSL | 8.25º | 1% | 0.59% | - |
| HSV(B) | 8.25º | 0.83% | 1% | - |
| XYZ | 44.08 | 26.21 | 5.12 | - |
| YUV | 124.11 | 82.8 | 221.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 73 | 44 | 0 | 0.71 | 0.83 | 0 | 8.25 | 1 | 0.59 |
| Hex | FF | 49 | 2C | 0 | 47 | 53 | 0 | 8 | 64 | 3B |
| Octal | 377 | 111 | 54 | 0 | 107 | 123 | 0 | 10 | 144 | 73 |
| Binary | 11111111 | 1001001 | 101100 | 0 | 1000111 | 1010011 | 0 | 1000 | 1100100 | 111011 |
Color Harmonies of #FF492C
Complementary color
Monochromatic Colors of #FF492C
Black with #FF492C
Text Example
Text Example
White with #FF492C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF492C; }
p { color: rgb(255,73,44); }
H1.HeaderClassName
{
color: #FF492C;
}
.AnyTagClassName
{
color: #FF492C;
}
</style>
background-color css
<style>
a { background-color: #FF492C; }
a { background-color: rgb(255,73,44); }
div.DivClassName
{
background-color: #FF492C;
}
.BgClassName
{
background-color: #FF492C;
}
</style>
border-color css
<style>
span { border-color: #FF492C; }
span { border-color: rgb(255,73,44); }
td.TdClassName
{
border-color: #FF492C;
}
.TagClassName
{
border-color: #FF492C;
}
</style>