Html Css Color HEX #FE422C Red Orange

📋 copy color: '#FE422C'

red 254 ◦ green 66 ◦ blue 44

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

Shades of Red Orange #FE422C

Tints of Red Orange #FE422C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.09%

R = 69.78%
G = 18.13%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FE422C (or 0xFE422C) is known color: Red Orange. HEX triplet: FE, 42 and 2C. RGB value is (254,66,44). Sum of RGB (Red+Green+Blue) = 254+66+44=364 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.78% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 44 (17.58% from 255 or 12.09% from 364); Max value from RGB is 254 - color contains mainly: red. Hex color #FE422C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE422C is #01BDD3. Grayscale: #777777. Windows color (decimal): -114132 or 2900734. OLE color: 2900734.

HSL color Cylindrical-coordinate representation of color #FE422C: hue angle of 6.29º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE422C is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 66 44 -
CMYK 0 0.74 0.83 0.00
HSL 6.29º 0.99% 0.58% -
HSV(B) 6.29º 0.83% 1% -
XYZ 43.28 25.15 4.96 -
YUV 119.7 85.28 223.79 -
System Red Green Blue C M Y K H S L
Decimal 254 66 44 0 0.74 0.83 0.00 6.29 0.99 0.58
Hex FE 42 2C 0 4A 53 0 6 63 3A
Octal 376 102 54 0 112 123 0 6 143 72
Binary 11111110 1000010 101100 0 1001010 1010011 0 110 1100011 111010

Color Harmonies of #FE422C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE422C

Black with #FE422C

Text Example


Text Example

White with #FE422C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE422C; }

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

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

background-color css

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

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

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

border-color css

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

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

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