Shades of Orange Red #FE3D0C
Tints of Orange Red #FE3D0C
RGB
CMYK
RGB Variations
Color information
#FE3D0C (or 0xFE3D0C) is known color: Orange Red. HEX triplet: FE, 3D and 0C. RGB value is (254,61,12). Sum of RGB (Red+Green+Blue) = 254+61+12=327 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.68% from 327); Green value is 61 (24.22% from 255 or 18.65% from 327); Blue value is 12 (5.08% from 255 or 3.67% from 327); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3D0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3D0C is #01C2F3. Grayscale: #717171. Windows color (decimal): -115444 or 802302. OLE color: 802302.
HSL color Cylindrical-coordinate representation of color #FE3D0C: hue angle of 12.15º 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 #FE3D0C is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 61 | 12 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.00 |
| HSL | 12.15º | 0.99% | 0.52% | - |
| HSV(B) | 12.15º | 0.95% | 1% | - |
| XYZ | 42.61 | 24.43 | 2.82 | - |
| YUV | 113.12 | 70.94 | 228.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 61 | 12 | 0 | 0.76 | 0.95 | 0.00 | 12.15 | 0.99 | 0.52 |
| Hex | FE | 3D | C | 0 | 4C | 5F | 0 | C | 63 | 34 |
| Octal | 376 | 75 | 14 | 0 | 114 | 137 | 0 | 14 | 143 | 64 |
| Binary | 11111110 | 111101 | 1100 | 0 | 1001100 | 1011111 | 0 | 1100 | 1100011 | 110100 |
Color Harmonies of #FE3D0C
Complementary color
Monochromatic Colors of #FE3D0C
Black with #FE3D0C
Text Example
Text Example
White with #FE3D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3D0C; }
p { color: rgb(254,61,12); }
H1.HeaderClassName
{
color: #FE3D0C;
}
.AnyTagClassName
{
color: #FE3D0C;
}
</style>
background-color css
<style>
a { background-color: #FE3D0C; }
a { background-color: rgb(254,61,12); }
div.DivClassName
{
background-color: #FE3D0C;
}
.BgClassName
{
background-color: #FE3D0C;
}
</style>
border-color css
<style>
span { border-color: #FE3D0C; }
span { border-color: rgb(254,61,12); }
td.TdClassName
{
border-color: #FE3D0C;
}
.TagClassName
{
border-color: #FE3D0C;
}
</style>