Shades of Orange Red #FE3800
Tints of Orange Red #FE3800
RGB
CMYK
RGB Variations
Color information
#FE3800 (or 0xFE3800) is known color: Orange Red. HEX triplet: FE, 38 and 00. RGB value is (254,56,0). Sum of RGB (Red+Green+Blue) = 254+56+0=310 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.94% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3800 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3800 is #01C7FF. Grayscale: #6D6D6D. Windows color (decimal): -116736 or 14590. OLE color: 14590.
HSL color Cylindrical-coordinate representation of color #FE3800: hue angle of 13.23º 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 #FE3800 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 56 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.00 |
| HSL | 13.23º | 1% | 0.5% | - |
| HSV(B) | 13.23º | 1% | 1% | - |
| XYZ | 42.29 | 23.9 | 2.38 | - |
| YUV | 108.82 | 66.6 | 231.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 56 | 0 | 0 | 0.78 | 1 | 0.00 | 13.23 | 1 | 0.5 |
| Hex | FE | 38 | 0 | 0 | 4E | 64 | 0 | D | 64 | 32 |
| Octal | 376 | 70 | 0 | 0 | 116 | 144 | 0 | 15 | 144 | 62 |
| Binary | 11111110 | 111000 | 0 | 0 | 1001110 | 1100100 | 0 | 1101 | 1100100 | 110010 |
Color Harmonies of #FE3800
Complementary color
Monochromatic Colors of #FE3800
Black with #FE3800
Text Example
Text Example
White with #FE3800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3800; }
p { color: rgb(254,56,0); }
H1.HeaderClassName
{
color: #FE3800;
}
.AnyTagClassName
{
color: #FE3800;
}
</style>
background-color css
<style>
a { background-color: #FE3800; }
a { background-color: rgb(254,56,0); }
div.DivClassName
{
background-color: #FE3800;
}
.BgClassName
{
background-color: #FE3800;
}
</style>
border-color css
<style>
span { border-color: #FE3800; }
span { border-color: rgb(254,56,0); }
td.TdClassName
{
border-color: #FE3800;
}
.TagClassName
{
border-color: #FE3800;
}
</style>