Html Css Color HEX #FE4C22 Red Orange

📋 copy color: '#FE4C22'

red 254 ◦ green 76 ◦ blue 34

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

Shades of Red Orange #FE4C22

Tints of Red Orange #FE4C22

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.88%

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

R = 69.78%
G = 20.88%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FE4C22 (or 0xFE4C22) is known color: Red Orange. HEX triplet: FE, 4C and 22. RGB value is (254,76,34). Sum of RGB (Red+Green+Blue) = 254+76+34=364 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.78% from 364); Green value is 76 (30.08% from 255 or 20.88% from 364); Blue value is 34 (13.67% from 255 or 9.34% from 364); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4C22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4C22 is #01B3DD. Grayscale: #7C7C7C. Windows color (decimal): -111582 or 2247934. OLE color: 2247934.

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

Color convert

RGB 254 76 34 -
CMYK 0 0.70 0.87 0.00
HSL 11.45º 0.99% 0.56% -
HSV(B) 11.45º 0.87% 1% -
XYZ 43.75 26.36 4.29 -
YUV 124.43 76.97 220.42 -
System Red Green Blue C M Y K H S L
Decimal 254 76 34 0 0.70 0.87 0.00 11.45 0.99 0.56
Hex FE 4C 22 0 46 57 0 B 63 38
Octal 376 114 42 0 106 127 0 13 143 70
Binary 11111110 1001100 100010 0 1000110 1010111 0 1011 1100011 111000

Color Harmonies of #FE4C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4C22

Black with #FE4C22

Text Example


Text Example

White with #FE4C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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