#FE422D

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

Shades of Red Orange #FE422D

Tints of Red Orange #FE422D

Color information

#FE422D (or 0xFE422D) is unknown color: approx Red Orange. HEX triplet: FE, 42 and 2D. RGB value is (254,66,45). Sum of RGB (Red+Green+Blue) = 254+66+45=365 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.59% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 45 (17.97% from 255 or 12.33% from 365); Max value from RGB is 254 - color contains mainly: red. Hex color #FE422D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE422D is #01BDD2. Grayscale: #787878. Windows color (decimal): -114131 or 2966270. OLE color: 2966270.

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

Color convert

RGB2546645-
CMYK00.740.820.00
HSL6.03º99.05%58.63%-
HSV(B)6.03º82.28%99.61%-
XYZ43.2925.165.06-
YUV119.8285.78223.71-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 69.59%
GREEN value IS 66 (26.17% from 255) = 18.08%
BLUE value IS 45 (17.97% from 255) = 12.33%
R=69.59%
G=18.08%
B=12.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.82
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254664500.740.820.006.0399.0558.63
HexFE422D04A5206633b
Octal3761025501121220614373
Binary11111110100001010110101001010101001001101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE422D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE422D; }

 p { color: rgb(254,66,45); }

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

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

 a { background-color: rgb(254,66,45); }

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

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

 span { border-color: rgb(254,66,45); }

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