Shades of Orange Red #FD4201
Tints of Orange Red #FD4201
RGB
CMYK
RGB Variations
Color information
#FD4201 (or 0xFD4201) is known color: Orange Red. HEX triplet: FD, 42 and 01. RGB value is (253,66,1). Sum of RGB (Red+Green+Blue) = 253+66+1=320 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.06% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 1 (0.78% from 255 or 0.31% from 320); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4201 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4201 is #02BDFE. Grayscale: #727272. Windows color (decimal): -179711 or 82685. OLE color: 82685.
HSL color Cylindrical-coordinate representation of color #FD4201: hue angle of 15.48º 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 #FD4201 is Cyan = 0, Magento = 0.74, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 66 | 1 | - |
| CMYK | 0 | 0.74 | 1.00 | 0.01 |
| HSL | 15.48º | 0.99% | 0.5% | - |
| HSV(B) | 15.48º | 1% | 0.99% | - |
| XYZ | 42.46 | 24.78 | 2.57 | - |
| YUV | 114.5 | 63.95 | 226.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 66 | 1 | 0 | 0.74 | 1.00 | 0.01 | 15.48 | 0.99 | 0.5 |
| Hex | FD | 42 | 1 | 0 | 4A | 64 | 1 | F | 63 | 32 |
| Octal | 375 | 102 | 1 | 0 | 112 | 144 | 1 | 17 | 143 | 62 |
| Binary | 11111101 | 1000010 | 1 | 0 | 1001010 | 1100100 | 1 | 1111 | 1100011 | 110010 |
Color Harmonies of #FD4201
Complementary color
Monochromatic Colors of #FD4201
Black with #FD4201
Text Example
Text Example
White with #FD4201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4201; }
p { color: rgb(253,66,1); }
H1.HeaderClassName
{
color: #FD4201;
}
.AnyTagClassName
{
color: #FD4201;
}
</style>
background-color css
<style>
a { background-color: #FD4201; }
a { background-color: rgb(253,66,1); }
div.DivClassName
{
background-color: #FD4201;
}
.BgClassName
{
background-color: #FD4201;
}
</style>
border-color css
<style>
span { border-color: #FD4201; }
span { border-color: rgb(253,66,1); }
td.TdClassName
{
border-color: #FD4201;
}
.TagClassName
{
border-color: #FD4201;
}
</style>