Html Css Color HEX #FE311F Red Orange

📋 copy color: '#FE311F'

red 254 ◦ green 49 ◦ blue 31

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

Shades of Red Orange #FE311F

Tints of Red Orange #FE311F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.28%

R = 76.05%
G = 14.67%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FE311F (or 0xFE311F) is known color: Red Orange. HEX triplet: FE, 31 and 1F. RGB value is (254,49,31). Sum of RGB (Red+Green+Blue) = 254+49+31=334 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.05% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 31 (12.5% from 255 or 9.28% from 334); Max value from RGB is 254 - color contains mainly: red. Hex color #FE311F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE311F is #01CEE0. Grayscale: #6C6C6C. Windows color (decimal): -118497 or 2044414. OLE color: 2044414.

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

Color convert

RGB 254 49 31 -
CMYK 0 0.81 0.88 0.00
HSL 4.84º 0.99% 0.56% -
HSV(B) 4.84º 0.88% 1% -
XYZ 42.22 23.37 3.58 -
YUV 108.24 84.42 231.96 -
System Red Green Blue C M Y K H S L
Decimal 254 49 31 0 0.81 0.88 0.00 4.84 0.99 0.56
Hex FE 31 1F 0 51 58 0 5 63 38
Octal 376 61 37 0 121 130 0 5 143 70
Binary 11111110 110001 11111 0 1010001 1011000 0 101 1100011 111000

Color Harmonies of #FE311F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE311F

Black with #FE311F

Text Example


Text Example

White with #FE311F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE311F; }

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

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

background-color css

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

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

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

border-color css

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

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

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