Html Css Color HEX #FE362E Red Orange

📋 copy color: '#FE362E'

red 254 ◦ green 54 ◦ blue 46

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

Shades of Red Orange #FE362E

Tints of Red Orange #FE362E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.25%

 BLUE value IS 46 (18.36% from 255) = 12.99%

R = 71.75%
G = 15.25%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FE362E (or 0xFE362E) is known color: Red Orange. HEX triplet: FE, 36 and 2E. RGB value is (254,54,46). Sum of RGB (Red+Green+Blue) = 254+54+46=354 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.75% from 354); Green value is 54 (21.48% from 255 or 15.25% from 354); Blue value is 46 (18.36% from 255 or 12.99% from 354); Max value from RGB is 254 - color contains mainly: red. Hex color #FE362E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE362E is #01C9D1. Grayscale: #717171. Windows color (decimal): -117202 or 3028734. OLE color: 3028734.

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

Color convert

RGB 254 54 46 -
CMYK 0 0.79 0.82 0.00
HSL 2.31º 0.99% 0.59% -
HSV(B) 2.31º 0.82% 1% -
XYZ 42.69 23.91 4.95 -
YUV 112.89 90.26 228.65 -
System Red Green Blue C M Y K H S L
Decimal 254 54 46 0 0.79 0.82 0.00 2.31 0.99 0.59
Hex FE 36 2E 0 4F 52 0 2 63 3B
Octal 376 66 56 0 117 122 0 2 143 73
Binary 11111110 110110 101110 0 1001111 1010010 0 10 1100011 111011

Color Harmonies of #FE362E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE362E

Black with #FE362E

Text Example


Text Example

White with #FE362E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE362E; }

 p { color: rgb(254,54,46); }

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

background-color css

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

 a { background-color: rgb(254,54,46); }

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

border-color css

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

 span { border-color: rgb(254,54,46); }

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