Shades of Orange Red #FE3F09
Tints of Orange Red #FE3F09
RGB
CMYK
RGB Variations
Color information
#FE3F09 (or 0xFE3F09) is known color: Orange Red. HEX triplet: FE, 3F and 09. RGB value is (254,63,9). Sum of RGB (Red+Green+Blue) = 254+63+9=326 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.91% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 9 (3.91% from 255 or 2.76% from 326); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3F09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3F09 is #01C0F6. Grayscale: #727272. Windows color (decimal): -114935 or 606206. OLE color: 606206.
HSL color Cylindrical-coordinate representation of color #FE3F09: hue angle of 13.22º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE3F09 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 63 | 9 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.00 |
| HSL | 13.22º | 0.99% | 0.52% | - |
| HSV(B) | 13.22º | 0.96% | 1% | - |
| XYZ | 42.7 | 24.65 | 2.76 | - |
| YUV | 113.95 | 68.78 | 227.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 63 | 9 | 0 | 0.75 | 0.96 | 0.00 | 13.22 | 0.99 | 0.52 |
| Hex | FE | 3F | 9 | 0 | 4B | 60 | 0 | D | 63 | 34 |
| Octal | 376 | 77 | 11 | 0 | 113 | 140 | 0 | 15 | 143 | 64 |
| Binary | 11111110 | 111111 | 1001 | 0 | 1001011 | 1100000 | 0 | 1101 | 1100011 | 110100 |
Color Harmonies of #FE3F09
Complementary color
Monochromatic Colors of #FE3F09
Black with #FE3F09
Text Example
Text Example
White with #FE3F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3F09; }
p { color: rgb(254,63,9); }
H1.HeaderClassName
{
color: #FE3F09;
}
.AnyTagClassName
{
color: #FE3F09;
}
</style>
background-color css
<style>
a { background-color: #FE3F09; }
a { background-color: rgb(254,63,9); }
div.DivClassName
{
background-color: #FE3F09;
}
.BgClassName
{
background-color: #FE3F09;
}
</style>
border-color css
<style>
span { border-color: #FE3F09; }
span { border-color: rgb(254,63,9); }
td.TdClassName
{
border-color: #FE3F09;
}
.TagClassName
{
border-color: #FE3F09;
}
</style>