Html Css Color HEX #FA342B Red Orange

📋 copy color: '#FA342B'

red 250 ◦ green 52 ◦ blue 43

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

Shades of Red Orange #FA342B

Tints of Red Orange #FA342B

RGB

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

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

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

R = 72.46%
G = 15.07%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA342B (or 0xFA342B) is known color: Red Orange. HEX triplet: FA, 34 and 2B. RGB value is (250,52,43). Sum of RGB (Red+Green+Blue) = 250+52+43=345 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.46% from 345); Green value is 52 (20.70% from 255 or 15.07% from 345); Blue value is 43 (17.19% from 255 or 12.46% from 345); Max value from RGB is 250 - color contains mainly: red. Hex color #FA342B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA342B is #05CBD4. Grayscale: #6E6E6E. Windows color (decimal): -379861 or 2831610. OLE color: 2831610.

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

Color convert

RGB 250 52 43 -
CMYK 0 0.79 0.83 0.02
HSL 2.61º 0.95% 0.57% -
HSV(B) 2.61º 0.83% 0.98% -
XYZ 41.09 22.95 4.55 -
YUV 110.18 90.1 227.73 -
System Red Green Blue C M Y K H S L
Decimal 250 52 43 0 0.79 0.83 0.02 2.61 0.95 0.57
Hex FA 34 2B 0 4F 53 2 3 5F 39
Octal 372 64 53 0 117 123 2 3 137 71
Binary 11111010 110100 101011 0 1001111 1010011 10 11 1011111 111001

Color Harmonies of #FA342B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA342B

Black with #FA342B

Text Example


Text Example

White with #FA342B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA342B; }

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

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

background-color css

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

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

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

border-color css

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

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

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