Html Css Color HEX #FE3426 Red Orange

📋 copy color: '#FE3426'

red 254 ◦ green 52 ◦ blue 38

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

Shades of Red Orange #FE3426

Tints of Red Orange #FE3426

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.12%

 BLUE value IS 38 (15.23% from 255) = 11.05%

R = 73.84%
G = 15.12%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FE3426 (or 0xFE3426) is known color: Red Orange. HEX triplet: FE, 34 and 26. RGB value is (254,52,38). Sum of RGB (Red+Green+Blue) = 254+52+38=344 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.84% from 344); Green value is 52 (20.70% from 255 or 15.12% from 344); Blue value is 38 (15.23% from 255 or 11.05% from 344); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3426 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3426 is #01CBD9. Grayscale: #6F6F6F. Windows color (decimal): -117722 or 2503934. OLE color: 2503934.

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

Color convert

RGB 254 52 38 -
CMYK 0 0.80 0.85 0.00
HSL 3.89º 0.99% 0.57% -
HSV(B) 3.89º 0.85% 1% -
XYZ 42.45 23.67 4.16 -
YUV 110.8 86.92 230.14 -
System Red Green Blue C M Y K H S L
Decimal 254 52 38 0 0.80 0.85 0.00 3.89 0.99 0.57
Hex FE 34 26 0 50 55 0 4 63 39
Octal 376 64 46 0 120 125 0 4 143 71
Binary 11111110 110100 100110 0 1010000 1010101 0 100 1100011 111001

Color Harmonies of #FE3426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3426

Black with #FE3426

Text Example


Text Example

White with #FE3426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3426; }

 p { color: rgb(254,52,38); }

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

background-color css

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

 a { background-color: rgb(254,52,38); }

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

border-color css

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

 span { border-color: rgb(254,52,38); }

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