Shades of Orange Red #FE3F05
Tints of Orange Red #FE3F05
RGB
CMYK
RGB Variations
Color information
#FE3F05 (or 0xFE3F05) is known color: Orange Red. HEX triplet: FE, 3F and 05. RGB value is (254,63,5). Sum of RGB (Red+Green+Blue) = 254+63+5=322 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.88% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 5 (2.34% from 255 or 1.55% from 322); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3F05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3F05 is #01C0FA. Grayscale: #717171. Windows color (decimal): -114939 or 344062. OLE color: 344062.
HSL color Cylindrical-coordinate representation of color #FE3F05: hue angle of 13.98º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE3F05 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 63 | 5 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.00 |
| HSL | 13.98º | 0.99% | 0.51% | - |
| HSV(B) | 13.98º | 0.98% | 1% | - |
| XYZ | 42.68 | 24.64 | 2.65 | - |
| YUV | 113.5 | 66.78 | 228.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 63 | 5 | 0 | 0.75 | 0.98 | 0.00 | 13.98 | 0.99 | 0.51 |
| Hex | FE | 3F | 5 | 0 | 4B | 62 | 0 | E | 63 | 33 |
| Octal | 376 | 77 | 5 | 0 | 113 | 142 | 0 | 16 | 143 | 63 |
| Binary | 11111110 | 111111 | 101 | 0 | 1001011 | 1100010 | 0 | 1110 | 1100011 | 110011 |
Color Harmonies of #FE3F05
Complementary color
Monochromatic Colors of #FE3F05
Black with #FE3F05
Text Example
Text Example
White with #FE3F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3F05; }
p { color: rgb(254,63,5); }
H1.HeaderClassName
{
color: #FE3F05;
}
.AnyTagClassName
{
color: #FE3F05;
}
</style>
background-color css
<style>
a { background-color: #FE3F05; }
a { background-color: rgb(254,63,5); }
div.DivClassName
{
background-color: #FE3F05;
}
.BgClassName
{
background-color: #FE3F05;
}
</style>
border-color css
<style>
span { border-color: #FE3F05; }
span { border-color: rgb(254,63,5); }
td.TdClassName
{
border-color: #FE3F05;
}
.TagClassName
{
border-color: #FE3F05;
}
</style>