Shades of Orange Red #FE3D0D
Tints of Orange Red #FE3D0D
RGB
CMYK
RGB Variations
Color information
#FE3D0D (or 0xFE3D0D) is known color: Orange Red. HEX triplet: FE, 3D and 0D. RGB value is (254,61,13). Sum of RGB (Red+Green+Blue) = 254+61+13=328 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.44% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 13 (5.47% from 255 or 3.96% from 328); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3D0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3D0D is #01C2F2. Grayscale: #717171. Windows color (decimal): -115443 or 867838. OLE color: 867838.
HSL color Cylindrical-coordinate representation of color #FE3D0D: hue angle of 11.95º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE3D0D is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 61 | 13 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.00 |
| HSL | 11.95º | 0.99% | 0.52% | - |
| HSV(B) | 11.95º | 0.95% | 1% | - |
| XYZ | 42.61 | 24.44 | 2.85 | - |
| YUV | 113.24 | 71.44 | 228.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 61 | 13 | 0 | 0.76 | 0.95 | 0.00 | 11.95 | 0.99 | 0.52 |
| Hex | FE | 3D | D | 0 | 4C | 5F | 0 | C | 63 | 34 |
| Octal | 376 | 75 | 15 | 0 | 114 | 137 | 0 | 14 | 143 | 64 |
| Binary | 11111110 | 111101 | 1101 | 0 | 1001100 | 1011111 | 0 | 1100 | 1100011 | 110100 |
Color Harmonies of #FE3D0D
Complementary color
Monochromatic Colors of #FE3D0D
Black with #FE3D0D
Text Example
Text Example
White with #FE3D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3D0D; }
p { color: rgb(254,61,13); }
H1.HeaderClassName
{
color: #FE3D0D;
}
.AnyTagClassName
{
color: #FE3D0D;
}
</style>
background-color css
<style>
a { background-color: #FE3D0D; }
a { background-color: rgb(254,61,13); }
div.DivClassName
{
background-color: #FE3D0D;
}
.BgClassName
{
background-color: #FE3D0D;
}
</style>
border-color css
<style>
span { border-color: #FE3D0D; }
span { border-color: rgb(254,61,13); }
td.TdClassName
{
border-color: #FE3D0D;
}
.TagClassName
{
border-color: #FE3D0D;
}
</style>