Shades of Orange Red #FE3F0D
Tints of Orange Red #FE3F0D
RGB
CMYK
RGB Variations
Color information
#FE3F0D (or 0xFE3F0D) is known color: Orange Red. HEX triplet: FE, 3F and 0D. RGB value is (254,63,13). Sum of RGB (Red+Green+Blue) = 254+63+13=330 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.97% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 13 (5.47% from 255 or 3.94% from 330); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3F0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3F0D is #01C0F2. Grayscale: #727272. Windows color (decimal): -114931 or 868350. OLE color: 868350.
HSL color Cylindrical-coordinate representation of color #FE3F0D: hue angle of 12.45º 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 #FE3F0D is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 63 | 13 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.00 |
| HSL | 12.45º | 0.99% | 0.52% | - |
| HSV(B) | 12.45º | 0.95% | 1% | - |
| XYZ | 42.72 | 24.65 | 2.89 | - |
| YUV | 114.41 | 70.78 | 227.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 63 | 13 | 0 | 0.75 | 0.95 | 0.00 | 12.45 | 0.99 | 0.52 |
| Hex | FE | 3F | D | 0 | 4B | 5F | 0 | C | 63 | 34 |
| Octal | 376 | 77 | 15 | 0 | 113 | 137 | 0 | 14 | 143 | 64 |
| Binary | 11111110 | 111111 | 1101 | 0 | 1001011 | 1011111 | 0 | 1100 | 1100011 | 110100 |
Color Harmonies of #FE3F0D
Complementary color
Monochromatic Colors of #FE3F0D
Black with #FE3F0D
Text Example
Text Example
White with #FE3F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3F0D; }
p { color: rgb(254,63,13); }
H1.HeaderClassName
{
color: #FE3F0D;
}
.AnyTagClassName
{
color: #FE3F0D;
}
</style>
background-color css
<style>
a { background-color: #FE3F0D; }
a { background-color: rgb(254,63,13); }
div.DivClassName
{
background-color: #FE3F0D;
}
.BgClassName
{
background-color: #FE3F0D;
}
</style>
border-color css
<style>
span { border-color: #FE3F0D; }
span { border-color: rgb(254,63,13); }
td.TdClassName
{
border-color: #FE3F0D;
}
.TagClassName
{
border-color: #FE3F0D;
}
</style>