Html Css Color HEX #FE322C Red Orange

📋 copy color: '#FE322C'

red 254 ◦ green 50 ◦ blue 44

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

Shades of Red Orange #FE322C

Tints of Red Orange #FE322C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.64%

R = 72.99%
G = 14.37%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FE322C (or 0xFE322C) is known color: Red Orange. HEX triplet: FE, 32 and 2C. RGB value is (254,50,44). Sum of RGB (Red+Green+Blue) = 254+50+44=348 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.99% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 44 (17.58% from 255 or 12.64% from 348); Max value from RGB is 254 - color contains mainly: red. Hex color #FE322C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE322C is #01CDD3. Grayscale: #6E6E6E. Windows color (decimal): -118228 or 2896638. OLE color: 2896638.

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

Color convert

RGB 254 50 44 -
CMYK 0 0.80 0.83 0.00
HSL 1.71º 0.99% 0.58% -
HSV(B) 1.71º 0.83% 1% -
XYZ 42.47 23.53 4.69 -
YUV 110.31 90.59 230.49 -
System Red Green Blue C M Y K H S L
Decimal 254 50 44 0 0.80 0.83 0.00 1.71 0.99 0.58
Hex FE 32 2C 0 50 53 0 2 63 3A
Octal 376 62 54 0 120 123 0 2 143 72
Binary 11111110 110010 101100 0 1010000 1010011 0 10 1100011 111010

Color Harmonies of #FE322C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE322C

Black with #FE322C

Text Example


Text Example

White with #FE322C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE322C; }

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

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

background-color css

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

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

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

border-color css

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

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

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