Shades of Orange Red #FD3C0F
Tints of Orange Red #FD3C0F
RGB
CMYK
RGB Variations
Color information
#FD3C0F (or 0xFD3C0F) is known color: Orange Red. HEX triplet: FD, 3C and 0F. RGB value is (253,60,15). Sum of RGB (Red+Green+Blue) = 253+60+15=328 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.13% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 15 (6.25% from 255 or 4.57% from 328); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3C0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3C0F is #02C3F0. Grayscale: #707070. Windows color (decimal): -181233 or 998653. OLE color: 998653.
HSL color Cylindrical-coordinate representation of color #FD3C0F: hue angle of 11.34º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD3C0F is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 60 | 15 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.01 |
| HSL | 11.34º | 0.98% | 0.53% | - |
| HSV(B) | 11.34º | 0.94% | 0.99% | - |
| XYZ | 42.21 | 24.15 | 2.89 | - |
| YUV | 112.58 | 72.94 | 228.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 60 | 15 | 0 | 0.76 | 0.94 | 0.01 | 11.34 | 0.98 | 0.53 |
| Hex | FD | 3C | F | 0 | 4C | 5E | 1 | B | 62 | 35 |
| Octal | 375 | 74 | 17 | 0 | 114 | 136 | 1 | 13 | 142 | 65 |
| Binary | 11111101 | 111100 | 1111 | 0 | 1001100 | 1011110 | 1 | 1011 | 1100010 | 110101 |
Color Harmonies of #FD3C0F
Complementary color
Monochromatic Colors of #FD3C0F
Black with #FD3C0F
Text Example
Text Example
White with #FD3C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3C0F; }
p { color: rgb(253,60,15); }
H1.HeaderClassName
{
color: #FD3C0F;
}
.AnyTagClassName
{
color: #FD3C0F;
}
</style>
background-color css
<style>
a { background-color: #FD3C0F; }
a { background-color: rgb(253,60,15); }
div.DivClassName
{
background-color: #FD3C0F;
}
.BgClassName
{
background-color: #FD3C0F;
}
</style>
border-color css
<style>
span { border-color: #FD3C0F; }
span { border-color: rgb(253,60,15); }
td.TdClassName
{
border-color: #FD3C0F;
}
.TagClassName
{
border-color: #FD3C0F;
}
</style>