Shades of Red Orange #FE3A38
Tints of Red Orange #FE3A38
RGB
CMYK
RGB Variations
Color information
#FE3A38 (or 0xFE3A38) is known color: Red Orange. HEX triplet: FE, 3A and 38. RGB value is (254,58,56). Sum of RGB (Red+Green+Blue) = 254+58+56=368 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.02% from 368); Green value is 58 (23.05% from 255 or 15.76% from 368); Blue value is 56 (22.27% from 255 or 15.22% from 368); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3A38 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3A38 is #01C5C7. Grayscale: #747474. Windows color (decimal): -116168 or 3685118. OLE color: 3685118.
HSL color Cylindrical-coordinate representation of color #FE3A38: hue angle of 0.61º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE3A38 is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 58 | 56 | - |
| CMYK | 0 | 0.77 | 0.78 | 0.00 |
| HSL | 0.61º | 0.99% | 0.61% | - |
| HSV(B) | 0.61º | 0.78% | 1% | - |
| XYZ | 43.1 | 24.38 | 6.18 | - |
| YUV | 116.38 | 93.93 | 226.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 58 | 56 | 0 | 0.77 | 0.78 | 0.00 | 0.61 | 0.99 | 0.61 |
| Hex | FE | 3A | 38 | 0 | 4D | 4E | 0 | 1 | 63 | 3D |
| Octal | 376 | 72 | 70 | 0 | 115 | 116 | 0 | 1 | 143 | 75 |
| Binary | 11111110 | 111010 | 111000 | 0 | 1001101 | 1001110 | 0 | 1 | 1100011 | 111101 |
Color Harmonies of #FE3A38
Complementary color
Monochromatic Colors of #FE3A38
Black with #FE3A38
Text Example
Text Example
White with #FE3A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3A38; }
p { color: rgb(254,58,56); }
H1.HeaderClassName
{
color: #FE3A38;
}
.AnyTagClassName
{
color: #FE3A38;
}
</style>
background-color css
<style>
a { background-color: #FE3A38; }
a { background-color: rgb(254,58,56); }
div.DivClassName
{
background-color: #FE3A38;
}
.BgClassName
{
background-color: #FE3A38;
}
</style>
border-color css
<style>
span { border-color: #FE3A38; }
span { border-color: rgb(254,58,56); }
td.TdClassName
{
border-color: #FE3A38;
}
.TagClassName
{
border-color: #FE3A38;
}
</style>