Shades of Red Orange #FE3622
Tints of Red Orange #FE3622
RGB
CMYK
RGB Variations
Color information
#FE3622 (or 0xFE3622) is known color: Red Orange. HEX triplet: FE, 36 and 22. RGB value is (254,54,34). Sum of RGB (Red+Green+Blue) = 254+54+34=342 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.27% from 342); Green value is 54 (21.48% from 255 or 15.79% from 342); Blue value is 34 (13.67% from 255 or 9.94% from 342); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3622 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3622 is #01C9DD. Grayscale: #6F6F6F. Windows color (decimal): -117214 or 2242302. OLE color: 2242302.
HSL color Cylindrical-coordinate representation of color #FE3622: hue angle of 5.45º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE3622 is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 54 | 34 | - |
| CMYK | 0 | 0.79 | 0.87 | 0.00 |
| HSL | 5.45º | 0.99% | 0.56% | - |
| HSV(B) | 5.45º | 0.87% | 1% | - |
| XYZ | 42.48 | 23.82 | 3.87 | - |
| YUV | 111.52 | 84.26 | 229.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 54 | 34 | 0 | 0.79 | 0.87 | 0.00 | 5.45 | 0.99 | 0.56 |
| Hex | FE | 36 | 22 | 0 | 4F | 57 | 0 | 5 | 63 | 38 |
| Octal | 376 | 66 | 42 | 0 | 117 | 127 | 0 | 5 | 143 | 70 |
| Binary | 11111110 | 110110 | 100010 | 0 | 1001111 | 1010111 | 0 | 101 | 1100011 | 111000 |
Color Harmonies of #FE3622
Complementary color
Monochromatic Colors of #FE3622
Black with #FE3622
Text Example
Text Example
White with #FE3622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3622; }
p { color: rgb(254,54,34); }
H1.HeaderClassName
{
color: #FE3622;
}
.AnyTagClassName
{
color: #FE3622;
}
</style>
background-color css
<style>
a { background-color: #FE3622; }
a { background-color: rgb(254,54,34); }
div.DivClassName
{
background-color: #FE3622;
}
.BgClassName
{
background-color: #FE3622;
}
</style>
border-color css
<style>
span { border-color: #FE3622; }
span { border-color: rgb(254,54,34); }
td.TdClassName
{
border-color: #FE3622;
}
.TagClassName
{
border-color: #FE3622;
}
</style>