Shades of Orange Red #FD4501
Tints of Orange Red #FD4501
RGB
CMYK
RGB Variations
Color information
#FD4501 (or 0xFD4501) is known color: Orange Red. HEX triplet: FD, 45 and 01. RGB value is (253,69,1). Sum of RGB (Red+Green+Blue) = 253+69+1=323 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.33% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 1 (0.78% from 255 or 0.31% from 323); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4501 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4501 is #02BAFE. Grayscale: #747474. Windows color (decimal): -178943 or 83453. OLE color: 83453.
HSL color Cylindrical-coordinate representation of color #FD4501: hue angle of 16.19º 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 #FD4501 is Cyan = 0, Magento = 0.73, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 69 | 1 | - |
| CMYK | 0 | 0.73 | 1.00 | 0.01 |
| HSL | 16.19º | 0.99% | 0.5% | - |
| HSV(B) | 16.19º | 1% | 0.99% | - |
| XYZ | 42.64 | 25.14 | 2.63 | - |
| YUV | 116.26 | 62.96 | 225.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 69 | 1 | 0 | 0.73 | 1.00 | 0.01 | 16.19 | 0.99 | 0.5 |
| Hex | FD | 45 | 1 | 0 | 49 | 64 | 1 | 10 | 63 | 32 |
| Octal | 375 | 105 | 1 | 0 | 111 | 144 | 1 | 20 | 143 | 62 |
| Binary | 11111101 | 1000101 | 1 | 0 | 1001001 | 1100100 | 1 | 10000 | 1100011 | 110010 |
Color Harmonies of #FD4501
Complementary color
Monochromatic Colors of #FD4501
Black with #FD4501
Text Example
Text Example
White with #FD4501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4501; }
p { color: rgb(253,69,1); }
H1.HeaderClassName
{
color: #FD4501;
}
.AnyTagClassName
{
color: #FD4501;
}
</style>
background-color css
<style>
a { background-color: #FD4501; }
a { background-color: rgb(253,69,1); }
div.DivClassName
{
background-color: #FD4501;
}
.BgClassName
{
background-color: #FD4501;
}
</style>
border-color css
<style>
span { border-color: #FD4501; }
span { border-color: rgb(253,69,1); }
td.TdClassName
{
border-color: #FD4501;
}
.TagClassName
{
border-color: #FD4501;
}
</style>