Html Css Color HEX #FE322E Red Orange

📋 copy color: '#FE322E'

red 254 ◦ green 50 ◦ blue 46

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

Shades of Red Orange #FE322E

Tints of Red Orange #FE322E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.29%

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

R = 72.57%
G = 14.29%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FE322E (or 0xFE322E) is known color: Red Orange. HEX triplet: FE, 32 and 2E. RGB value is (254,50,46). Sum of RGB (Red+Green+Blue) = 254+50+46=350 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.57% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 46 (18.36% from 255 or 13.14% from 350); Max value from RGB is 254 - color contains mainly: red. Hex color #FE322E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE322E is #01CDD1. Grayscale: #6E6E6E. Windows color (decimal): -118226 or 3027710. OLE color: 3027710.

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

Color convert

RGB 254 50 46 -
CMYK 0 0.80 0.82 0.00
HSL 1.15º 0.99% 0.59% -
HSV(B) 1.15º 0.82% 1% -
XYZ 42.51 23.55 4.89 -
YUV 110.54 91.59 230.33 -
System Red Green Blue C M Y K H S L
Decimal 254 50 46 0 0.80 0.82 0.00 1.15 0.99 0.59
Hex FE 32 2E 0 50 52 0 1 63 3B
Octal 376 62 56 0 120 122 0 1 143 73
Binary 11111110 110010 101110 0 1010000 1010010 0 1 1100011 111011

Color Harmonies of #FE322E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE322E

Black with #FE322E

Text Example


Text Example

White with #FE322E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE322E; }

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

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

background-color css

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

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

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

border-color css

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

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

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