Html Css Color HEX #FE301E Red Orange

📋 copy color: '#FE301E'

red 254 ◦ green 48 ◦ blue 30

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

Shades of Red Orange #FE301E

Tints of Red Orange #FE301E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.04%

R = 76.51%
G = 14.46%
B = 9.04%

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

#FE301E (or 0xFE301E) is known color: Red Orange. HEX triplet: FE, 30 and 1E. RGB value is (254,48,30). Sum of RGB (Red+Green+Blue) = 254+48+30=332 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.51% from 332); Green value is 48 (19.14% from 255 or 14.46% from 332); Blue value is 30 (12.11% from 255 or 9.04% from 332); Max value from RGB is 254 - color contains mainly: red. Hex color #FE301E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE301E is #01CFE1. Grayscale: #6B6B6B. Windows color (decimal): -118754 or 1978622. OLE color: 1978622.

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

Color convert

RGB 254 48 30 -
CMYK 0 0.81 0.88 0.00
HSL 4.82º 0.99% 0.56% -
HSV(B) 4.82º 0.88% 1% -
XYZ 42.16 23.28 3.5 -
YUV 107.54 84.25 232.46 -
System Red Green Blue C M Y K H S L
Decimal 254 48 30 0 0.81 0.88 0.00 4.82 0.99 0.56
Hex FE 30 1E 0 51 58 0 5 63 38
Octal 376 60 36 0 121 130 0 5 143 70
Binary 11111110 110000 11110 0 1010001 1011000 0 101 1100011 111000

Color Harmonies of #FE301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE301E

Black with #FE301E

Text Example


Text Example

White with #FE301E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE301E; }

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

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

background-color css

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

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

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

border-color css

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

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

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