#FE3A2F

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

Shades of Red Orange #FE3A2F

Tints of Red Orange #FE3A2F

Color information

#FE3A2F (or 0xFE3A2F) is unknown color: approx Red Orange. HEX triplet: FE, 3A and 2F. RGB value is (254,58,47). Sum of RGB (Red+Green+Blue) = 254+58+47=359 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.75% from 359); Green value is 58 (23.05% from 255 or 16.16% from 359); Blue value is 47 (18.75% from 255 or 13.09% from 359); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3A2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3A2F is #01C5D0. Grayscale: #737373. Windows color (decimal): -116177 or 3095294. OLE color: 3095294.

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

Color convert

RGB2545847-
CMYK00.770.810.00
HSL3.19º99.04%59.02%-
HSV(B)3.19º81.5%99.61%-
XYZ42.924.35.12-
YUV115.3589.43226.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 70.75%
GREEN value IS 58 (23.05% from 255) = 16.16%
BLUE value IS 47 (18.75% from 255) = 13.09%
R=70.75%
G=16.16%
B=13.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.81
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254584700.770.810.003.1999.0459.02
HexFE3A2F04D5103633b
Octal376725701151210314373
Binary111111101110101011110100110110100010111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE3A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE3A2F; }

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

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

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

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

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

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

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

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