Html Css Color HEX #FE311B Red Orange

📋 copy color: '#FE311B'

red 254 ◦ green 49 ◦ blue 27

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

Shades of Red Orange #FE311B

Tints of Red Orange #FE311B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.18%

R = 76.97%
G = 14.85%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE311B (or 0xFE311B) is known color: Red Orange. HEX triplet: FE, 31 and 1B. RGB value is (254,49,27). Sum of RGB (Red+Green+Blue) = 254+49+27=330 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.97% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 254 - color contains mainly: red. Hex color #FE311B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE311B is #01CEE4. Grayscale: #6C6C6C. Windows color (decimal): -118501 or 1782270. OLE color: 1782270.

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

Color convert

RGB 254 49 27 -
CMYK 0 0.81 0.89 0.00
HSL 5.81º 0.99% 0.55% -
HSV(B) 5.81º 0.89% 1% -
XYZ 42.17 23.35 3.32 -
YUV 107.79 82.42 232.29 -
System Red Green Blue C M Y K H S L
Decimal 254 49 27 0 0.81 0.89 0.00 5.81 0.99 0.55
Hex FE 31 1B 0 51 59 0 6 63 37
Octal 376 61 33 0 121 131 0 6 143 67
Binary 11111110 110001 11011 0 1010001 1011001 0 110 1100011 110111

Color Harmonies of #FE311B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE311B

Black with #FE311B

Text Example


Text Example

White with #FE311B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE311B; }

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

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

background-color css

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

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

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

border-color css

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

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

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