#FE4811

Color #FE4811 Orange Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange Red #FE4811

Tints of Orange Red #FE4811

Color information

#FE4811 (or 0xFE4811) is unknown color: approx Orange Red. HEX triplet: FE, 48 and 11. RGB value is (254,72,17). Sum of RGB (Red+Green+Blue) = 254+72+17=343 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.05% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 17 (7.03% from 255 or 4.96% from 343); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4811 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4811 is #01B7EE. Grayscale: #787878. Windows color (decimal): -112623 or 1132798. OLE color: 1132798.

HSL color Cylindrical-coordinate representation of color #FE4811: hue angle of 13.92º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE4811 is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.00.

Color convert

RGB2547217-
CMYK00.720.930.00
HSL13.92º99.16%53.14%-
HSV(B)13.92º93.31%99.61%-
XYZ43.2925.753.22-
YUV120.1569.8223.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 74.05%
GREEN value IS 72 (28.52% from 255) = 20.99%
BLUE value IS 17 (7.03% from 255) = 4.96%
R=74.05%
G=20.99%
B=4.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.93
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254721700.720.930.0013.9299.1653.14
HexFE48110485D0e6335
Octal37611021011013501614365
Binary11111110100100010001010010001011101011101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE4811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE4811; }

 p { color: rgb(254,72,17); }

 H1.HeaderClassName
 {
   color: #FE4811;
 }
 .AnyTagClassName
 {
   color: #FE4811;
 }
</style>
background-color css

<style>
 a { background-color: #FE4811; }

 a { background-color: rgb(254,72,17); }

 div.DivClassName
 {
   background-color: #FE4811;
 }
 .BgClassName
 {
   background-color: #FE4811;
 }
</style>
border-color css

<style>
 span { border-color: #FE4811; }

 span { border-color: rgb(254,72,17); }

 td.TdClassName
 {
   border-color: #FE4811;
 }
 .TagClassName
 {
   border-color: #FE4811;
 }
</style>