Shades of Red Orange #FF4027
Tints of Red Orange #FF4027
RGB
CMYK
RGB Variations
Color information
#FF4027 (or 0xFF4027) is known color: Red Orange. HEX triplet: FF, 40 and 27. RGB value is (255,64,39). Sum of RGB (Red+Green+Blue) = 255+64+39=358 (47% of max value = 765). Red value is 255 (100% from 255 or 71.23% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 39 (15.62% from 255 or 10.89% from 358); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4027 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4027 is #00BFD8. Grayscale: #767676. Windows color (decimal): -49113 or 2572543. OLE color: 2572543.
HSL color Cylindrical-coordinate representation of color #FF4027: hue angle of 6.94º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF4027 is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 39 | - |
| CMYK | 0 | 0.75 | 0.85 | 0 |
| HSL | 6.94º | 1% | 0.58% | - |
| HSV(B) | 6.94º | 0.85% | 1% | - |
| XYZ | 43.44 | 25.07 | 4.47 | - |
| YUV | 118.26 | 83.28 | 225.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 39 | 0 | 0.75 | 0.85 | 0 | 6.94 | 1 | 0.58 |
| Hex | FF | 40 | 27 | 0 | 4B | 55 | 0 | 7 | 64 | 3A |
| Octal | 377 | 100 | 47 | 0 | 113 | 125 | 0 | 7 | 144 | 72 |
| Binary | 11111111 | 1000000 | 100111 | 0 | 1001011 | 1010101 | 0 | 111 | 1100100 | 111010 |
Color Harmonies of #FF4027
Complementary color
Monochromatic Colors of #FF4027
Black with #FF4027
Text Example
Text Example
White with #FF4027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4027; }
p { color: rgb(255,64,39); }
H1.HeaderClassName
{
color: #FF4027;
}
.AnyTagClassName
{
color: #FF4027;
}
</style>
background-color css
<style>
a { background-color: #FF4027; }
a { background-color: rgb(255,64,39); }
div.DivClassName
{
background-color: #FF4027;
}
.BgClassName
{
background-color: #FF4027;
}
</style>
border-color css
<style>
span { border-color: #FF4027; }
span { border-color: rgb(255,64,39); }
td.TdClassName
{
border-color: #FF4027;
}
.TagClassName
{
border-color: #FF4027;
}
</style>