Shades of Red Orange #FF4D25
Tints of Red Orange #FF4D25
RGB
CMYK
RGB Variations
Color information
#FF4D25 (or 0xFF4D25) is known color: Red Orange. HEX triplet: FF, 4D and 25. RGB value is (255,77,37). Sum of RGB (Red+Green+Blue) = 255+77+37=369 (48% of max value = 765). Red value is 255 (100% from 255 or 69.11% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 37 (14.84% from 255 or 10.03% from 369); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF4D25 is #00B2DA. Grayscale: #7E7E7E. Windows color (decimal): -45787 or 2444799. OLE color: 2444799.
HSL color Cylindrical-coordinate representation of color #FF4D25: hue angle of 11.01º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF4D25 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 37 | - |
| CMYK | 0 | 0.70 | 0.85 | 0 |
| HSL | 11.01º | 1% | 0.57% | - |
| HSV(B) | 11.01º | 0.85% | 1% | - |
| XYZ | 44.23 | 26.7 | 4.57 | - |
| YUV | 125.66 | 77.97 | 220.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 37 | 0 | 0.70 | 0.85 | 0 | 11.01 | 1 | 0.57 |
| Hex | FF | 4D | 25 | 0 | 46 | 55 | 0 | B | 64 | 39 |
| Octal | 377 | 115 | 45 | 0 | 106 | 125 | 0 | 13 | 144 | 71 |
| Binary | 11111111 | 1001101 | 100101 | 0 | 1000110 | 1010101 | 0 | 1011 | 1100100 | 111001 |
Color Harmonies of #FF4D25
Complementary color
Monochromatic Colors of #FF4D25
Black with #FF4D25
Text Example
Text Example
White with #FF4D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D25; }
p { color: rgb(255,77,37); }
H1.HeaderClassName
{
color: #FF4D25;
}
.AnyTagClassName
{
color: #FF4D25;
}
</style>
background-color css
<style>
a { background-color: #FF4D25; }
a { background-color: rgb(255,77,37); }
div.DivClassName
{
background-color: #FF4D25;
}
.BgClassName
{
background-color: #FF4D25;
}
</style>
border-color css
<style>
span { border-color: #FF4D25; }
span { border-color: rgb(255,77,37); }
td.TdClassName
{
border-color: #FF4D25;
}
.TagClassName
{
border-color: #FF4D25;
}
</style>