Html Css Color HEX #FE4222 Red Orange

📋 copy color: '#FE4222'

red 254 ◦ green 66 ◦ blue 34

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

Shades of Red Orange #FE4222

Tints of Red Orange #FE4222

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.64%

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

R = 71.75%
G = 18.64%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FE4222 (or 0xFE4222) is known color: Red Orange. HEX triplet: FE, 42 and 22. RGB value is (254,66,34). Sum of RGB (Red+Green+Blue) = 254+66+34=354 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.75% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 34 (13.67% from 255 or 9.60% from 354); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4222 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4222 is #01BDDD. Grayscale: #767676. Windows color (decimal): -114142 or 2245374. OLE color: 2245374.

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

Color convert

RGB 254 66 34 -
CMYK 0 0.74 0.87 0.00
HSL 8.73º 0.99% 0.56% -
HSV(B) 8.73º 0.87% 1% -
XYZ 43.11 25.08 4.08 -
YUV 118.56 80.28 224.6 -
System Red Green Blue C M Y K H S L
Decimal 254 66 34 0 0.74 0.87 0.00 8.73 0.99 0.56
Hex FE 42 22 0 4A 57 0 9 63 38
Octal 376 102 42 0 112 127 0 11 143 70
Binary 11111110 1000010 100010 0 1001010 1010111 0 1001 1100011 111000

Color Harmonies of #FE4222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4222

Black with #FE4222

Text Example


Text Example

White with #FE4222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4222; }

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

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

background-color css

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

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

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

border-color css

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

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

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