Shades of Orange Red #FE3600
Tints of Orange Red #FE3600
RGB
CMYK
RGB Variations
Color information
#FE3600 (or 0xFE3600) is known color: Orange Red. HEX triplet: FE, 36 and 00. RGB value is (254,54,0). Sum of RGB (Red+Green+Blue) = 254+54+0=308 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.47% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3600 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3600 is #01C9FF. Grayscale: #6C6C6C. Windows color (decimal): -117248 or 14078. OLE color: 14078.
HSL color Cylindrical-coordinate representation of color #FE3600: hue angle of 12.76º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE3600 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 54 | 0 | - |
| CMYK | 0 | 0.79 | 1 | 0.00 |
| HSL | 12.76º | 1% | 0.5% | - |
| HSV(B) | 12.76º | 1% | 1% | - |
| XYZ | 42.19 | 23.71 | 2.35 | - |
| YUV | 107.64 | 67.26 | 232.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 54 | 0 | 0 | 0.79 | 1 | 0.00 | 12.76 | 1 | 0.5 |
| Hex | FE | 36 | 0 | 0 | 4F | 64 | 0 | D | 64 | 32 |
| Octal | 376 | 66 | 0 | 0 | 117 | 144 | 0 | 15 | 144 | 62 |
| Binary | 11111110 | 110110 | 0 | 0 | 1001111 | 1100100 | 0 | 1101 | 1100100 | 110010 |
Color Harmonies of #FE3600
Complementary color
Monochromatic Colors of #FE3600
Black with #FE3600
Text Example
Text Example
White with #FE3600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3600; }
p { color: rgb(254,54,0); }
H1.HeaderClassName
{
color: #FE3600;
}
.AnyTagClassName
{
color: #FE3600;
}
</style>
background-color css
<style>
a { background-color: #FE3600; }
a { background-color: rgb(254,54,0); }
div.DivClassName
{
background-color: #FE3600;
}
.BgClassName
{
background-color: #FE3600;
}
</style>
border-color css
<style>
span { border-color: #FE3600; }
span { border-color: rgb(254,54,0); }
td.TdClassName
{
border-color: #FE3600;
}
.TagClassName
{
border-color: #FE3600;
}
</style>