#FE3D04

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

Shades of Orange Red #FE3D04

Tints of Orange Red #FE3D04

Color information

#FE3D04 (or 0xFE3D04) is unknown color: approx Orange Red. HEX triplet: FE, 3D and 04. RGB value is (254,61,4). Sum of RGB (Red+Green+Blue) = 254+61+4=319 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.62% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 4 (1.95% from 255 or 1.25% from 319); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3D04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3D04 is #01C2FB. Grayscale: #707070. Windows color (decimal): -115452 or 278014. OLE color: 278014.

HSL color Cylindrical-coordinate representation of color #FE3D04: hue angle of 13.68º 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 #FE3D04 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.00.

Color convert

RGB254614-
CMYK00.760.980.00
HSL13.68º99.21%50.59%-
HSV(B)13.68º98.43%99.61%-
XYZ42.5624.422.58-
YUV112.2166.94229.13-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 79.62%
GREEN value IS 61 (24.22% from 255) = 19.12%
BLUE value IS 4 (1.95% from 255) = 1.25%
R=79.62%
G=19.12%
B=1.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.98
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25461400.760.980.0013.6899.2150.59
HexFE3D404C620e6333
Octal376754011414201614363
Binary11111110111101100010011001100010011101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE3D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE3D04; }

 p { color: rgb(254,61,4); }

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

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

 a { background-color: rgb(254,61,4); }

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

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

 span { border-color: rgb(254,61,4); }

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