Html Css Color HEX #FE4020 Red Orange

📋 copy color: '#FE4020'

red 254 ◦ green 64 ◦ blue 32

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

Shades of Red Orange #FE4020

Tints of Red Orange #FE4020

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.29%

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

R = 72.57%
G = 18.29%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FE4020 (or 0xFE4020) is known color: Red Orange. HEX triplet: FE, 40 and 20. RGB value is (254,64,32). Sum of RGB (Red+Green+Blue) = 254+64+32=350 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.57% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 32 (12.89% from 255 or 9.14% from 350); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4020 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4020 is #01BFDF. Grayscale: #757575. Windows color (decimal): -114656 or 2113790. OLE color: 2113790.

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

Color convert

RGB 254 64 32 -
CMYK 0 0.75 0.87 0.00
HSL 8.65º 0.99% 0.56% -
HSV(B) 8.65º 0.87% 1% -
XYZ 42.97 24.84 3.9 -
YUV 117.16 79.95 225.6 -
System Red Green Blue C M Y K H S L
Decimal 254 64 32 0 0.75 0.87 0.00 8.65 0.99 0.56
Hex FE 40 20 0 4B 57 0 9 63 38
Octal 376 100 40 0 113 127 0 11 143 70
Binary 11111110 1000000 100000 0 1001011 1010111 0 1001 1100011 111000

Color Harmonies of #FE4020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4020

Black with #FE4020

Text Example


Text Example

White with #FE4020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4020; }

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

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

background-color css

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

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

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

border-color css

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

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

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