Html Css Color HEX #FA342D Red Orange

📋 copy color: '#FA342D'

red 250 ◦ green 52 ◦ blue 45

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

Shades of Red Orange #FA342D

Tints of Red Orange #FA342D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.97%

R = 72.05%
G = 14.99%
B = 12.97%

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

#FA342D (or 0xFA342D) is known color: Red Orange. HEX triplet: FA, 34 and 2D. RGB value is (250,52,45). Sum of RGB (Red+Green+Blue) = 250+52+45=347 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.05% from 347); Green value is 52 (20.70% from 255 or 14.99% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 250 - color contains mainly: red. Hex color #FA342D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA342D is #05CBD2. Grayscale: #6E6E6E. Windows color (decimal): -379859 or 2962682. OLE color: 2962682.

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

Color convert

RGB 250 52 45 -
CMYK 0 0.79 0.82 0.02
HSL 2.05º 0.95% 0.58% -
HSV(B) 2.05º 0.82% 0.98% -
XYZ 41.13 22.97 4.75 -
YUV 110.4 91.1 227.57 -
System Red Green Blue C M Y K H S L
Decimal 250 52 45 0 0.79 0.82 0.02 2.05 0.95 0.58
Hex FA 34 2D 0 4F 52 2 2 5F 3A
Octal 372 64 55 0 117 122 2 2 137 72
Binary 11111010 110100 101101 0 1001111 1010010 10 10 1011111 111010

Color Harmonies of #FA342D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA342D

Black with #FA342D

Text Example


Text Example

White with #FA342D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA342D; }

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

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

background-color css

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

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

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

border-color css

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

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

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