Shades of Orange Red #FD3C16
Tints of Orange Red #FD3C16
RGB
CMYK
RGB Variations
Color information
#FD3C16 (or 0xFD3C16) is known color: Orange Red. HEX triplet: FD, 3C and 16. RGB value is (253,60,22). Sum of RGB (Red+Green+Blue) = 253+60+22=335 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.52% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3C16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3C16 is #02C3E9. Grayscale: #717171. Windows color (decimal): -181226 or 1457405. OLE color: 1457405.
HSL color Cylindrical-coordinate representation of color #FD3C16: hue angle of 9.87º 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 #FD3C16 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 60 | 22 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.01 |
| HSL | 9.87º | 0.98% | 0.54% | - |
| HSV(B) | 9.87º | 0.91% | 0.99% | - |
| XYZ | 42.27 | 24.17 | 3.2 | - |
| YUV | 113.38 | 76.44 | 227.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 60 | 22 | 0 | 0.76 | 0.91 | 0.01 | 9.87 | 0.98 | 0.54 |
| Hex | FD | 3C | 16 | 0 | 4C | 5B | 1 | A | 62 | 36 |
| Octal | 375 | 74 | 26 | 0 | 114 | 133 | 1 | 12 | 142 | 66 |
| Binary | 11111101 | 111100 | 10110 | 0 | 1001100 | 1011011 | 1 | 1010 | 1100010 | 110110 |
Color Harmonies of #FD3C16
Complementary color
Monochromatic Colors of #FD3C16
Black with #FD3C16
Text Example
Text Example
White with #FD3C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3C16; }
p { color: rgb(253,60,22); }
H1.HeaderClassName
{
color: #FD3C16;
}
.AnyTagClassName
{
color: #FD3C16;
}
</style>
background-color css
<style>
a { background-color: #FD3C16; }
a { background-color: rgb(253,60,22); }
div.DivClassName
{
background-color: #FD3C16;
}
.BgClassName
{
background-color: #FD3C16;
}
</style>
border-color css
<style>
span { border-color: #FD3C16; }
span { border-color: rgb(253,60,22); }
td.TdClassName
{
border-color: #FD3C16;
}
.TagClassName
{
border-color: #FD3C16;
}
</style>