Html Css Color HEX #FE342B Red Orange

📋 copy color: '#FE342B'

red 254 ◦ green 52 ◦ blue 43

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

Shades of Red Orange #FE342B

Tints of Red Orange #FE342B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.32%

R = 72.78%
G = 14.9%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FE342B (or 0xFE342B) is known color: Red Orange. HEX triplet: FE, 34 and 2B. RGB value is (254,52,43). Sum of RGB (Red+Green+Blue) = 254+52+43=349 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.78% from 349); Green value is 52 (20.70% from 255 or 14.90% from 349); Blue value is 43 (17.19% from 255 or 12.32% from 349); Max value from RGB is 254 - color contains mainly: red. Hex color #FE342B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE342B is #01CBD4. Grayscale: #6F6F6F. Windows color (decimal): -117717 or 2831614. OLE color: 2831614.

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

Color convert

RGB 254 52 43 -
CMYK 0 0.80 0.83 0.00
HSL 2.56º 0.99% 0.58% -
HSV(B) 2.56º 0.83% 1% -
XYZ 42.54 23.7 4.62 -
YUV 111.37 89.42 229.73 -
System Red Green Blue C M Y K H S L
Decimal 254 52 43 0 0.80 0.83 0.00 2.56 0.99 0.58
Hex FE 34 2B 0 50 53 0 3 63 3A
Octal 376 64 53 0 120 123 0 3 143 72
Binary 11111110 110100 101011 0 1010000 1010011 0 11 1100011 111010

Color Harmonies of #FE342B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE342B

Black with #FE342B

Text Example


Text Example

White with #FE342B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE342B; }

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

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

background-color css

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

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

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

border-color css

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

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

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