Html Css Color HEX #FE342D Red Orange

📋 copy color: '#FE342D'

red 254 ◦ green 52 ◦ blue 45

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

Shades of Red Orange #FE342D

Tints of Red Orange #FE342D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.82%

R = 72.36%
G = 14.81%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FE342D (or 0xFE342D) is known color: Red Orange. HEX triplet: FE, 34 and 2D. RGB value is (254,52,45). Sum of RGB (Red+Green+Blue) = 254+52+45=351 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.36% from 351); Green value is 52 (20.70% from 255 or 14.81% from 351); Blue value is 45 (17.97% from 255 or 12.82% from 351); Max value from RGB is 254 - color contains mainly: red. Hex color #FE342D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE342D is #01CBD2. Grayscale: #6F6F6F. Windows color (decimal): -117715 or 2962686. OLE color: 2962686.

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

Color convert

RGB 254 52 45 -
CMYK 0 0.80 0.82 0.00
HSL 2.01º 0.99% 0.59% -
HSV(B) 2.01º 0.82% 1% -
XYZ 42.57 23.72 4.82 -
YUV 111.6 90.42 229.57 -
System Red Green Blue C M Y K H S L
Decimal 254 52 45 0 0.80 0.82 0.00 2.01 0.99 0.59
Hex FE 34 2D 0 50 52 0 2 63 3B
Octal 376 64 55 0 120 122 0 2 143 73
Binary 11111110 110100 101101 0 1010000 1010010 0 10 1100011 111011

Color Harmonies of #FE342D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE342D

Black with #FE342D

Text Example


Text Example

White with #FE342D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE342D; }

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

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

background-color css

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

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

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

border-color css

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

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

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