Shades of Orange Red #FE3F18
Tints of Orange Red #FE3F18
RGB
CMYK
RGB Variations
Color information
#FE3F18 (or 0xFE3F18) is known color: Orange Red. HEX triplet: FE, 3F and 18. RGB value is (254,63,24). Sum of RGB (Red+Green+Blue) = 254+63+24=341 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.49% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 24 (9.77% from 255 or 7.04% from 341); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3F18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3F18 is #01C0E7. Grayscale: #747474. Windows color (decimal): -114920 or 1589246. OLE color: 1589246.
HSL color Cylindrical-coordinate representation of color #FE3F18: hue angle of 10.17º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE3F18 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 63 | 24 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.00 |
| HSL | 10.17º | 0.99% | 0.55% | - |
| HSV(B) | 10.17º | 0.91% | 1% | - |
| XYZ | 42.82 | 24.69 | 3.37 | - |
| YUV | 115.66 | 76.28 | 226.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 63 | 24 | 0 | 0.75 | 0.91 | 0.00 | 10.17 | 0.99 | 0.55 |
| Hex | FE | 3F | 18 | 0 | 4B | 5B | 0 | A | 63 | 37 |
| Octal | 376 | 77 | 30 | 0 | 113 | 133 | 0 | 12 | 143 | 67 |
| Binary | 11111110 | 111111 | 11000 | 0 | 1001011 | 1011011 | 0 | 1010 | 1100011 | 110111 |
Color Harmonies of #FE3F18
Complementary color
Monochromatic Colors of #FE3F18
Black with #FE3F18
Text Example
Text Example
White with #FE3F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3F18; }
p { color: rgb(254,63,24); }
H1.HeaderClassName
{
color: #FE3F18;
}
.AnyTagClassName
{
color: #FE3F18;
}
</style>
background-color css
<style>
a { background-color: #FE3F18; }
a { background-color: rgb(254,63,24); }
div.DivClassName
{
background-color: #FE3F18;
}
.BgClassName
{
background-color: #FE3F18;
}
</style>
border-color css
<style>
span { border-color: #FE3F18; }
span { border-color: rgb(254,63,24); }
td.TdClassName
{
border-color: #FE3F18;
}
.TagClassName
{
border-color: #FE3F18;
}
</style>