Html Css Color HEX #FE341D Red Orange

📋 copy color: '#FE341D'

red 254 ◦ green 52 ◦ blue 29

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

Shades of Red Orange #FE341D

Tints of Red Orange #FE341D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.66%

R = 75.82%
G = 15.52%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE341D (or 0xFE341D) is known color: Red Orange. HEX triplet: FE, 34 and 1D. RGB value is (254,52,29). Sum of RGB (Red+Green+Blue) = 254+52+29=335 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.82% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 29 (11.72% from 255 or 8.66% from 335); Max value from RGB is 254 - color contains mainly: red. Hex color #FE341D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE341D is #01CBE2. Grayscale: #6E6E6E. Windows color (decimal): -117731 or 1914110. OLE color: 1914110.

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

Color convert

RGB 254 52 29 -
CMYK 0 0.80 0.89 0.00
HSL 6.13º 0.99% 0.55% -
HSV(B) 6.13º 0.89% 1% -
XYZ 42.32 23.62 3.49 -
YUV 109.78 82.42 230.87 -
System Red Green Blue C M Y K H S L
Decimal 254 52 29 0 0.80 0.89 0.00 6.13 0.99 0.55
Hex FE 34 1D 0 50 59 0 6 63 37
Octal 376 64 35 0 120 131 0 6 143 67
Binary 11111110 110100 11101 0 1010000 1011001 0 110 1100011 110111

Color Harmonies of #FE341D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE341D

Black with #FE341D

Text Example


Text Example

White with #FE341D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE341D; }

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

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

background-color css

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

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

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

border-color css

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

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

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