#FE392F

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

Shades of Red Orange #FE392F

Tints of Red Orange #FE392F

Color information

#FE392F (or 0xFE392F) is unknown color: approx Red Orange. HEX triplet: FE, 39 and 2F. RGB value is (254,57,47). Sum of RGB (Red+Green+Blue) = 254+57+47=358 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.95% from 358); Green value is 57 (22.66% from 255 or 15.92% from 358); Blue value is 47 (18.75% from 255 or 13.13% from 358); Max value from RGB is 254 - color contains mainly: red. Hex color #FE392F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE392F is #01C6D0. Grayscale: #737373. Windows color (decimal): -116433 or 3095038. OLE color: 3095038.

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

Color convert

RGB2545747-
CMYK00.780.810.00
HSL2.9º99.04%59.02%-
HSV(B)2.9º81.5%99.61%-
XYZ42.8524.25.1-
YUV114.7689.77227.31-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 70.95%
GREEN value IS 57 (22.66% from 255) = 15.92%
BLUE value IS 47 (18.75% from 255) = 13.13%
R=70.95%
G=15.92%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.81
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254574700.780.810.002.999.0459.02
HexFE392F04E5103633b
Octal376715701161210314373
Binary111111101110011011110100111010100010111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE392F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE392F; }

 p { color: rgb(254,57,47); }

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

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

 a { background-color: rgb(254,57,47); }

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

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

 span { border-color: rgb(254,57,47); }

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