Shades of Red Orange #FE402F
Tints of Red Orange #FE402F
RGB
CMYK
RGB Variations
Color information
#FE402F (or 0xFE402F) is known color: Red Orange. HEX triplet: FE, 40 and 2F. RGB value is (254,64,47). Sum of RGB (Red+Green+Blue) = 254+64+47=365 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.59% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 47 (18.75% from 255 or 12.88% from 365); Max value from RGB is 254 - color contains mainly: red. Hex color #FE402F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE402F is #01BFD0. Grayscale: #777777. Windows color (decimal): -114641 or 3096830. OLE color: 3096830.
HSL color Cylindrical-coordinate representation of color #FE402F: hue angle of 4.93º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE402F is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 47 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.00 |
| HSL | 4.93º | 0.99% | 0.59% | - |
| HSV(B) | 4.93º | 0.81% | 1% | - |
| XYZ | 43.22 | 24.94 | 5.23 | - |
| YUV | 118.87 | 87.45 | 224.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 47 | 0 | 0.75 | 0.81 | 0.00 | 4.93 | 0.99 | 0.59 |
| Hex | FE | 40 | 2F | 0 | 4B | 51 | 0 | 5 | 63 | 3B |
| Octal | 376 | 100 | 57 | 0 | 113 | 121 | 0 | 5 | 143 | 73 |
| Binary | 11111110 | 1000000 | 101111 | 0 | 1001011 | 1010001 | 0 | 101 | 1100011 | 111011 |
Color Harmonies of #FE402F
Complementary color
Monochromatic Colors of #FE402F
Black with #FE402F
Text Example
Text Example
White with #FE402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE402F; }
p { color: rgb(254,64,47); }
H1.HeaderClassName
{
color: #FE402F;
}
.AnyTagClassName
{
color: #FE402F;
}
</style>
background-color css
<style>
a { background-color: #FE402F; }
a { background-color: rgb(254,64,47); }
div.DivClassName
{
background-color: #FE402F;
}
.BgClassName
{
background-color: #FE402F;
}
</style>
border-color css
<style>
span { border-color: #FE402F; }
span { border-color: rgb(254,64,47); }
td.TdClassName
{
border-color: #FE402F;
}
.TagClassName
{
border-color: #FE402F;
}
</style>