Shades of Red Orange #FE3C1C
Tints of Red Orange #FE3C1C
RGB
CMYK
RGB Variations
Color information
#FE3C1C (or 0xFE3C1C) is known color: Red Orange. HEX triplet: FE, 3C and 1C. RGB value is (254,60,28). Sum of RGB (Red+Green+Blue) = 254+60+28=342 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.27% from 342); Green value is 60 (23.83% from 255 or 17.54% from 342); Blue value is 28 (11.33% from 255 or 8.19% from 342); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3C1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3C1C is #01C3E3. Grayscale: #727272. Windows color (decimal): -115684 or 1850622. OLE color: 1850622.
HSL color Cylindrical-coordinate representation of color #FE3C1C: hue angle of 8.5º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE3C1C is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 60 | 28 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.00 |
| HSL | 8.5º | 0.99% | 0.55% | - |
| HSV(B) | 8.5º | 0.89% | 1% | - |
| XYZ | 42.7 | 24.39 | 3.56 | - |
| YUV | 114.36 | 79.27 | 227.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 60 | 28 | 0 | 0.76 | 0.89 | 0.00 | 8.5 | 0.99 | 0.55 |
| Hex | FE | 3C | 1C | 0 | 4C | 59 | 0 | 8 | 63 | 37 |
| Octal | 376 | 74 | 34 | 0 | 114 | 131 | 0 | 10 | 143 | 67 |
| Binary | 11111110 | 111100 | 11100 | 0 | 1001100 | 1011001 | 0 | 1000 | 1100011 | 110111 |
Color Harmonies of #FE3C1C
Complementary color
Monochromatic Colors of #FE3C1C
Black with #FE3C1C
Text Example
Text Example
White with #FE3C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3C1C; }
p { color: rgb(254,60,28); }
H1.HeaderClassName
{
color: #FE3C1C;
}
.AnyTagClassName
{
color: #FE3C1C;
}
</style>
background-color css
<style>
a { background-color: #FE3C1C; }
a { background-color: rgb(254,60,28); }
div.DivClassName
{
background-color: #FE3C1C;
}
.BgClassName
{
background-color: #FE3C1C;
}
</style>
border-color css
<style>
span { border-color: #FE3C1C; }
span { border-color: rgb(254,60,28); }
td.TdClassName
{
border-color: #FE3C1C;
}
.TagClassName
{
border-color: #FE3C1C;
}
</style>