Html Css Color HEX #FA342A Red Orange

📋 copy color: '#FA342A'

red 250 ◦ green 52 ◦ blue 42

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

Shades of Red Orange #FA342A

Tints of Red Orange #FA342A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.21%

R = 72.67%
G = 15.12%
B = 12.21%

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

#FA342A (or 0xFA342A) is known color: Red Orange. HEX triplet: FA, 34 and 2A. RGB value is (250,52,42). Sum of RGB (Red+Green+Blue) = 250+52+42=344 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.67% from 344); Green value is 52 (20.70% from 255 or 15.12% from 344); Blue value is 42 (16.80% from 255 or 12.21% from 344); Max value from RGB is 250 - color contains mainly: red. Hex color #FA342A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA342A is #05CBD5. Grayscale: #6E6E6E. Windows color (decimal): -379862 or 2766074. OLE color: 2766074.

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

Color convert

RGB 250 52 42 -
CMYK 0 0.79 0.83 0.02
HSL 2.88º 0.95% 0.57% -
HSV(B) 2.88º 0.83% 0.98% -
XYZ 41.07 22.95 4.46 -
YUV 110.06 89.6 227.81 -
System Red Green Blue C M Y K H S L
Decimal 250 52 42 0 0.79 0.83 0.02 2.88 0.95 0.57
Hex FA 34 2A 0 4F 53 2 3 5F 39
Octal 372 64 52 0 117 123 2 3 137 71
Binary 11111010 110100 101010 0 1001111 1010011 10 11 1011111 111001

Color Harmonies of #FA342A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA342A

Black with #FA342A

Text Example


Text Example

White with #FA342A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA342A; }

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

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

background-color css

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

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

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

border-color css

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

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

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