Shades of Orange Red #FF4018
Tints of Orange Red #FF4018
RGB
CMYK
RGB Variations
Color information
#FF4018 (or 0xFF4018) is known color: Orange Red. HEX triplet: FF, 40 and 18. RGB value is (255,64,24). Sum of RGB (Red+Green+Blue) = 255+64+24=343 (45% of max value = 765). Red value is 255 (100% from 255 or 74.34% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 24 (9.77% from 255 or 7.00% from 343); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4018 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4018 is #00BFE7. Grayscale: #747474. Windows color (decimal): -49128 or 1589503. OLE color: 1589503.
HSL color Cylindrical-coordinate representation of color #FF4018: hue angle of 10.39º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF4018 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 24 | - |
| CMYK | 0 | 0.75 | 0.91 | 0 |
| HSL | 10.39º | 1% | 0.55% | - |
| HSV(B) | 10.39º | 0.91% | 1% | - |
| XYZ | 43.24 | 24.99 | 3.41 | - |
| YUV | 116.55 | 75.78 | 226.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 24 | 0 | 0.75 | 0.91 | 0 | 10.39 | 1 | 0.55 |
| Hex | FF | 40 | 18 | 0 | 4B | 5B | 0 | A | 64 | 37 |
| Octal | 377 | 100 | 30 | 0 | 113 | 133 | 0 | 12 | 144 | 67 |
| Binary | 11111111 | 1000000 | 11000 | 0 | 1001011 | 1011011 | 0 | 1010 | 1100100 | 110111 |
Color Harmonies of #FF4018
Complementary color
Monochromatic Colors of #FF4018
Black with #FF4018
Text Example
Text Example
White with #FF4018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4018; }
p { color: rgb(255,64,24); }
H1.HeaderClassName
{
color: #FF4018;
}
.AnyTagClassName
{
color: #FF4018;
}
</style>
background-color css
<style>
a { background-color: #FF4018; }
a { background-color: rgb(255,64,24); }
div.DivClassName
{
background-color: #FF4018;
}
.BgClassName
{
background-color: #FF4018;
}
</style>
border-color css
<style>
span { border-color: #FF4018; }
span { border-color: rgb(255,64,24); }
td.TdClassName
{
border-color: #FF4018;
}
.TagClassName
{
border-color: #FF4018;
}
</style>