Shades of Orange Red #FE3808
Tints of Orange Red #FE3808
RGB
CMYK
RGB Variations
Color information
#FE3808 (or 0xFE3808) is known color: Orange Red. HEX triplet: FE, 38 and 08. RGB value is (254,56,8). Sum of RGB (Red+Green+Blue) = 254+56+8=318 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.87% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 8 (3.52% from 255 or 2.52% from 318); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3808 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3808 is #01C7F7. Grayscale: #6E6E6E. Windows color (decimal): -116728 or 538878. OLE color: 538878.
HSL color Cylindrical-coordinate representation of color #FE3808: hue angle of 11.71º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE3808 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 56 | 8 | - |
| CMYK | 0 | 0.78 | 0.97 | 0.00 |
| HSL | 11.71º | 0.99% | 0.51% | - |
| HSV(B) | 11.71º | 0.97% | 1% | - |
| XYZ | 42.33 | 23.92 | 2.62 | - |
| YUV | 109.73 | 70.6 | 230.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 56 | 8 | 0 | 0.78 | 0.97 | 0.00 | 11.71 | 0.99 | 0.51 |
| Hex | FE | 38 | 8 | 0 | 4E | 61 | 0 | C | 63 | 33 |
| Octal | 376 | 70 | 10 | 0 | 116 | 141 | 0 | 14 | 143 | 63 |
| Binary | 11111110 | 111000 | 1000 | 0 | 1001110 | 1100001 | 0 | 1100 | 1100011 | 110011 |
Color Harmonies of #FE3808
Complementary color
Monochromatic Colors of #FE3808
Black with #FE3808
Text Example
Text Example
White with #FE3808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3808; }
p { color: rgb(254,56,8); }
H1.HeaderClassName
{
color: #FE3808;
}
.AnyTagClassName
{
color: #FE3808;
}
</style>
background-color css
<style>
a { background-color: #FE3808; }
a { background-color: rgb(254,56,8); }
div.DivClassName
{
background-color: #FE3808;
}
.BgClassName
{
background-color: #FE3808;
}
</style>
border-color css
<style>
span { border-color: #FE3808; }
span { border-color: rgb(254,56,8); }
td.TdClassName
{
border-color: #FE3808;
}
.TagClassName
{
border-color: #FE3808;
}
</style>