Shades of Orange Red #FE3F10
Tints of Orange Red #FE3F10
RGB
CMYK
RGB Variations
Color information
#FE3F10 (or 0xFE3F10) is known color: Orange Red. HEX triplet: FE, 3F and 10. RGB value is (254,63,16). Sum of RGB (Red+Green+Blue) = 254+63+16=333 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.28% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 16 (6.64% from 255 or 4.80% from 333); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3F10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3F10 is #01C0EF. Grayscale: #737373. Windows color (decimal): -114928 or 1064958. OLE color: 1064958.
HSL color Cylindrical-coordinate representation of color #FE3F10: hue angle of 11.85º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE3F10 is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 63 | 16 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.00 |
| HSL | 11.85º | 0.99% | 0.53% | - |
| HSV(B) | 11.85º | 0.94% | 1% | - |
| XYZ | 42.74 | 24.66 | 3 | - |
| YUV | 114.75 | 72.28 | 227.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 63 | 16 | 0 | 0.75 | 0.94 | 0.00 | 11.85 | 0.99 | 0.53 |
| Hex | FE | 3F | 10 | 0 | 4B | 5E | 0 | C | 63 | 35 |
| Octal | 376 | 77 | 20 | 0 | 113 | 136 | 0 | 14 | 143 | 65 |
| Binary | 11111110 | 111111 | 10000 | 0 | 1001011 | 1011110 | 0 | 1100 | 1100011 | 110101 |
Color Harmonies of #FE3F10
Complementary color
Monochromatic Colors of #FE3F10
Black with #FE3F10
Text Example
Text Example
White with #FE3F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3F10; }
p { color: rgb(254,63,16); }
H1.HeaderClassName
{
color: #FE3F10;
}
.AnyTagClassName
{
color: #FE3F10;
}
</style>
background-color css
<style>
a { background-color: #FE3F10; }
a { background-color: rgb(254,63,16); }
div.DivClassName
{
background-color: #FE3F10;
}
.BgClassName
{
background-color: #FE3F10;
}
</style>
border-color css
<style>
span { border-color: #FE3F10; }
span { border-color: rgb(254,63,16); }
td.TdClassName
{
border-color: #FE3F10;
}
.TagClassName
{
border-color: #FE3F10;
}
</style>