Html Css Color HEX #FE4522 Red Orange

📋 copy color: '#FE4522'

red 254 ◦ green 69 ◦ blue 34

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

Shades of Red Orange #FE4522

Tints of Red Orange #FE4522

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.33%

 BLUE value IS 34 (13.67% from 255) = 9.52%

R = 71.15%
G = 19.33%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FE4522 (or 0xFE4522) is known color: Red Orange. HEX triplet: FE, 45 and 22. RGB value is (254,69,34). Sum of RGB (Red+Green+Blue) = 254+69+34=357 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.15% from 357); Green value is 69 (27.34% from 255 or 19.33% from 357); Blue value is 34 (13.67% from 255 or 9.52% from 357); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4522 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4522 is #01BADD. Grayscale: #787878. Windows color (decimal): -113374 or 2246142. OLE color: 2246142.

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

Color convert

RGB 254 69 34 -
CMYK 0 0.73 0.87 0.00
HSL 9.55º 0.99% 0.56% -
HSV(B) 9.55º 0.87% 1% -
XYZ 43.29 25.44 4.14 -
YUV 120.33 79.29 223.35 -
System Red Green Blue C M Y K H S L
Decimal 254 69 34 0 0.73 0.87 0.00 9.55 0.99 0.56
Hex FE 45 22 0 49 57 0 A 63 38
Octal 376 105 42 0 111 127 0 12 143 70
Binary 11111110 1000101 100010 0 1001001 1010111 0 1010 1100011 111000

Color Harmonies of #FE4522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4522

Black with #FE4522

Text Example


Text Example

White with #FE4522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4522; }

 p { color: rgb(254,69,34); }

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

background-color css

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

 a { background-color: rgb(254,69,34); }

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

border-color css

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

 span { border-color: rgb(254,69,34); }

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