#ff3e20

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

Shades of Red Orange #FF3E20

Tints of Red Orange #FF3E20

Color information

#FF3E20 (or 0xFF3E20) is unknown color: approx Red Orange. HEX triplet: FF, 3E and 20. RGB value is (255,62,32). Sum of RGB (Red+Green+Blue) = 255+62+32=349 (46% of max value = 765). Red value is 255 (100% from 255 or 73.07% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 32 (12.89% from 255 or 9.17% from 349); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3E20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3E20 is #00C1DF. Grayscale: #747474. Windows color (decimal): -49632 or 2113279. OLE color: 2113279.

HSL color Cylindrical-coordinate representation of color #FF3E20: hue angle of 8.07º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF3E20 is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB2556232-
CMYK00.760.870
HSL8.07º100%56.27%-
HSV(B)8.07º87.45%100%-
XYZ43.2224.813.88-
YUV116.2980.44226.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 73.07%
GREEN value IS 62 (24.61% from 255) = 17.77%
BLUE value IS 32 (12.89% from 255) = 9.17%
R=73.07%
G=17.77%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255623200.760.8708.0710056.27
HexFF3E2004C57086438
Octal3777640011412701014470
Binary11111111111110100000010011001010111010001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff3e20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff3e20; }

 p { color: rgb(255,62,32); }

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

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

 a { background-color: rgb(255,62,32); }

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

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

 span { border-color: rgb(255,62,32); }

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