Html Css Color HEX #FE342E Red Orange

📋 copy color: '#FE342E'

red 254 ◦ green 52 ◦ blue 46

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

Shades of Red Orange #FE342E

Tints of Red Orange #FE342E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.07%

R = 72.16%
G = 14.77%
B = 13.07%

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

#FE342E (or 0xFE342E) is known color: Red Orange. HEX triplet: FE, 34 and 2E. RGB value is (254,52,46). Sum of RGB (Red+Green+Blue) = 254+52+46=352 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.16% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 46 (18.36% from 255 or 13.07% from 352); Max value from RGB is 254 - color contains mainly: red. Hex color #FE342E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE342E is #01CBD1. Grayscale: #6F6F6F. Windows color (decimal): -117714 or 3028222. OLE color: 3028222.

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

Color convert

RGB 254 52 46 -
CMYK 0 0.80 0.82 0.00
HSL 1.73º 0.99% 0.59% -
HSV(B) 1.73º 0.82% 1% -
XYZ 42.59 23.72 4.92 -
YUV 111.71 90.92 229.49 -
System Red Green Blue C M Y K H S L
Decimal 254 52 46 0 0.80 0.82 0.00 1.73 0.99 0.59
Hex FE 34 2E 0 50 52 0 2 63 3B
Octal 376 64 56 0 120 122 0 2 143 73
Binary 11111110 110100 101110 0 1010000 1010010 0 10 1100011 111011

Color Harmonies of #FE342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE342E

Black with #FE342E

Text Example


Text Example

White with #FE342E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE342E; }

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

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

background-color css

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

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

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

border-color css

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

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

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