Shades of Orange Red #FD4001
Tints of Orange Red #FD4001
RGB
CMYK
RGB Variations
Color information
#FD4001 (or 0xFD4001) is known color: Orange Red. HEX triplet: FD, 40 and 01. RGB value is (253,64,1). Sum of RGB (Red+Green+Blue) = 253+64+1=318 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.56% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 1 (0.78% from 255 or 0.31% from 318); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4001 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4001 is #02BFFE. Grayscale: #717171. Windows color (decimal): -180223 or 82173. OLE color: 82173.
HSL color Cylindrical-coordinate representation of color #FD4001: hue angle of 15º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD4001 is Cyan = 0, Magento = 0.75, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 64 | 1 | - |
| CMYK | 0 | 0.75 | 1.00 | 0.01 |
| HSL | 15º | 0.99% | 0.5% | - |
| HSV(B) | 15º | 1% | 0.99% | - |
| XYZ | 42.35 | 24.55 | 2.54 | - |
| YUV | 113.33 | 64.62 | 227.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 64 | 1 | 0 | 0.75 | 1.00 | 0.01 | 15 | 0.99 | 0.5 |
| Hex | FD | 40 | 1 | 0 | 4B | 64 | 1 | F | 63 | 32 |
| Octal | 375 | 100 | 1 | 0 | 113 | 144 | 1 | 17 | 143 | 62 |
| Binary | 11111101 | 1000000 | 1 | 0 | 1001011 | 1100100 | 1 | 1111 | 1100011 | 110010 |
Color Harmonies of #FD4001
Complementary color
Monochromatic Colors of #FD4001
Black with #FD4001
Text Example
Text Example
White with #FD4001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4001; }
p { color: rgb(253,64,1); }
H1.HeaderClassName
{
color: #FD4001;
}
.AnyTagClassName
{
color: #FD4001;
}
</style>
background-color css
<style>
a { background-color: #FD4001; }
a { background-color: rgb(253,64,1); }
div.DivClassName
{
background-color: #FD4001;
}
.BgClassName
{
background-color: #FD4001;
}
</style>
border-color css
<style>
span { border-color: #FD4001; }
span { border-color: rgb(253,64,1); }
td.TdClassName
{
border-color: #FD4001;
}
.TagClassName
{
border-color: #FD4001;
}
</style>