Shades of Orange Red #FE3F08
Tints of Orange Red #FE3F08
RGB
CMYK
RGB Variations
Color information
#FE3F08 (or 0xFE3F08) is known color: Orange Red. HEX triplet: FE, 3F and 08. RGB value is (254,63,8). Sum of RGB (Red+Green+Blue) = 254+63+8=325 (43% of max value = 765). Red value is 254 (99.61% from 255 or 78.15% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 8 (3.52% from 255 or 2.46% from 325); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3F08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3F08 is #01C0F7. Grayscale: #727272. Windows color (decimal): -114936 or 540670. OLE color: 540670.
HSL color Cylindrical-coordinate representation of color #FE3F08: hue angle of 13.41º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE3F08 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 63 | 8 | - |
| CMYK | 0 | 0.75 | 0.97 | 0.00 |
| HSL | 13.41º | 0.99% | 0.51% | - |
| HSV(B) | 13.41º | 0.97% | 1% | - |
| XYZ | 42.69 | 24.64 | 2.74 | - |
| YUV | 113.84 | 68.28 | 227.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 63 | 8 | 0 | 0.75 | 0.97 | 0.00 | 13.41 | 0.99 | 0.51 |
| Hex | FE | 3F | 8 | 0 | 4B | 61 | 0 | D | 63 | 33 |
| Octal | 376 | 77 | 10 | 0 | 113 | 141 | 0 | 15 | 143 | 63 |
| Binary | 11111110 | 111111 | 1000 | 0 | 1001011 | 1100001 | 0 | 1101 | 1100011 | 110011 |
Color Harmonies of #FE3F08
Complementary color
Monochromatic Colors of #FE3F08
Black with #FE3F08
Text Example
Text Example
White with #FE3F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3F08; }
p { color: rgb(254,63,8); }
H1.HeaderClassName
{
color: #FE3F08;
}
.AnyTagClassName
{
color: #FE3F08;
}
</style>
background-color css
<style>
a { background-color: #FE3F08; }
a { background-color: rgb(254,63,8); }
div.DivClassName
{
background-color: #FE3F08;
}
.BgClassName
{
background-color: #FE3F08;
}
</style>
border-color css
<style>
span { border-color: #FE3F08; }
span { border-color: rgb(254,63,8); }
td.TdClassName
{
border-color: #FE3F08;
}
.TagClassName
{
border-color: #FE3F08;
}
</style>