Shades of Red Orange #FF4932
Tints of Red Orange #FF4932
RGB
CMYK
RGB Variations
Color information
#FF4932 (or 0xFF4932) is known color: Red Orange. HEX triplet: FF, 49 and 32. RGB value is (255,73,50). Sum of RGB (Red+Green+Blue) = 255+73+50=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 73 (28.91% from 255 or 19.31% from 378); Blue value is 50 (19.92% from 255 or 13.23% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4932 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4932 is #00B6CD. Grayscale: #7D7D7D. Windows color (decimal): -46798 or 3295743. OLE color: 3295743.
HSL color Cylindrical-coordinate representation of color #FF4932: hue angle of 6.73º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF4932 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 73 | 50 | - |
| CMYK | 0 | 0.71 | 0.80 | 0 |
| HSL | 6.73º | 1% | 0.6% | - |
| HSV(B) | 6.73º | 0.8% | 1% | - |
| XYZ | 44.2 | 26.26 | 5.76 | - |
| YUV | 124.8 | 85.8 | 220.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 73 | 50 | 0 | 0.71 | 0.80 | 0 | 6.73 | 1 | 0.6 |
| Hex | FF | 49 | 32 | 0 | 47 | 50 | 0 | 7 | 64 | 3C |
| Octal | 377 | 111 | 62 | 0 | 107 | 120 | 0 | 7 | 144 | 74 |
| Binary | 11111111 | 1001001 | 110010 | 0 | 1000111 | 1010000 | 0 | 111 | 1100100 | 111100 |
Color Harmonies of #FF4932
Complementary color
Monochromatic Colors of #FF4932
Black with #FF4932
Text Example
Text Example
White with #FF4932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4932; }
p { color: rgb(255,73,50); }
H1.HeaderClassName
{
color: #FF4932;
}
.AnyTagClassName
{
color: #FF4932;
}
</style>
background-color css
<style>
a { background-color: #FF4932; }
a { background-color: rgb(255,73,50); }
div.DivClassName
{
background-color: #FF4932;
}
.BgClassName
{
background-color: #FF4932;
}
</style>
border-color css
<style>
span { border-color: #FF4932; }
span { border-color: rgb(255,73,50); }
td.TdClassName
{
border-color: #FF4932;
}
.TagClassName
{
border-color: #FF4932;
}
</style>