Shades of Orange Red #FE440B
Tints of Orange Red #FE440B
RGB
CMYK
RGB Variations
Color information
#FE440B (or 0xFE440B) is known color: Orange Red. HEX triplet: FE, 44 and 0B. RGB value is (254,68,11). Sum of RGB (Red+Green+Blue) = 254+68+11=333 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.28% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 11 (4.69% from 255 or 3.30% from 333); Max value from RGB is 254 - color contains mainly: red. Hex color #FE440B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE440B is #01BBF4. Grayscale: #757575. Windows color (decimal): -113653 or 738558. OLE color: 738558.
HSL color Cylindrical-coordinate representation of color #FE440B: hue angle of 14.07º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE440B is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 68 | 11 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.00 |
| HSL | 14.07º | 0.99% | 0.52% | - |
| HSV(B) | 14.07º | 0.96% | 1% | - |
| XYZ | 43 | 25.23 | 2.92 | - |
| YUV | 117.12 | 68.12 | 225.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 68 | 11 | 0 | 0.73 | 0.96 | 0.00 | 14.07 | 0.99 | 0.52 |
| Hex | FE | 44 | B | 0 | 49 | 60 | 0 | E | 63 | 34 |
| Octal | 376 | 104 | 13 | 0 | 111 | 140 | 0 | 16 | 143 | 64 |
| Binary | 11111110 | 1000100 | 1011 | 0 | 1001001 | 1100000 | 0 | 1110 | 1100011 | 110100 |
Color Harmonies of #FE440B
Complementary color
Monochromatic Colors of #FE440B
Black with #FE440B
Text Example
Text Example
White with #FE440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE440B; }
p { color: rgb(254,68,11); }
H1.HeaderClassName
{
color: #FE440B;
}
.AnyTagClassName
{
color: #FE440B;
}
</style>
background-color css
<style>
a { background-color: #FE440B; }
a { background-color: rgb(254,68,11); }
div.DivClassName
{
background-color: #FE440B;
}
.BgClassName
{
background-color: #FE440B;
}
</style>
border-color css
<style>
span { border-color: #FE440B; }
span { border-color: rgb(254,68,11); }
td.TdClassName
{
border-color: #FE440B;
}
.TagClassName
{
border-color: #FE440B;
}
</style>