Shades of Orange Red #FD3A04
Tints of Orange Red #FD3A04
RGB
CMYK
RGB Variations
Color information
#FD3A04 (or 0xFD3A04) is known color: Orange Red. HEX triplet: FD, 3A and 04. RGB value is (253,58,4). Sum of RGB (Red+Green+Blue) = 253+58+4=315 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.32% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 4 (1.95% from 255 or 1.27% from 315); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3A04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3A04 is #02C5FB. Grayscale: #6E6E6E. Windows color (decimal): -181756 or 277245. OLE color: 277245.
HSL color Cylindrical-coordinate representation of color #FD3A04: hue angle of 13.01º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD3A04 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 58 | 4 | - |
| CMYK | 0 | 0.77 | 0.98 | 0.01 |
| HSL | 13.01º | 0.98% | 0.5% | - |
| HSV(B) | 13.01º | 0.98% | 0.99% | - |
| XYZ | 42.04 | 23.92 | 2.52 | - |
| YUV | 110.15 | 68.1 | 229.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 58 | 4 | 0 | 0.77 | 0.98 | 0.01 | 13.01 | 0.98 | 0.5 |
| Hex | FD | 3A | 4 | 0 | 4D | 62 | 1 | D | 62 | 32 |
| Octal | 375 | 72 | 4 | 0 | 115 | 142 | 1 | 15 | 142 | 62 |
| Binary | 11111101 | 111010 | 100 | 0 | 1001101 | 1100010 | 1 | 1101 | 1100010 | 110010 |
Color Harmonies of #FD3A04
Complementary color
Monochromatic Colors of #FD3A04
Black with #FD3A04
Text Example
Text Example
White with #FD3A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3A04; }
p { color: rgb(253,58,4); }
H1.HeaderClassName
{
color: #FD3A04;
}
.AnyTagClassName
{
color: #FD3A04;
}
</style>
background-color css
<style>
a { background-color: #FD3A04; }
a { background-color: rgb(253,58,4); }
div.DivClassName
{
background-color: #FD3A04;
}
.BgClassName
{
background-color: #FD3A04;
}
</style>
border-color css
<style>
span { border-color: #FD3A04; }
span { border-color: rgb(253,58,4); }
td.TdClassName
{
border-color: #FD3A04;
}
.TagClassName
{
border-color: #FD3A04;
}
</style>