Shades of Orange Red #FE3F00
Tints of Orange Red #FE3F00
RGB
CMYK
RGB Variations
Color information
#FE3F00 (or 0xFE3F00) is known color: Orange Red. HEX triplet: FE, 3F and 00. RGB value is (254,63,0). Sum of RGB (Red+Green+Blue) = 254+63+0=317 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.13% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3F00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3F00 is #01C0FF. Grayscale: #717171. Windows color (decimal): -114944 or 16382. OLE color: 16382.
HSL color Cylindrical-coordinate representation of color #FE3F00: hue angle of 14.88º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE3F00 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 63 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.00 |
| HSL | 14.88º | 1% | 0.5% | - |
| HSV(B) | 14.88º | 1% | 1% | - |
| XYZ | 42.65 | 24.63 | 2.51 | - |
| YUV | 112.93 | 64.28 | 228.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 63 | 0 | 0 | 0.75 | 1 | 0.00 | 14.88 | 1 | 0.5 |
| Hex | FE | 3F | 0 | 0 | 4B | 64 | 0 | F | 64 | 32 |
| Octal | 376 | 77 | 0 | 0 | 113 | 144 | 0 | 17 | 144 | 62 |
| Binary | 11111110 | 111111 | 0 | 0 | 1001011 | 1100100 | 0 | 1111 | 1100100 | 110010 |
Color Harmonies of #FE3F00
Complementary color
Monochromatic Colors of #FE3F00
Black with #FE3F00
Text Example
Text Example
White with #FE3F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3F00; }
p { color: rgb(254,63,0); }
H1.HeaderClassName
{
color: #FE3F00;
}
.AnyTagClassName
{
color: #FE3F00;
}
</style>
background-color css
<style>
a { background-color: #FE3F00; }
a { background-color: rgb(254,63,0); }
div.DivClassName
{
background-color: #FE3F00;
}
.BgClassName
{
background-color: #FE3F00;
}
</style>
border-color css
<style>
span { border-color: #FE3F00; }
span { border-color: rgb(254,63,0); }
td.TdClassName
{
border-color: #FE3F00;
}
.TagClassName
{
border-color: #FE3F00;
}
</style>