Html Css Color HEX #FA342E Red Orange

📋 copy color: '#FA342E'

red 250 ◦ green 52 ◦ blue 46

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

Shades of Red Orange #FA342E

Tints of Red Orange #FA342E

RGB

 RED value IS 250 (98.05% from 255) = 71.84%

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

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

R = 71.84%
G = 14.94%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA342E (or 0xFA342E) is known color: Red Orange. HEX triplet: FA, 34 and 2E. RGB value is (250,52,46). Sum of RGB (Red+Green+Blue) = 250+52+46=348 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.84% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 46 (18.36% from 255 or 13.22% from 348); Max value from RGB is 250 - color contains mainly: red. Hex color #FA342E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA342E is #05CBD1. Grayscale: #6E6E6E. Windows color (decimal): -379858 or 3028218. OLE color: 3028218.

HSL color Cylindrical-coordinate representation of color #FA342E: hue angle of 1.76º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA342E is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 52 46 -
CMYK 0 0.79 0.82 0.02
HSL 1.76º 0.95% 0.58% -
HSV(B) 1.76º 0.82% 0.98% -
XYZ 41.15 22.98 4.85 -
YUV 110.52 91.6 227.49 -
System Red Green Blue C M Y K H S L
Decimal 250 52 46 0 0.79 0.82 0.02 1.76 0.95 0.58
Hex FA 34 2E 0 4F 52 2 2 5F 3A
Octal 372 64 56 0 117 122 2 2 137 72
Binary 11111010 110100 101110 0 1001111 1010010 10 10 1011111 111010

Color Harmonies of #FA342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA342E

Black with #FA342E

Text Example


Text Example

White with #FA342E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA342E; }

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

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

background-color css

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

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

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

border-color css

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

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

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