Shades of Red Orange #FE4135
Tints of Red Orange #FE4135
RGB
CMYK
RGB Variations
Color information
#FE4135 (or 0xFE4135) is known color: Red Orange. HEX triplet: FE, 41 and 35. RGB value is (254,65,53). Sum of RGB (Red+Green+Blue) = 254+65+53=372 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.28% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 53 (21.09% from 255 or 14.25% from 372); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4135 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4135 is #01BECA. Grayscale: #787878. Windows color (decimal): -114379 or 3490302. OLE color: 3490302.
HSL color Cylindrical-coordinate representation of color #FE4135: hue angle of 3.58º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FE4135 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 53 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.00 |
| HSL | 3.58º | 0.99% | 0.6% | - |
| HSV(B) | 3.58º | 0.79% | 1% | - |
| XYZ | 43.41 | 25.11 | 5.93 | - |
| YUV | 120.14 | 90.12 | 223.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 53 | 0 | 0.74 | 0.79 | 0.00 | 3.58 | 0.99 | 0.6 |
| Hex | FE | 41 | 35 | 0 | 4A | 4F | 0 | 4 | 63 | 3C |
| Octal | 376 | 101 | 65 | 0 | 112 | 117 | 0 | 4 | 143 | 74 |
| Binary | 11111110 | 1000001 | 110101 | 0 | 1001010 | 1001111 | 0 | 100 | 1100011 | 111100 |
Color Harmonies of #FE4135
Complementary color
Monochromatic Colors of #FE4135
Black with #FE4135
Text Example
Text Example
White with #FE4135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4135; }
p { color: rgb(254,65,53); }
H1.HeaderClassName
{
color: #FE4135;
}
.AnyTagClassName
{
color: #FE4135;
}
</style>
background-color css
<style>
a { background-color: #FE4135; }
a { background-color: rgb(254,65,53); }
div.DivClassName
{
background-color: #FE4135;
}
.BgClassName
{
background-color: #FE4135;
}
</style>
border-color css
<style>
span { border-color: #FE4135; }
span { border-color: rgb(254,65,53); }
td.TdClassName
{
border-color: #FE4135;
}
.TagClassName
{
border-color: #FE4135;
}
</style>