Shades of Orange Red #FD4012
Tints of Orange Red #FD4012
RGB
CMYK
RGB Variations
Color information
#FD4012 (or 0xFD4012) is known color: Orange Red. HEX triplet: FD, 40 and 12. RGB value is (253,64,18). Sum of RGB (Red+Green+Blue) = 253+64+18=335 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.52% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 18 (7.42% from 255 or 5.37% from 335); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4012 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4012 is #02BFED. Grayscale: #737373. Windows color (decimal): -180206 or 1196285. OLE color: 1196285.
HSL color Cylindrical-coordinate representation of color #FD4012: hue angle of 11.74º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FD4012 is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 64 | 18 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.01 |
| HSL | 11.74º | 0.98% | 0.53% | - |
| HSV(B) | 11.74º | 0.93% | 0.99% | - |
| XYZ | 42.45 | 24.59 | 3.08 | - |
| YUV | 115.27 | 73.12 | 226.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 64 | 18 | 0 | 0.75 | 0.93 | 0.01 | 11.74 | 0.98 | 0.53 |
| Hex | FD | 40 | 12 | 0 | 4B | 5D | 1 | C | 62 | 35 |
| Octal | 375 | 100 | 22 | 0 | 113 | 135 | 1 | 14 | 142 | 65 |
| Binary | 11111101 | 1000000 | 10010 | 0 | 1001011 | 1011101 | 1 | 1100 | 1100010 | 110101 |
Color Harmonies of #FD4012
Complementary color
Monochromatic Colors of #FD4012
Black with #FD4012
Text Example
Text Example
White with #FD4012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4012; }
p { color: rgb(253,64,18); }
H1.HeaderClassName
{
color: #FD4012;
}
.AnyTagClassName
{
color: #FD4012;
}
</style>
background-color css
<style>
a { background-color: #FD4012; }
a { background-color: rgb(253,64,18); }
div.DivClassName
{
background-color: #FD4012;
}
.BgClassName
{
background-color: #FD4012;
}
</style>
border-color css
<style>
span { border-color: #FD4012; }
span { border-color: rgb(253,64,18); }
td.TdClassName
{
border-color: #FD4012;
}
.TagClassName
{
border-color: #FD4012;
}
</style>