Html Css Color HEX #FE3A20 Red Orange

📋 copy color: '#FE3A20'

red 254 ◦ green 58 ◦ blue 32

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

Shades of Red Orange #FE3A20

Tints of Red Orange #FE3A20

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.86%

 BLUE value IS 32 (12.89% from 255) = 9.3%

R = 73.84%
G = 16.86%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FE3A20 (or 0xFE3A20) is known color: Red Orange. HEX triplet: FE, 3A and 20. RGB value is (254,58,32). Sum of RGB (Red+Green+Blue) = 254+58+32=344 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.84% from 344); Green value is 58 (23.05% from 255 or 16.86% from 344); Blue value is 32 (12.89% from 255 or 9.30% from 344); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3A20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3A20 is #01C5DF. Grayscale: #717171. Windows color (decimal): -116192 or 2112254. OLE color: 2112254.

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

Color convert

RGB 254 58 32 -
CMYK 0 0.77 0.87 0.00
HSL 7.03º 0.99% 0.56% -
HSV(B) 7.03º 0.87% 1% -
XYZ 42.65 24.2 3.79 -
YUV 113.64 81.93 228.11 -
System Red Green Blue C M Y K H S L
Decimal 254 58 32 0 0.77 0.87 0.00 7.03 0.99 0.56
Hex FE 3A 20 0 4D 57 0 7 63 38
Octal 376 72 40 0 115 127 0 7 143 70
Binary 11111110 111010 100000 0 1001101 1010111 0 111 1100011 111000

Color Harmonies of #FE3A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3A20

Black with #FE3A20

Text Example


Text Example

White with #FE3A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3A20; }

 p { color: rgb(254,58,32); }

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

background-color css

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

 a { background-color: rgb(254,58,32); }

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

border-color css

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

 span { border-color: rgb(254,58,32); }

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