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