Html Css Color HEX #FE4820 Red Orange

📋 copy color: '#FE4820'

red 254 ◦ green 72 ◦ blue 32

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

Shades of Red Orange #FE4820

Tints of Red Orange #FE4820

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.11%

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

R = 70.95%
G = 20.11%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FE4820 (or 0xFE4820) is known color: Red Orange. HEX triplet: FE, 48 and 20. RGB value is (254,72,32). Sum of RGB (Red+Green+Blue) = 254+72+32=358 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.95% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 32 (12.89% from 255 or 8.94% from 358); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4820 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4820 is #01B7DF. Grayscale: #7A7A7A. Windows color (decimal): -112608 or 2115838. OLE color: 2115838.

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

Color convert

RGB 254 72 32 -
CMYK 0 0.72 0.87 0.00
HSL 10.81º 0.99% 0.56% -
HSV(B) 10.81º 0.87% 1% -
XYZ 43.45 25.81 4.06 -
YUV 121.86 77.3 222.25 -
System Red Green Blue C M Y K H S L
Decimal 254 72 32 0 0.72 0.87 0.00 10.81 0.99 0.56
Hex FE 48 20 0 48 57 0 B 63 38
Octal 376 110 40 0 110 127 0 13 143 70
Binary 11111110 1001000 100000 0 1001000 1010111 0 1011 1100011 111000

Color Harmonies of #FE4820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4820

Black with #FE4820

Text Example


Text Example

White with #FE4820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4820; }

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

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

background-color css

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

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

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

border-color css

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

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

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