Html Css Color HEX #FA322A Red Orange

📋 copy color: '#FA322A'

red 250 ◦ green 50 ◦ blue 42

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

Shades of Red Orange #FA322A

Tints of Red Orange #FA322A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.62%

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

R = 73.1%
G = 14.62%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA322A (or 0xFA322A) is known color: Red Orange. HEX triplet: FA, 32 and 2A. RGB value is (250,50,42). Sum of RGB (Red+Green+Blue) = 250+50+42=342 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.10% from 342); Green value is 50 (19.92% from 255 or 14.62% from 342); Blue value is 42 (16.80% from 255 or 12.28% from 342); Max value from RGB is 250 - color contains mainly: red. Hex color #FA322A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA322A is #05CDD5. Grayscale: #6D6D6D. Windows color (decimal): -380374 or 2765562. OLE color: 2765562.

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

Color convert

RGB 250 50 42 -
CMYK 0 0.8 0.83 0.02
HSL 2.31º 0.95% 0.57% -
HSV(B) 2.31º 0.83% 0.98% -
XYZ 40.98 22.77 4.43 -
YUV 108.89 90.26 228.65 -
System Red Green Blue C M Y K H S L
Decimal 250 50 42 0 0.8 0.83 0.02 2.31 0.95 0.57
Hex FA 32 2A 0 50 53 2 2 5F 39
Octal 372 62 52 0 120 123 2 2 137 71
Binary 11111010 110010 101010 0 1010000 1010011 10 10 1011111 111001

Color Harmonies of #FA322A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA322A

Black with #FA322A

Text Example


Text Example

White with #FA322A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA322A; }

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

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

background-color css

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

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

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

border-color css

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

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

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