Shades of Orange Red #FE420D
Tints of Orange Red #FE420D
RGB
CMYK
RGB Variations
Color information
#FE420D (or 0xFE420D) is known color: Orange Red. HEX triplet: FE, 42 and 0D. RGB value is (254,66,13). Sum of RGB (Red+Green+Blue) = 254+66+13=333 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.28% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 13 (5.47% from 255 or 3.90% from 333); Max value from RGB is 254 - color contains mainly: red. Hex color #FE420D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE420D is #01BDF2. Grayscale: #747474. Windows color (decimal): -114163 or 869118. OLE color: 869118.
HSL color Cylindrical-coordinate representation of color #FE420D: hue angle of 13.2º 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 #FE420D is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 66 | 13 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.00 |
| HSL | 13.2º | 0.99% | 0.52% | - |
| HSV(B) | 13.2º | 0.95% | 1% | - |
| XYZ | 42.89 | 25 | 2.94 | - |
| YUV | 116.17 | 69.78 | 226.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 66 | 13 | 0 | 0.74 | 0.95 | 0.00 | 13.2 | 0.99 | 0.52 |
| Hex | FE | 42 | D | 0 | 4A | 5F | 0 | D | 63 | 34 |
| Octal | 376 | 102 | 15 | 0 | 112 | 137 | 0 | 15 | 143 | 64 |
| Binary | 11111110 | 1000010 | 1101 | 0 | 1001010 | 1011111 | 0 | 1101 | 1100011 | 110100 |
Color Harmonies of #FE420D
Complementary color
Monochromatic Colors of #FE420D
Black with #FE420D
Text Example
Text Example
White with #FE420D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE420D; }
p { color: rgb(254,66,13); }
H1.HeaderClassName
{
color: #FE420D;
}
.AnyTagClassName
{
color: #FE420D;
}
</style>
background-color css
<style>
a { background-color: #FE420D; }
a { background-color: rgb(254,66,13); }
div.DivClassName
{
background-color: #FE420D;
}
.BgClassName
{
background-color: #FE420D;
}
</style>
border-color css
<style>
span { border-color: #FE420D; }
span { border-color: rgb(254,66,13); }
td.TdClassName
{
border-color: #FE420D;
}
.TagClassName
{
border-color: #FE420D;
}
</style>