Html Css Color HEX #FE341F Red Orange

📋 copy color: '#FE341F'

red 254 ◦ green 52 ◦ blue 31

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

Shades of Red Orange #FE341F

Tints of Red Orange #FE341F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.2%

R = 75.37%
G = 15.43%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FE341F (or 0xFE341F) is known color: Red Orange. HEX triplet: FE, 34 and 1F. RGB value is (254,52,31). Sum of RGB (Red+Green+Blue) = 254+52+31=337 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.37% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 31 (12.5% from 255 or 9.20% from 337); Max value from RGB is 254 - color contains mainly: red. Hex color #FE341F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE341F is #01CBE0. Grayscale: #6E6E6E. Windows color (decimal): -117729 or 2045182. OLE color: 2045182.

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

Color convert

RGB 254 52 31 -
CMYK 0 0.80 0.88 0.00
HSL 5.65º 0.99% 0.56% -
HSV(B) 5.65º 0.88% 1% -
XYZ 42.35 23.63 3.62 -
YUV 110 83.42 230.71 -
System Red Green Blue C M Y K H S L
Decimal 254 52 31 0 0.80 0.88 0.00 5.65 0.99 0.56
Hex FE 34 1F 0 50 58 0 6 63 38
Octal 376 64 37 0 120 130 0 6 143 70
Binary 11111110 110100 11111 0 1010000 1011000 0 110 1100011 111000

Color Harmonies of #FE341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE341F

Black with #FE341F

Text Example


Text Example

White with #FE341F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE341F; }

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

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

background-color css

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

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

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

border-color css

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

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

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