Html Css Color HEX #FE3A31 Red Orange

📋 copy color: '#FE3A31'

red 254 ◦ green 58 ◦ blue 49

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

Shades of Red Orange #FE3A31

Tints of Red Orange #FE3A31

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.07%

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

R = 70.36%
G = 16.07%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE3A31 (or 0xFE3A31) is known color: Red Orange. HEX triplet: FE, 3A and 31. RGB value is (254,58,49). Sum of RGB (Red+Green+Blue) = 254+58+49=361 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.36% from 361); Green value is 58 (23.05% from 255 or 16.07% from 361); Blue value is 49 (19.53% from 255 or 13.57% from 361); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3A31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3A31 is #01C5CE. Grayscale: #737373. Windows color (decimal): -116175 or 3226366. OLE color: 3226366.

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

Color convert

RGB 254 58 49 -
CMYK 0 0.77 0.81 0.00
HSL 2.63º 0.99% 0.59% -
HSV(B) 2.63º 0.81% 1% -
XYZ 42.94 24.32 5.34 -
YUV 115.58 90.43 226.73 -
System Red Green Blue C M Y K H S L
Decimal 254 58 49 0 0.77 0.81 0.00 2.63 0.99 0.59
Hex FE 3A 31 0 4D 51 0 3 63 3B
Octal 376 72 61 0 115 121 0 3 143 73
Binary 11111110 111010 110001 0 1001101 1010001 0 11 1100011 111011

Color Harmonies of #FE3A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3A31

Black with #FE3A31

Text Example


Text Example

White with #FE3A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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