Html Css Color HEX #FE312E Red Orange

📋 copy color: '#FE312E'

red 254 ◦ green 49 ◦ blue 46

#FE312E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Orange #FE312E

Tints of Red Orange #FE312E

RGB

 RED value IS 254 (99.61% from 255) = 72.78%

 GREEN value IS 49 (19.53% from 255) = 14.04%

 BLUE value IS 46 (18.36% from 255) = 13.18%

R = 72.78%
G = 14.04%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FE312E (or 0xFE312E) is known color: Red Orange. HEX triplet: FE, 31 and 2E. RGB value is (254,49,46). Sum of RGB (Red+Green+Blue) = 254+49+46=349 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.78% from 349); Green value is 49 (19.53% from 255 or 14.04% from 349); Blue value is 46 (18.36% from 255 or 13.18% from 349); Max value from RGB is 254 - color contains mainly: red. Hex color #FE312E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE312E is #01CED1. Grayscale: #6E6E6E. Windows color (decimal): -118482 or 3027454. OLE color: 3027454.

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

Color convert

RGB 254 49 46 -
CMYK 0 0.81 0.82 0.00
HSL 0.87º 0.99% 0.59% -
HSV(B) 0.87º 0.82% 1% -
XYZ 42.46 23.46 4.88 -
YUV 109.95 91.92 230.74 -
System Red Green Blue C M Y K H S L
Decimal 254 49 46 0 0.81 0.82 0.00 0.87 0.99 0.59
Hex FE 31 2E 0 51 52 0 1 63 3B
Octal 376 61 56 0 121 122 0 1 143 73
Binary 11111110 110001 101110 0 1010001 1010010 0 1 1100011 111011

Color Harmonies of #FE312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE312E

Black with #FE312E

Text Example


Text Example

White with #FE312E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE312E; }

 p { color: rgb(254,49,46); }

 H1.HeaderClassName
 {
   color: #FE312E;
 }
 .AnyTagClassName
 {
   color: #FE312E;
 }
</style>

background-color css

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

 a { background-color: rgb(254,49,46); }

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

border-color css

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

 span { border-color: rgb(254,49,46); }

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