Shades of Red Orange #FE442F
Tints of Red Orange #FE442F
RGB
CMYK
RGB Variations
Color information
#FE442F (or 0xFE442F) is known color: Red Orange. HEX triplet: FE, 44 and 2F. RGB value is (254,68,47). Sum of RGB (Red+Green+Blue) = 254+68+47=369 (48% of max value = 765). Red value is 254 (99.61% from 255 or 68.83% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 47 (18.75% from 255 or 12.74% from 369); Max value from RGB is 254 - color contains mainly: red. Hex color #FE442F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE442F is #01BBD0. Grayscale: #797979. Windows color (decimal): -113617 or 3097854. OLE color: 3097854.
HSL color Cylindrical-coordinate representation of color #FE442F: hue angle of 6.09º 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 #FE442F is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 68 | 47 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.00 |
| HSL | 6.09º | 0.99% | 0.59% | - |
| HSV(B) | 6.09º | 0.81% | 1% | - |
| XYZ | 43.45 | 25.41 | 5.3 | - |
| YUV | 121.22 | 86.12 | 222.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 68 | 47 | 0 | 0.73 | 0.81 | 0.00 | 6.09 | 0.99 | 0.59 |
| Hex | FE | 44 | 2F | 0 | 49 | 51 | 0 | 6 | 63 | 3B |
| Octal | 376 | 104 | 57 | 0 | 111 | 121 | 0 | 6 | 143 | 73 |
| Binary | 11111110 | 1000100 | 101111 | 0 | 1001001 | 1010001 | 0 | 110 | 1100011 | 111011 |
Color Harmonies of #FE442F
Complementary color
Monochromatic Colors of #FE442F
Black with #FE442F
Text Example
Text Example
White with #FE442F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE442F; }
p { color: rgb(254,68,47); }
H1.HeaderClassName
{
color: #FE442F;
}
.AnyTagClassName
{
color: #FE442F;
}
</style>
background-color css
<style>
a { background-color: #FE442F; }
a { background-color: rgb(254,68,47); }
div.DivClassName
{
background-color: #FE442F;
}
.BgClassName
{
background-color: #FE442F;
}
</style>
border-color css
<style>
span { border-color: #FE442F; }
span { border-color: rgb(254,68,47); }
td.TdClassName
{
border-color: #FE442F;
}
.TagClassName
{
border-color: #FE442F;
}
</style>