Shades of Orange Red #FE450D
Tints of Orange Red #FE450D
RGB
CMYK
RGB Variations
Color information
#FE450D (or 0xFE450D) is known color: Orange Red. HEX triplet: FE, 45 and 0D. RGB value is (254,69,13). Sum of RGB (Red+Green+Blue) = 254+69+13=336 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.60% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 254 - color contains mainly: red. Hex color #FE450D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE450D is #01BAF2. Grayscale: #767676. Windows color (decimal): -113395 or 869886. OLE color: 869886.
HSL color Cylindrical-coordinate representation of color #FE450D: hue angle of 13.94º 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 #FE450D is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 69 | 13 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.00 |
| HSL | 13.94º | 0.99% | 0.52% | - |
| HSV(B) | 13.94º | 0.95% | 1% | - |
| XYZ | 43.07 | 25.36 | 3 | - |
| YUV | 117.93 | 68.79 | 225.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 69 | 13 | 0 | 0.73 | 0.95 | 0.00 | 13.94 | 0.99 | 0.52 |
| Hex | FE | 45 | D | 0 | 49 | 5F | 0 | E | 63 | 34 |
| Octal | 376 | 105 | 15 | 0 | 111 | 137 | 0 | 16 | 143 | 64 |
| Binary | 11111110 | 1000101 | 1101 | 0 | 1001001 | 1011111 | 0 | 1110 | 1100011 | 110100 |
Color Harmonies of #FE450D
Complementary color
Monochromatic Colors of #FE450D
Black with #FE450D
Text Example
Text Example
White with #FE450D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE450D; }
p { color: rgb(254,69,13); }
H1.HeaderClassName
{
color: #FE450D;
}
.AnyTagClassName
{
color: #FE450D;
}
</style>
background-color css
<style>
a { background-color: #FE450D; }
a { background-color: rgb(254,69,13); }
div.DivClassName
{
background-color: #FE450D;
}
.BgClassName
{
background-color: #FE450D;
}
</style>
border-color css
<style>
span { border-color: #FE450D; }
span { border-color: rgb(254,69,13); }
td.TdClassName
{
border-color: #FE450D;
}
.TagClassName
{
border-color: #FE450D;
}
</style>