Shades of Orange Red #FD3A00
Tints of Orange Red #FD3A00
RGB
CMYK
RGB Variations
Color information
#FD3A00 (or 0xFD3A00) is known color: Orange Red. HEX triplet: FD, 3A and 00. RGB value is (253,58,0). Sum of RGB (Red+Green+Blue) = 253+58+0=311 (41% of max value = 765). Red value is 253 (99.22% from 255 or 81.35% from 311); Green value is 58 (23.05% from 255 or 18.65% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3A00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3A00 is #02C5FF. Grayscale: #6E6E6E. Windows color (decimal): -181760 or 15101. OLE color: 15101.
HSL color Cylindrical-coordinate representation of color #FD3A00: hue angle of 13.75º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD3A00 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 58 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.01 |
| HSL | 13.75º | 1% | 0.5% | - |
| HSV(B) | 13.75º | 1% | 0.99% | - |
| XYZ | 42.02 | 23.91 | 2.4 | - |
| YUV | 109.69 | 66.1 | 230.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 58 | 0 | 0 | 0.77 | 1 | 0.01 | 13.75 | 1 | 0.5 |
| Hex | FD | 3A | 0 | 0 | 4D | 64 | 1 | E | 64 | 32 |
| Octal | 375 | 72 | 0 | 0 | 115 | 144 | 1 | 16 | 144 | 62 |
| Binary | 11111101 | 111010 | 0 | 0 | 1001101 | 1100100 | 1 | 1110 | 1100100 | 110010 |
Color Harmonies of #FD3A00
Complementary color
Monochromatic Colors of #FD3A00
Black with #FD3A00
Text Example
Text Example
White with #FD3A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3A00; }
p { color: rgb(253,58,0); }
H1.HeaderClassName
{
color: #FD3A00;
}
.AnyTagClassName
{
color: #FD3A00;
}
</style>
background-color css
<style>
a { background-color: #FD3A00; }
a { background-color: rgb(253,58,0); }
div.DivClassName
{
background-color: #FD3A00;
}
.BgClassName
{
background-color: #FD3A00;
}
</style>
border-color css
<style>
span { border-color: #FD3A00; }
span { border-color: rgb(253,58,0); }
td.TdClassName
{
border-color: #FD3A00;
}
.TagClassName
{
border-color: #FD3A00;
}
</style>