Html Css Color HEX #FA322B Red Orange

📋 copy color: '#FA322B'

red 250 ◦ green 50 ◦ blue 43

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

Shades of Red Orange #FA322B

Tints of Red Orange #FA322B

RGB

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

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

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

R = 72.89%
G = 14.58%
B = 12.54%

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

#FA322B (or 0xFA322B) is known color: Red Orange. HEX triplet: FA, 32 and 2B. RGB value is (250,50,43). Sum of RGB (Red+Green+Blue) = 250+50+43=343 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.89% from 343); Green value is 50 (19.92% from 255 or 14.58% from 343); Blue value is 43 (17.19% from 255 or 12.54% from 343); Max value from RGB is 250 - color contains mainly: red. Hex color #FA322B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA322B is #05CDD4. Grayscale: #6D6D6D. Windows color (decimal): -380373 or 2831098. OLE color: 2831098.

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

Color convert

RGB 250 50 43 -
CMYK 0 0.8 0.83 0.02
HSL 2.03º 0.95% 0.57% -
HSV(B) 2.03º 0.83% 0.98% -
XYZ 41 22.78 4.52 -
YUV 109 90.76 228.57 -
System Red Green Blue C M Y K H S L
Decimal 250 50 43 0 0.8 0.83 0.02 2.03 0.95 0.57
Hex FA 32 2B 0 50 53 2 2 5F 39
Octal 372 62 53 0 120 123 2 2 137 71
Binary 11111010 110010 101011 0 1010000 1010011 10 10 1011111 111001

Color Harmonies of #FA322B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA322B

Black with #FA322B

Text Example


Text Example

White with #FA322B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA322B; }

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

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

background-color css

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

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

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

border-color css

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

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

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