Shades of Orange Red #FE430E
Tints of Orange Red #FE430E
RGB
CMYK
RGB Variations
Color information
#FE430E (or 0xFE430E) is known color: Orange Red. HEX triplet: FE, 43 and 0E. RGB value is (254,67,14). Sum of RGB (Red+Green+Blue) = 254+67+14=335 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.82% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 14 (5.86% from 255 or 4.18% from 335); Max value from RGB is 254 - color contains mainly: red. Hex color #FE430E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE430E is #01BCF1. Grayscale: #757575. Windows color (decimal): -113906 or 934910. OLE color: 934910.
HSL color Cylindrical-coordinate representation of color #FE430E: hue angle of 13.25º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE430E is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 67 | 14 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.00 |
| HSL | 13.25º | 0.99% | 0.53% | - |
| HSV(B) | 13.25º | 0.94% | 1% | - |
| XYZ | 42.96 | 25.12 | 3 | - |
| YUV | 116.87 | 69.95 | 225.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 67 | 14 | 0 | 0.74 | 0.94 | 0.00 | 13.25 | 0.99 | 0.53 |
| Hex | FE | 43 | E | 0 | 4A | 5E | 0 | D | 63 | 35 |
| Octal | 376 | 103 | 16 | 0 | 112 | 136 | 0 | 15 | 143 | 65 |
| Binary | 11111110 | 1000011 | 1110 | 0 | 1001010 | 1011110 | 0 | 1101 | 1100011 | 110101 |
Color Harmonies of #FE430E
Complementary color
Monochromatic Colors of #FE430E
Black with #FE430E
Text Example
Text Example
White with #FE430E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE430E; }
p { color: rgb(254,67,14); }
H1.HeaderClassName
{
color: #FE430E;
}
.AnyTagClassName
{
color: #FE430E;
}
</style>
background-color css
<style>
a { background-color: #FE430E; }
a { background-color: rgb(254,67,14); }
div.DivClassName
{
background-color: #FE430E;
}
.BgClassName
{
background-color: #FE430E;
}
</style>
border-color css
<style>
span { border-color: #FE430E; }
span { border-color: rgb(254,67,14); }
td.TdClassName
{
border-color: #FE430E;
}
.TagClassName
{
border-color: #FE430E;
}
</style>