#FE3D06

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

Shades of Orange Red #FE3D06

Tints of Orange Red #FE3D06

Color information

#FE3D06 (or 0xFE3D06) is unknown color: approx Orange Red. HEX triplet: FE, 3D and 06. RGB value is (254,61,6). Sum of RGB (Red+Green+Blue) = 254+61+6=321 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.13% from 321); Green value is 61 (24.22% from 255 or 19.00% from 321); Blue value is 6 (2.73% from 255 or 1.87% from 321); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3D06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3D06 is #01C2F9. Grayscale: #707070. Windows color (decimal): -115450 or 409086. OLE color: 409086.

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

Color convert

RGB254616-
CMYK00.760.980.00
HSL13.31º99.2%50.98%-
HSV(B)13.31º97.64%99.61%-
XYZ42.5724.422.64-
YUV112.4467.94228.97-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 79.13%
GREEN value IS 61 (24.22% from 255) = 19.00%
BLUE value IS 6 (2.73% from 255) = 1.87%
R=79.13%
G=19.00%
B=1.87%

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
Decimal25461600.760.980.0013.3199.250.98
HexFE3D604C620d6333
Octal376756011414201514363
Binary11111110111101110010011001100010011011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE3D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE3D06; }

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

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

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

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

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

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

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

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