Shades of Orange Red #FD4518
Tints of Orange Red #FD4518
RGB
CMYK
RGB Variations
Color information
#FD4518 (or 0xFD4518) is known color: Orange Red. HEX triplet: FD, 45 and 18. RGB value is (253,69,24). Sum of RGB (Red+Green+Blue) = 253+69+24=346 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.12% from 346); Green value is 69 (27.34% from 255 or 19.94% from 346); Blue value is 24 (9.77% from 255 or 6.94% from 346); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4518 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4518 is #02BAE7. Grayscale: #777777. Windows color (decimal): -178920 or 1590781. OLE color: 1590781.
HSL color Cylindrical-coordinate representation of color #FD4518: hue angle of 11.79º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD4518 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 69 | 24 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.01 |
| HSL | 11.79º | 0.98% | 0.54% | - |
| HSV(B) | 11.79º | 0.91% | 0.99% | - |
| XYZ | 42.8 | 25.2 | 3.47 | - |
| YUV | 118.89 | 74.46 | 223.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 69 | 24 | 0 | 0.73 | 0.91 | 0.01 | 11.79 | 0.98 | 0.54 |
| Hex | FD | 45 | 18 | 0 | 49 | 5B | 1 | C | 62 | 36 |
| Octal | 375 | 105 | 30 | 0 | 111 | 133 | 1 | 14 | 142 | 66 |
| Binary | 11111101 | 1000101 | 11000 | 0 | 1001001 | 1011011 | 1 | 1100 | 1100010 | 110110 |
Color Harmonies of #FD4518
Complementary color
Monochromatic Colors of #FD4518
Black with #FD4518
Text Example
Text Example
White with #FD4518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4518; }
p { color: rgb(253,69,24); }
H1.HeaderClassName
{
color: #FD4518;
}
.AnyTagClassName
{
color: #FD4518;
}
</style>
background-color css
<style>
a { background-color: #FD4518; }
a { background-color: rgb(253,69,24); }
div.DivClassName
{
background-color: #FD4518;
}
.BgClassName
{
background-color: #FD4518;
}
</style>
border-color css
<style>
span { border-color: #FD4518; }
span { border-color: rgb(253,69,24); }
td.TdClassName
{
border-color: #FD4518;
}
.TagClassName
{
border-color: #FD4518;
}
</style>