Html Css Color HEX #FE4331 Red Orange

📋 copy color: '#FE4331'

red 254 ◦ green 67 ◦ blue 49

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

Shades of Red Orange #FE4331

Tints of Red Orange #FE4331

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.11%

 BLUE value IS 49 (19.53% from 255) = 13.24%

R = 68.65%
G = 18.11%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE4331 (or 0xFE4331) is known color: Red Orange. HEX triplet: FE, 43 and 31. RGB value is (254,67,49). Sum of RGB (Red+Green+Blue) = 254+67+49=370 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.65% from 370); Green value is 67 (26.56% from 255 or 18.11% from 370); Blue value is 49 (19.53% from 255 or 13.24% from 370); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4331 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4331 is #01BCCE. Grayscale: #797979. Windows color (decimal): -113871 or 3228670. OLE color: 3228670.

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

Color convert

RGB 254 67 49 -
CMYK 0 0.74 0.81 0.00
HSL 5.27º 0.99% 0.59% -
HSV(B) 5.27º 0.81% 1% -
XYZ 43.43 25.31 5.5 -
YUV 120.86 87.45 222.96 -
System Red Green Blue C M Y K H S L
Decimal 254 67 49 0 0.74 0.81 0.00 5.27 0.99 0.59
Hex FE 43 31 0 4A 51 0 5 63 3B
Octal 376 103 61 0 112 121 0 5 143 73
Binary 11111110 1000011 110001 0 1001010 1010001 0 101 1100011 111011

Color Harmonies of #FE4331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4331

Black with #FE4331

Text Example


Text Example

White with #FE4331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4331; }

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

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

background-color css

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

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

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

border-color css

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

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

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