Html Css Color HEX #FE301F Red Orange

📋 copy color: '#FE301F'

red 254 ◦ green 48 ◦ blue 31

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

Shades of Red Orange #FE301F

Tints of Red Orange #FE301F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.41%

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

R = 76.28%
G = 14.41%
B = 9.31%

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

#FE301F (or 0xFE301F) is known color: Red Orange. HEX triplet: FE, 30 and 1F. RGB value is (254,48,31). Sum of RGB (Red+Green+Blue) = 254+48+31=333 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.28% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 31 (12.5% from 255 or 9.31% from 333); Max value from RGB is 254 - color contains mainly: red. Hex color #FE301F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE301F is #01CFE0. Grayscale: #6B6B6B. Windows color (decimal): -118753 or 2044158. OLE color: 2044158.

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

Color convert

RGB 254 48 31 -
CMYK 0 0.81 0.88 0.00
HSL 4.57º 0.99% 0.56% -
HSV(B) 4.57º 0.88% 1% -
XYZ 42.18 23.28 3.57 -
YUV 107.66 84.75 232.38 -
System Red Green Blue C M Y K H S L
Decimal 254 48 31 0 0.81 0.88 0.00 4.57 0.99 0.56
Hex FE 30 1F 0 51 58 0 5 63 38
Octal 376 60 37 0 121 130 0 5 143 70
Binary 11111110 110000 11111 0 1010001 1011000 0 101 1100011 111000

Color Harmonies of #FE301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE301F

Black with #FE301F

Text Example


Text Example

White with #FE301F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE301F; }

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

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

background-color css

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

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

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

border-color css

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

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

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