Html Css Color HEX #FE4A20 Red Orange

📋 copy color: '#FE4A20'

red 254 ◦ green 74 ◦ blue 32

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

Shades of Red Orange #FE4A20

Tints of Red Orange #FE4A20

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.56%

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

R = 70.56%
G = 20.56%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FE4A20 (or 0xFE4A20) is known color: Red Orange. HEX triplet: FE, 4A and 20. RGB value is (254,74,32). Sum of RGB (Red+Green+Blue) = 254+74+32=360 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.56% from 360); Green value is 74 (29.30% from 255 or 20.56% from 360); Blue value is 32 (12.89% from 255 or 8.89% from 360); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4A20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4A20 is #01B5DF. Grayscale: #7B7B7B. Windows color (decimal): -112096 or 2116350. OLE color: 2116350.

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

Color convert

RGB 254 74 32 -
CMYK 0 0.71 0.87 0.00
HSL 11.35º 0.99% 0.56% -
HSV(B) 11.35º 0.87% 1% -
XYZ 43.58 26.07 4.1 -
YUV 123.03 76.63 221.42 -
System Red Green Blue C M Y K H S L
Decimal 254 74 32 0 0.71 0.87 0.00 11.35 0.99 0.56
Hex FE 4A 20 0 47 57 0 B 63 38
Octal 376 112 40 0 107 127 0 13 143 70
Binary 11111110 1001010 100000 0 1000111 1010111 0 1011 1100011 111000

Color Harmonies of #FE4A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4A20

Black with #FE4A20

Text Example


Text Example

White with #FE4A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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