Shades of Red Orange #FF4025
Tints of Red Orange #FF4025
RGB
CMYK
RGB Variations
Color information
#FF4025 (or 0xFF4025) is known color: Red Orange. HEX triplet: FF, 40 and 25. RGB value is (255,64,37). Sum of RGB (Red+Green+Blue) = 255+64+37=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 37 (14.84% from 255 or 10.39% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4025 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4025 is #00BFDA. Grayscale: #767676. Windows color (decimal): -49115 or 2441471. OLE color: 2441471.
HSL color Cylindrical-coordinate representation of color #FF4025: hue angle of 7.43º 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 #FF4025 is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 37 | - |
| CMYK | 0 | 0.75 | 0.85 | 0 |
| HSL | 7.43º | 1% | 0.57% | - |
| HSV(B) | 7.43º | 0.85% | 1% | - |
| XYZ | 43.41 | 25.06 | 4.3 | - |
| YUV | 118.03 | 82.28 | 225.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 37 | 0 | 0.75 | 0.85 | 0 | 7.43 | 1 | 0.57 |
| Hex | FF | 40 | 25 | 0 | 4B | 55 | 0 | 7 | 64 | 39 |
| Octal | 377 | 100 | 45 | 0 | 113 | 125 | 0 | 7 | 144 | 71 |
| Binary | 11111111 | 1000000 | 100101 | 0 | 1001011 | 1010101 | 0 | 111 | 1100100 | 111001 |
Color Harmonies of #FF4025
Complementary color
Monochromatic Colors of #FF4025
Black with #FF4025
Text Example
Text Example
White with #FF4025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4025; }
p { color: rgb(255,64,37); }
H1.HeaderClassName
{
color: #FF4025;
}
.AnyTagClassName
{
color: #FF4025;
}
</style>
background-color css
<style>
a { background-color: #FF4025; }
a { background-color: rgb(255,64,37); }
div.DivClassName
{
background-color: #FF4025;
}
.BgClassName
{
background-color: #FF4025;
}
</style>
border-color css
<style>
span { border-color: #FF4025; }
span { border-color: rgb(255,64,37); }
td.TdClassName
{
border-color: #FF4025;
}
.TagClassName
{
border-color: #FF4025;
}
</style>